guillaume@laptop$ cmake -D CMAKE_INSTALL_PREFIX=../pgadmin3.pouet ../pgadmin3.cmake -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:85 (FIND_PACKAGE): find_package could not find module FindWX.cmake or a configuration file for package WX. Adjust CMAKE_MODULE_PATH to find FindWX.cmake or set WX_DIR to the directory containing a CMake configuration file for WX. The file will have one of the following names: WXConfig.cmake wx-config.cmake CMake Error at CMakeLists.txt:97 (FIND_PACKAGE): find_package could not find module FindPG.cmake or a configuration file for package PG. Adjust CMAKE_MODULE_PATH to find FindPG.cmake or set PG_DIR to the directory containing a CMake configuration file for PG. The file will have one of the following names: PGConfig.cmake pg-config.cmake -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found LibXml2: /usr/lib/libxml2.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found LibXslt: /usr/lib/libxslt.so -- Looking for arpa/inet.h -- Looking for arpa/inet.h - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for inet_ntoa -- Looking for inet_ntoa - found -- Looking for inttypes.h -- Looking for inttypes.h - found -- Looking for memmove -- Looking for memmove - found -- Looking for memory.h -- Looking for memory.h - found -- Looking for memset -- Looking for memset - found -- Looking for netdb.h -- Looking for netdb.h - found -- Looking for netinet/in.h -- Looking for netinet/in.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h -- Looking for strings.h - found -- Looking for string.h -- Looking for string.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- -- ================================================================================ -- Configuration summary: -- -- Project : pgadmin3 -- Description : pgAdmin III is a graphical management tool for PostgreSQL -- Version : 1.9.0 -- -- Target directory : /home/guillaume/freeprojects/svn.pgadmin.org/trunk/pgadmin3.pouet -- -- PostgreSQL version : -- PostgreSQL path : -- PostgreSQL config binary : -- PostgreSQL include path : -- PostgreSQL library path : -- -- libxml2 include path : /usr/include/libxml2 -- libxml2 libraries : /usr/lib/libxml2.so -- libxslt include path : /usr/include -- libxslt libraries : /usr/lib/libxslt.so -- -- wxWidgets version : -- wxWidgets path : -- wxWidgets config binary : -- wxWidgets Static linking : YES -- wxWidgets Debug? : NO -- ================================================================================ -- -- Configuring done