solaris port

From: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: solaris port
Date: 2003-11-27 19:51:39
Message-ID: 3FC655CB.7060505@club-internet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi guys!

first of all I would like to tell that the 2.4 release of wx builds ok
(that's a good point to start, I think).
But, did someone here succeeded to build wx 2.5 snapshots on Solaris ?
If so I would be interested in the configuration (compiler, os and so
on) used to do the build.

Here is the build error of our wx snap (I'll give the full configure
line later):
./bk-deps g++ -c -o monolib_intl.o -D__WXGTK__ -I./include
-I./src/expat/lib -DwxUSE_BASE=1 -D__WXDEBUG__ -Ilib/wx/include/gtk2ud-2.5
-I./include -threads -I/home/testuser/usr/include/gtk-2.0
-I/home/testuser/usr/lib/gtk-2.0/include
-I/home/testuser/usr/include/atk-1.0
-I/home/testuser/usr/include/pango-1.0 -I/usr/openwin/include
-I/home/testuser/usr/include/glib-2.0
-I/home/testuser/usr/lib/glib-2.0/include -I
/home/testuser/usr/include -g -O0 -I /home/testuser/usr/include
-pthreads -D_REENTRANT -Wall src/common/intl.cpp
In file included from src/common/intl.cpp:49:
include/wx/intl.h:40: warning: `_N' redefined
/usr/include/iso/ctype_iso.h:38: warning: this is the location of the
previous definition
src/common/intl.cpp: In method `bool wxPluralFormsScanner::nextToken()':
src/common/intl.cpp:241: `_N' undeclared (first use this function)
src/common/intl.cpp:241: (Each undeclared identifier is reported only once
src/common/intl.cpp:241: for each function it appears in.)
gmake: *** [monolib_intl.o] Error 1

Andreas does it talk to you (I mean, something to do with one of your
patches ?) ?
In fact I had no time to look further in the source to see if I
understand a piece of line.

Regards,
Raphaël

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-11-27 20:31:03 Re: pgadmin3 1.0.1 RPMS for FC1
Previous Message Raphaël Enrici 2003-11-27 19:43:09 Re: [querybuilder patch] Re: I asks for again,