Re: [Dillo-dev] building on AIX, gcc, dillo 0.7.3
on 1/28/04 5:58 PM, Andreas Schweitzer at Andreas.Schweitzer@hs.uni-hamburg.de wrote:
and there I just found :
Unfortunately, aix 4.2 is quite out of date (but my original rs/6000 is beginning to show its age too).
I just checked. Back then on that machine I had/have :
$ lslpp -l | egrep -i gtk freeware.gtk+.rte 1.2.8.0 COMMITTED Gimp ToolKit GUI Library freeware.gtk+.rte 1.2.8.0 COMMITTED Gimp ToolKit GUI Library
So, I took it from one of these sites :-)
Anyways, my hunch yesterday was right when I suspected a small patch for AIX. I have a diff for AIX lying around which is attached.
The fix produced a result: in fact build stops this way now: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/includ e/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -g -O2 -D_ REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -c `test -f 'dpi.c' || echo '. /'`dpi.c dpi.c: In function `Dpi_get_server_uds_name': dpi.c:497: `PF_LOCAL' undeclared (first use in this function) dpi.c:497: (Each undeclared identifier is reported only once dpi.c:497: for each function it appears in.) dpi.c: In function `a_Dpi_bye_dpid': dpi.c:749: `PF_LOCAL' undeclared (first use in this function) gmake[1]: *** [dpi.o] Error 1
On Sat, 31 Jan 2004, Riccardo Mottola wrote:
on 1/28/04 5:58 PM, Andreas Schweitzer at Andreas.Schweitzer@hs.uni-hamburg.de wrote:
and there I just found :
Unfortunately, aix 4.2 is quite out of date (but my original rs/6000 is beginning to show its age too).
I just checked. Back then on that machine I had/have :
$ lslpp -l | egrep -i gtk freeware.gtk+.rte 1.2.8.0 COMMITTED Gimp ToolKit GUI Library freeware.gtk+.rte 1.2.8.0 COMMITTED Gimp ToolKit GUI Library
So, I took it from one of these sites :-)
Anyways, my hunch yesterday was right when I suspected a small patch for AIX. I have a diff for AIX lying around which is attached.
The fix produced a result: in fact build stops this way now: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/includ e/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -g -O2 -D_ REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -c `test -f 'dpi.c' || echo '. /'`dpi.c dpi.c: In function `Dpi_get_server_uds_name': dpi.c:497: `PF_LOCAL' undeclared (first use in this function) dpi.c:497: (Each undeclared identifier is reported only once dpi.c:497: for each function it appears in.) dpi.c: In function `a_Dpi_bye_dpid': dpi.c:749: `PF_LOCAL' undeclared (first use in this function) gmake[1]: *** [dpi.o] Error 1
There's no PF_LOCAL in the CVS tarball. Please try it. (http://www.dillo.org/test/dillo-0.8.0-pre.Jan30.tar.gz) Cheers Jorge.-
participants (2)
-
Jorge Arellano Cid
-
Riccardo Mottola