Re: [Dillo-dev] building on AIX, gcc, dillo 0.7.3
On Sat, 31 Jan 2004, Peter Sinn wrote:
Hi,
first let me say that I have been using Dillo on my Sun Ultra 10 for quite some time now and like it very much!
Thanks for the comment Peter!
Am 31. January 2004 12:14 Uhr schrieb Jorge Arellano Cid:
There's no PF_LOCAL in the CVS tarball. Please try it.
dillo 7.3 compiles without problems on my machine, therefore I have just tried to compile the new version. But unfortunately, with dillo-0.8.0-pre.Jan30 I get the following compile error (gcc version 3.3.2, SPARC/Solaris 9):
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDPIDRC_SYS='"/usr/local/etc/dpidrc"' -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dpid.o -MD -MP -MF ".deps/dpid.Tpo" \ -c -o dpid.o `test -f 'dpid.c' || echo './'`dpid.c; \ then mv -f ".deps/dpid.Tpo" ".deps/dpid.Po"; \ else rm -f ".deps/dpid.Tpo"; exit 1; \ fi dpid.c: In function `handle_sigchld': dpid.c:561: error: `WAIT_ANY' undeclared (first use in this function) dpid.c:561: error: (Each undeclared identifier is reported only once dpid.c:561: error: for each function it appears in.) make[2]: *** [dpid.o] Error 1
What could be the problem?
A missing header! Fix is commited. Please test it and tell us how it works. -- Ah, I also fixed the handling of the <P> element for the bug-meter. It fixes the problem of wrong messages like this one: "HTML warning: line 200, unexpected closing tag: </p>. -- expected </ol>" (now this part should be release-ready) -- Thanks for the quick feedback Jorge.- PS: There's no need to CC me.
What could be the problem?
A missing header! Fix is commited. Please test it and tell us how it works.
--
To test, I had to use the CVS of course. I run autogen.sh and if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDPIDRC_SYS='"/usr/local/etc/dpidrc"' -I/usr/local/include -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return -MT dpid.o -MD -MP -MF ".deps/dpid.Tpo" \ -c -o dpid.o `test -f 'dpid.c' || echo './'`dpid.c; \ then mv ".deps/dpid.Tpo" ".deps/dpid.Po"; \ else rm -f ".deps/dpid.Tpo"; exit 1; \ fi dpid.c: In function `handle_sigchld': dpid.c:562: error: `WAIT_ANY' undeclared (first use in this function) dpid.c:562: error: (Each undeclared identifier is reported only once dpid.c:562: error: for each function it appears in.) make[2]: *** [dpid.o] Error 1 Is there still something missing in cvs? WHy is it not there? Maybe release me a new tarball so I can test it on both aix and sparc, or tell me how to build cleanly from CVS. Or WAIT_ANY is not declared on solaris? hmm :-) -Ric
participants (2)
-
Jorge Arellano Cid
-
Riccardo