Bug 161686

Summary: Qyoto build failure due to cmake error
Product: [Developer tools] bindings Reporter: Debajyoti Bera <dbera.web>
Component: generalAssignee: kde-bindings
Status: RESOLVED FIXED    
Severity: normal CC: arno, gryffus
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix build

Description Debajyoti Bera 2008-05-06 02:45:42 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

csharp/qyoto/CMakeList.txt uses LIBRARY_OUTPUT_PATH to specify path of qt-dotnet.dll. However that variable is unset in cmake. This causes build failure for qyoto.
Comment 1 Debajyoti Bera 2008-05-06 02:48:05 UTC
Created attachment 24645 [details]
Fix build

Someone who knows cmake needs to look at this. I somehow managed to compile
qyoto by using this patch. The examples/ still fail to build. It seems a lot of
work to individually go and change in every examples/*/CMakeList.txt; there
should be a better cmake-ish way to do this.
Comment 2 Lukáš Krejza 2009-12-23 17:08:01 UTC
Propably this could be a dupe of Bug 211160 ?
Comment 3 Arno Rehn 2009-12-23 17:12:11 UTC
This should also be fixed with the new C# macros for cmake. Anyway, this should only be a problem if KDE4 wasn't found. Closing this as 'Fixed' - if the problem still exists in trunk, please reopen.