Hi, I'm trying to get pgagent to work. So, I compiled and installed the dependencies for the same. One such dependency is wxWidgets-2.8.12 when I run the following cmd I get the error below:
# cmake pgAgent-3.4.0-Source CMake Error at cmake/FindWX.cmake:317 (MESSAGE): No wxWidgets installation could be found. Call Stack (most recent call first): CMakeLists.txt:95 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! See also "/root/CMakeFiles/CMakeOutput.log". But I have installed wxWidgets-2.8.12 from src using ./configure && make &&make install ldconfig # which wx-config /usr/local/bin/wx-config # wx-config --version 2.8.12 I've spent two days trying to resolve this but to no avail. Any help is appreciated. Thanks, Shubhra
-- 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
