Richard Shaw <hobbes1069@...> writes: > > On Thu, Jul 9, 2015 at 3:09 PM, Bob Bachman <bob_bachman- [email protected]> wrote: > It's defined in the CMakeLists.txt file and stored in the CMakeCache.txt > file. > //Path to a program. > wxWidgets_CONFIG_EXECUTABLE:FILEPATH=/home/mzx_bldr/mozaix_svn/engineering/c > ommon_src/src/wxWidgets-3.0.2/buildgtk/wx-config > > Ok, useful information to have... > > Only thing I can think of at this point is to start adding some debug tests such as after the above line try: > > if(EXISTS ${ wxWidgetsCONFIG_EXECUTABLE}) > message("Found wx-config") > else() > message("wx-config not found") > > Thanks, > Richard > >
I can see that it is finding the wxWidgets config executable because it prints it out right before it fails. (See second line below). So I believe I'll have to start debugging this script and see where it's failing. Thanks very much for your help! Bob -- Turning off rpaths -- /home/mzx_bldr/mozaix_svn/engineering/common_src/src/wxWidgets- 3.0.2/buildgtk/wx-config CMake Error at /home/mzx_bldr/cmake_versions/cmake-3.2.3-Linux- i386/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find wxWidgets (missing: wxWidgets_FOUND) Call Stack (most recent call first): /home/mzx_bldr/cmake_versions/cmake-3.2.3-Linux-i386/share/cmake- 3.2/Modules/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE) /home/mzx_bldr/cmake_versions/cmake-3.2.3-Linux-i386/share/cmake- 3.2/Modules/FindwxWidgets.cmake:870 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:386 (find_package) -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
