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@kde.org
          Reporter: anantapal...@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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to