Forum des développeurs  

Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé.
Précédent   Forum des développeurs > Hardware, Systèmes et Logiciels > Linux > Applications

Applications Questions sur l'utilisation d'applications, du shell, et des interfaces graphiques (KDE, Gnome, XFCE... )

Réponse
 
Outils de la discussion
Vieux 19/06/2006, 16h06   #1 (permalink)
Nouveau membre du Club
 
Date d'inscription: mai 2005
Messages: 70
Par défaut Your wxWidgets installation cannot support pgAdmin in the selected conf

Bonjour, j'essaye d'installer pgAdmin (console de postgreSQL) sur linux 64 bits.

Apres avoir installé toutes les dépendances (wxWidgets 2.6, Glib >2.0, Pango, etc..)

j'ai cette erreur que je ne comprends pas :

Code :
[root@localhost pgadmin3-1.4.2]# ./configure 


checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working strtod... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for memset... yes
checking for strchr... yes
checking the wxWidgets version... 2.6
checking for wx-config binary... yes
checking for pgsql include files... yes
checking for pgsql... yes
checking for PQexec in -lpq... yes
checking for SSL_connect in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking pgsql in /usr/local/pgsql... ok
checking for wxWidgets... yes

  Warning: No config found to match: /usr/local/bin/wx-config --cppflags --unicode=yes --debug=yes --version=2.6
           in /usr/local/lib/wx/config
  If you require this configuration, please install the desired
  library build.  If this is part of an automated configuration
  test and no other errors occur, you may safely ignore it.
  You may use wx-config --list to see all configs available in
  the default prefix.


  Warning: No config found to match: /usr/local/bin/wx-config --static=yes --libs --unicode=yes --debug=yes --version=2.6
           in /usr/local/lib/wx/config
  If you require this configuration, please install the desired
  library build.  If this is part of an automated configuration
  test and no other errors occur, you may safely ignore it.
  You may use wx-config --list to see all configs available in
  the default prefix.


  Warning: No config found to match: /usr/local/bin/wx-config --static=yes --libs stc,ogl --unicode=yes --debug=yes --version=2.6
           in /usr/local/lib/wx/config
  If you require this configuration, please install the desired
  library build.  If this is part of an automated configuration
  test and no other errors occur, you may safely ignore it.
  You may use wx-config --list to see all configs available in
  the default prefix.

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/static linking and debug/non-debug libraries selected did not match any installed wxWidgets libraries.
ans le répertoire /usr/local/bin/ j'ai un script shell nommé : wx-config
dans /usr/local/lib/wx/config j'ai 2 scripts shell : x11univ-ansi-debug-static-2.6 et x11univ-unicode-release-static-2.6

Quelqu'un a dit idée ?
Merci beaucoup
kurtalis est déconnecté   Envoyer un message privé Réponse avec citation
Vieux 19/06/2006, 22h57   #2 (permalink)
Membre éclairé
 
Avatar de rurouni alex
 
Date d'inscription: juin 2003
Localisation: 91
Âge: 25
Messages: 333
Par défaut

Salut,

Ça vient peut-être du support de l'unicode.
Il faudrait voir si wxWidgets a été compilé avec.
__________________
"Je suis incapable d'expliquer ce qui se passa ensuite : je lâchai quelque chose, quelque chose à quoi je m'agrippais depuis toujours sans m'en rendre compte. Je m'enfonçais dans une obscurité chaude, moelleuse et protectrice, tandis qu'un loup montait la garde par mes propres yeux."
rurouni alex est déconnecté   Envoyer un message privé Réponse avec citation
Vieux 20/06/2006, 09h55   #3 (permalink)
Nouveau membre du Club
 
Date d'inscription: mai 2005
Messages: 70
Par défaut

Oui, au début j'avais eu des soucis, car pour compiler avec unicode il fallait d'autres packages, etc, une vrai misère les dépendances.

Et finalement, j'ai compilé avec l'unicode et avec succes. mais j'ai toujours ce problème (premier post)

Avec cette commande :
Code :
/usr/local/bin/wx-config --list
j'obtiens cela
Code :
    Default config is x11univ-unicode-release-static-2.6

  Default config will be used for output

  Alternate matches:
    x11univ-ansi-debug-static-2.6

et effectivement, c'est un problème avec l'unicode, mais je ne comprends pas :
Code :
[root@localhost ~]$ /usr/local/bin/wx-config --static=yes
[root@localhost ~]$ /usr/local/bin/wx-config --static=yes --debug=yes
[root@localhost ~]$ /usr/local/bin/wx-config --static=yes --debug=yes --libs stc,ogl
-L/usr/local/lib -pthread   -L/usr/X11R6/lib64  /usr/local/lib/libwx_x11univd_stc-2.6.a /usr/local/lib/libwx_x11univd_ogl-2.6.a /usr/local/lib/libwx_based-2.6.a -lwxtiffd-2.6 -lz -ldl -lm
[root@localhost ~]$ /usr/local/bin/wx-config --static=yes --debug=yes --unicode=yes

  Warning: No config found to match: /usr/local/bin/wx-config --static=yes --deb                           ug=yes --unicode=yes
           in /usr/local/lib/wx/config
  If you require this configuration, please install the desired
  library build.  If this is part of an automated configuration
  test and no other errors occur, you may safely ignore it.
  You may use wx-config --list to see all configs available in
  the default prefix.
le fait de rajouter --unicode=yes plante.

pourtant j'ai bien confi wx avec l'unicode, qu'est ce que vous me suggérez de faire ?

Merci
kurtalis est déconnecté   Envoyer un message privé Réponse avec citation
Vieux 22/06/2006, 15h50   #4 (permalink)
Nouveau membre du Club
 
Date d'inscription: mai 2005
Messages: 70
Par défaut

J'ai toujours ce problème qui m'empeche d'installer PgAdmin, personne ne sait ?
kurtalis est déconnecté   Envoyer un message privé Réponse avec citation
NEWS LINUX PROFESSIONNELFAQ LINUXTUTORIELS LINUXLIVRES LINUXLINUX TVUNIXGTK+QtAPACHE

Réponse

Précédent   Forum des développeurs > Hardware, Systèmes et Logiciels > Linux > Applications



Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are non
Pingbacks are non
Refbacks are non
Navigation rapide