[Akonadi] [Bug 317512] New: Unable to compile asapcat component on Windows since no fcntl

Ananta Palani anantapalani at gmail.com
Thu Mar 28 22:44:37 GMT 2013


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

            Bug ID: 317512
           Summary: Unable to compile asapcat component on Windows since
                    no fcntl
    Classification: Unclassified
           Product: Akonadi
           Version: GIT (master)
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: critical
          Priority: NOR
         Component: general
          Assignee: kdepim-bugs at kde.org
          Reporter: anantapalani at gmail.com

The new asapcat component is built on all platforms but will not compile on
Windows since there is no fcntl function which breaks asapcat\session.cpp.
Removing add_subdirectory(asapcat) from CMakeLists.txt allows akonadi to
compile properly.

Reproducible: Always

Steps to Reproduce:
1. Compile akonadi on Windows (fail)
2. Remove 'add_subdirectory(asapcat)' from akonadi CMakeLists.txt
3. Compile akonadi on Windows (success!)
Actual Results:  
Compilation fails

Expected Results:  
Compilation succeeds

Is there Qt solution to fcntl non-blocking pipes? Perhaps for now, if this
isn't necessary functionality, asapcat could be disabled for WIN32 until a
cross-platform version is available.

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



More information about the Kdepim-bugs mailing list