Bug 161686 - Qyoto build failure due to cmake error
Summary: Qyoto build failure due to cmake error
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-06 02:45 UTC by Debajyoti Bera
Modified: 2009-12-23 17:12 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix build (930 bytes, patch)
2008-05-06 02:48 UTC, Debajyoti Bera
Details

Note You need to log in before you can comment on or make changes to this bug.
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.