From: libwbxml <ti...@op...> - 2012-06-07 18:02:35
|
#83: cmake module not installed -----------------------+---------------------- Reporter: druzil | Owner: somebody Type: issue | Status: new Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Keywords: -----------------------+---------------------- Using ubuntu 12.04. It looks like cmake module is not installed when installing the downloaded source. How to redo: cd (libwbxml-source) cmake . -B/tmp/build/libwbxml cd /tmp/build/libwbxml make sudo make install cd (project source) Inside CMakeLists.txt: include(FindLibWbxml2) find_package(Libwbxml2 REQUIRED) include_directories( ... ${LIBWBXML2_INCLUDE_DIRS} ... ) target_link_libraries(${PROJECT_NAME} ${LIBWBXML2_LIBRARIES} ) target_link_libraries(${PROJECT_NAME} ${LIBWBXML2_LIBRARIES} ) cmake CMakeLists.txt yield following error: include could not find load file: FindLibWbxml2 Could not find module FindLibWbxml2.cmake or a configuration file for package LibWbxml2. -- Ticket URL: <https://libwbxml.opensync.org/ticket/83> libwbxml <http://libwbxml.opensync.org/> WBXML Library |
From: libwbxml <ti...@op...> - 2012-06-13 15:05:21
|
#83: cmake module not installed -----------------------+----------------------- Reporter: druzil | Owner: bellmich Type: issue | Status: assigned Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Resolution: Keywords: | -----------------------+----------------------- Changes (by bellmich): * owner: somebody => bellmich * status: new => assigned -- Ticket URL: <https://libwbxml.opensync.org/ticket/83#comment:1> libwbxml <http://libwbxml.opensync.org/> WBXML Library |
From: libwbxml <ti...@op...> - 2012-06-13 17:43:22
|
#83: cmake module not installed -----------------------+----------------------- Reporter: druzil | Owner: bellmich Type: issue | Status: assigned Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Resolution: Keywords: | -----------------------+----------------------- Comment (by druzil): This issue looks like it is solved. However when I make my project it cannot find "wbxml.h" (referring to the line in my code where I have #include <wbxml.h>) -- Ticket URL: <https://libwbxml.opensync.org/ticket/83#comment:3> libwbxml <http://libwbxml.opensync.org/> WBXML Library |
From: libwbxml <ti...@op...> - 2012-06-13 19:34:18
|
#83: cmake module not installed -----------------------+----------------------- Reporter: druzil | Owner: bellmich Type: issue | Status: assigned Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Resolution: Keywords: | -----------------------+----------------------- Comment (by bellmich): Replying to [comment:3 druzil]: > > However when I make my project it cannot find "wbxml.h" > > (referring to the line in my code where I have #include <wbxml.h>) The correct include would be: #include <wbxml/wbxml.h> I changed this for the 0.11.x series. -- Ticket URL: <https://libwbxml.opensync.org/ticket/83#comment:4> libwbxml <http://libwbxml.opensync.org/> WBXML Library |
From: libwbxml <ti...@op...> - 2012-06-13 15:56:27
|
#83: cmake module not installed -----------------------+----------------------- Reporter: druzil | Owner: bellmich Type: issue | Status: assigned Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Resolution: Keywords: | -----------------------+----------------------- Comment (by bellmich): I committed the changes as r339. Please verify. The following changes were implemented: * cmake/modules is now the external resource and not cmake/ * cmake/CMakeLists.cmake was added * cmake/ is now cmake subdirectory -- Ticket URL: <https://libwbxml.opensync.org/ticket/83#comment:2> libwbxml <http://libwbxml.opensync.org/> WBXML Library |
From: libwbxml <ti...@op...> - 2012-06-14 10:39:41
|
#83: cmake module not installed -----------------------+----------------------- Reporter: druzil | Owner: bellmich Type: issue | Status: closed Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Resolution: fixed Keywords: | -----------------------+----------------------- Changes (by bellmich): * status: assigned => closed * resolution: => fixed -- Ticket URL: <https://libwbxml.opensync.org/ticket/83#comment:5> libwbxml <http://libwbxml.opensync.org/> WBXML Library |