[kde-windows] [Bug 326338] New: build of libxslt fails due to incorrect preprocessor instruction

dasaan.san at gmail.com dasaan.san at gmail.com
Sun Oct 20 18:09:36 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=326338

            Bug ID: 326338
           Summary: build of libxslt fails due to incorrect preprocessor
                    instruction
    Classification: Unclassified
           Product: kde-windows
           Version: unspecified
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: major
          Priority: NOR
         Component: buildsystem
          Assignee: kde-windows at kde.org
          Reporter: dasaan.san at gmail.com

whilst emerging kdelibs the build of libxslt-1.1.28 fails

Line 1898 of
%KDEROOT%\build\win32libs\libxslt-1.1.26-1\work\libxslt-1.1.28\libxslt\xsltutils.c
is:
#elif HAVE_GETTIMEOFDAY

which causes a syntax error

changing the line to:
#elif defined(HAVE_GETTIMEOFDAY)

resolved the issue for me.

Reproducible: Always

Steps to Reproduce:
1. emerge kdelibs

Actual Results:  
During the build of libxslt-1.1.28 an error stating that:
#elif with no conditional detected

appears, the build then halts

Expected Results:  
libxslt-1.1.28 should have been built correctly and the emerge process should
have continued to the next package

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list