Impossible to compile pgAdmin3 snapshots

From: Jean-Michel POURE <jm(at)poure(dot)com>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Impossible to compile pgAdmin3 snapshots
Date: 2003-10-12 20:42:21
Message-ID: 200310122242.21442.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2003-10-12 20:43:43 Re: New wx patches
Previous Message Jean-Michel POURE 2003-10-12 20:19:48 Re: New wx patches