Обсуждение: Impossible to compile pgAdmin3 snapshots

Поиск
Список
Период
Сортировка

Impossible to compile pgAdmin3 snapshots

От
Jean-Michel POURE
Дата:
Dear all,

I installed wxWindows 20031010 patched version. pgAdmin3 snapshots does not
compile with an include error:

if g++ -DHAVE_CONFIG_H -I. -I. -I..  -DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall
-g -I../src/include -I../src/agent/include -I -DSSL -I/usr/include
-I/usr/local/lib/wx/include/gtk2ud-2.5 -D__WXDEBUG__ -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/local/include
-DDATA_DIR=\"/usr/share/pgadmin3/\" -Wall -g -I../src/include
-I../src/agent/include -I -Wall -g -O0 -MT utffile.o -MD -MP -MF
".deps/utffile.Tpo" \
  -c -o utffile.o `test -f 'utils/utffile.cpp' || echo './'`utils/utffile.cpp;
\
then mv -f ".deps/utffile.Tpo" ".deps/utffile.Po"; \
else rm -f ".deps/utffile.Tpo"; exit 1; \
fi
Dans le fichier inclus à partir de utils/utffile.cpp:11:
../src/include/utffile.h:21: spécificateur de type omis pour le paramètre «
   wxFontEncoding »

Cheers,
Jean-Michel


Re: Impossible to compile pgAdmin3 snapshots

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm@poure.com]
> Sent: 12 October 2003 21:42
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
>
> Dear all,
>
> I installed wxWindows 20031010 patched version. pgAdmin3
> snapshots does not compile with an include error:
>

Works OK here. Have you tried cleaning up well and reinstalling wx?

Regards, Dave.

Re: Impossible to compile pgAdmin3 snapshots

От
blacknoz@club-internet.fr
Дата:
Jean-Michel,
I finally got the build ok today on my debian host.

I join Dave and think that you may have an old wxWindows (or may be just a part of it) installed on your system.

regards,
Raphaël

----Message d'origine----
>Sujet: Re: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
>Date: Mon, 13 Oct 2003 14:47:36 +0100
>De: "Dave Page" <dpage@vale-housing.co.uk>
>A: <jm@poure.com>, <pgadmin-hackers@postgresql.org>
>
>
>
>> -----Original Message-----
>> From: Jean-Michel POURE [mailto:jm@poure.com]
>> Sent: 12 October 2003 21:42
>> To: pgadmin-hackers@postgresql.org
>> Subject: [pgadmin-hackers] Impossible to compile pgAdmin3 snapshots
>>
>> Dear all,
>>
>> I installed wxWindows 20031010 patched version. pgAdmin3
>> snapshots does not compile with an include error:
>>
>
>Works OK here. Have you tried cleaning up well and reinstalling wx?
>
>Regards, Dave.
>
>---------------------------(end of broadcast)---------------------------
>TIP 8: explain analyze is your friend
>


Re: Impossible to compile pgAdmin3 snapshots

От
Andreas Pflug
Дата:
blacknoz@club-internet.fr wrote:

>Jean-Michel,
>I finally got the build ok today on my debian host.
>
>I join Dave and think that you may have an old wxWindows (or may be just a part of it) installed on your system.
>
>
>
>>Works OK here. Have you tried cleaning up well and reinstalling wx?
>>
>>Regards, Dave.
>>
>>
>>

Well, that makes 3:1 votes now :-)

Regards,
Andreas



pgAdmin3 snapshots compiled for RedHat, Mandrake and SuSE

От
Jean-Michel POURE
Дата:
Le Lundi 13 Octobre 2003 18:00, Andreas Pflug a écrit :
> Well, that makes 3:1 votes now :-)

Dear buddies,

I got pgAdmin3 snapshots to compile and publised them. An old version of
wxWindows was installed under /usr/local/... After manual removal, pgAdmin3
compiled like a charm.

Cheers,
Jean-Michel