Précédent   Forum des professionnels en informatique > Systèmes > Linux > Applications
Applications Questions sur l'utilisation d'applications, du shell, et des interfaces graphiques (KDE, Gnome, XFCE... )
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 19/06/2006, 16h06   #1
Candidat au titre de Membre du Club
 
Inscription : mai 2005
Messages : 70
Détails du profil
Informations forums :
Inscription : mai 2005
Messages : 70
Points : 14
Points : 14
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 :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
 
[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 00
Vieux 19/06/2006, 22h57   #2
Membre émérite
 
Avatar de rurouni alex
 
Inscription : juin 2003
Messages : 570
Détails du profil
Informations personnelles :
Âge : 29

Informations forums :
Inscription : juin 2003
Messages : 570
Points : 931
Points : 931
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 00
Vieux 20/06/2006, 09h55   #3
Candidat au titre de Membre du Club
 
Inscription : mai 2005
Messages : 70
Détails du profil
Informations forums :
Inscription : mai 2005
Messages : 70
Points : 14
Points : 14
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 :
1
2
 
/usr/local/bin/wx-config --list
j'obtiens cela
Code :
1
2
3
4
5
6
7
8
 
 
    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 :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
 
[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 00
Vieux 22/06/2006, 15h50   #4
Candidat au titre de Membre du Club
 
Inscription : mai 2005
Messages : 70
Détails du profil
Informations forums :
Inscription : mai 2005
Messages : 70
Points : 14
Points : 14
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 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 04h01.


 
 
 
 
Partenaires

Hébergement Web