Re: [pgadmin-hackers] compile problems

2007-05-01 Thread Guillaume Lelarge
Dave Page a écrit : Florian G. Pflug wrote: @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore - or at least "find ./ -name "*.h" | xargs grep DECIMAL" and "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that... Yeah, seems to be surplus. Removed, thanks.

Re: [pgadmin-hackers] compile problems

2007-05-01 Thread Dave Page
Florian G. Pflug wrote: @dave: I think that the "#define DECIMAL DECIMAP_P" isn't needed anymore - or at least "find ./ -name "*.h" | xargs grep DECIMAL" and "find ./ -name "*.c" | xargs grep DECIMAL" seem to indicate that... Yeah, seems to be surplus. Removed, thanks. /D

[pgadmin-hackers] SVN Commit by dpage: r6253 - trunk/pgadmin3/pgadmin/utils

2007-05-01 Thread svn
Author: dpage Date: 2007-05-01 15:55:01 + (Tue, 01 May 2007) New Revision: 6253 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6253&view=rev Log: Remove an obsolete macro, per Florian. Modified: trunk/pgadmin3/pgadmin/utils/misc.cpp ---(end o

Re: [pgadmin-hackers] compile problems

2007-05-01 Thread Florian G. Pflug
Giuseppe Sacco wrote: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql -DSSL -I/usr/local/wxWidgets-2.8.2/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/local/wxWidgets-2.8.2/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -O2 -I/usr/include/l

[pgadmin-hackers] SVN Commit by dpage: r6252 - trunk/www/development

2007-05-01 Thread svn
Author: dpage Date: 2007-05-01 08:05:13 + (Tue, 01 May 2007) New Revision: 6252 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6252&view=rev Log: Roadmap item complete - Yay!! Last one!! Modified: trunk/www/development/roadmap.php ---(end of

[pgadmin-hackers] SVN Commit by dpage: r6251 - in trunk/pgadmin3: . pgadmin pgadmin/frm pgadmin/include pgadmin/include/images pgadmin/include/schema pkg/win32

2007-05-01 Thread svn
Author: dpage Date: 2007-05-01 08:04:06 + (Tue, 01 May 2007) New Revision: 6251 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6251&view=rev Log: Don't install XRC files with non-debug builds. After hacking at this for some time, I'm still not entirely sure how it works