Thread: error pgadmin3 and wxWidgets
In host Fedora 6 i have installed :<br /><br />postgres 8.2.4<br /><br />wxWidgets-2.8.4 source and installed with this command<br/> ./configure --with-gtk --enable-gtk2 --enable-unicode --enable-mimetype=no --enable-debug<br />make<br />makeinstall<br /><br />pgadmin3-1.6.3 source<br /><br />[root@FedoraX pgadmin3-1.6.3]# ./configure<br />checking buildsystem type... i686-pc-linux-gnu <br />checking host system type... i686-pc-linux-gnu<br />checking for a BSD-compatibleinstall... /usr/bin/install -c<br />checking whether build environment is sane... yes<br />checking for gawk...gawk<br />checking whether make sets $(MAKE)... yes <br />checking how to create a ustar tar archive... gnutar<br/>checking for gcc... gcc<br />checking for C compiler default output file name... a.out<br />checking whether theC compiler works... yes<br />checking whether we are cross compiling... no <br />checking for suffix of executables...<br />checking for suffix of object files... o<br />checking whether we are using the GNU C compiler... yes<br/>checking whether gcc accepts -g... yes<br />checking for gcc option to accept ISO C89... none needed <br />checkingfor style of include used by make... GNU<br />checking dependency style of gcc... gcc3<br />checking for g++...g++<br />checking whether we are using the GNU C++ compiler... yes<br />checking whether g++ accepts -g... yes <br/>checking dependency style of g++... gcc3<br />checking how to run the C preprocessor... gcc -E<br />checking for grepthat handles long lines and -e... /bin/grep<br />checking for egrep... /bin/grep -E<br />checking for ANSI C header files...yes <br />checking for sys/types.h... yes<br />checking for sys/stat.h... yes<br />checking for stdlib.h... yes<br/>checking for string.h... yes<br />checking for memory.h... yes<br />checking for strings.h... yes<br />checking forinttypes.h.. . yes<br />checking for stdint.h... yes<br />checking for unistd.h... yes<br />checking arpa/inet.h usability...yes<br />checking arpa/inet.h presence... yes<br />checking for arpa/inet.h... yes<br />checking netdb.h usability...yes <br />checking netdb.h presence... yes<br />checking for netdb.h... yes<br />checking netinet/in.h usability...yes<br />checking netinet/in.h presence... yes<br />checking for netinet/in.h... yes<br />checking for stdlib.h...(cached) yes <br />checking for stdbool.h that conforms to C99... yes<br />checking for _Bool... yes<br />checkingfor an ANSI C-conforming const... yes<br />checking for size_t... yes<br />checking whether time.h and sys/time.hmay both be included... yes <br />checking for working strtod... yes<br />checking for gethostbyname... yes<br/>checking for inet_ntoa... yes<br />checking for memmove... yes<br />checking for memset... yes<br />checking forstrchr... yes<br />checking for PQexec in -lpq... yes <br />checking for SSL_connect in -lpq... no<br />checking for krb5_free_principalin -lpq... no<br />checking libpq-fe.h usability... yes<br />checking libpq-fe.h presence... yes<br />checkingfor libpq-fe.h... yes<br />checking PostgreSQL in /usr/local/pgsql... ok <br />checking wxWidgets in /usr/local...failed<br />configure: error: Your wxWidgets installation cannot support pgAdmin in the selected configuration.This may be because it was configured without the --enable-unicode option, or the combination of dynamic/staticlinking and debug/non-debug libraries selected did not match any installed wxWidgets libraries. <br />[root@FedoraXpgadmin3-1.6.3]# <br /><br />
sergio wrote: > In host Fedora 6 i have installed : > > postgres 8.2.4 > > wxWidgets-2.8.4 source and installed with this command > ./configure --with-gtk --enable-gtk2 --enable-unicode > --enable-mimetype=no --enable-debug > make > make install > > pgadmin3-1.6.3 source > > [root@FedoraX pgadmin3-1.6.3]# ./configure Because you build wxWidgets with --enable-debug, you must also build pgAdmin that way. Regards, Dave
On Tue, 2007-06-05 at 14:52 +0100, Dave Page wrote: > Because you build wxWidgets with --enable-debug, you must also build > pgAdmin that way. ...or install FC-6 pgadmin3 rpm from our FTP server. -- Devrim GÜNDÜZ PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/