Hello, i recently posted stating that i had problems with 'make' and it ws suggested that i try 'gmake', well i did and the following is the error log i created to show the faliure i am getting. I am anxious to get Dillo up and running and would appreciate any insight anyone may have. thank you in advance. ( if you are cc: me: sorry robertg@nyc.rr.com, isn't a valid address but cmustard@nyc.rr.com is. ) $ sudo gmake check Making check in doc gmake[1]: Entering directory `/home/robertg/dillo-0.6.6/doc' gmake[1]: Nothing to be done for `check'. gmake[1]: Leaving directory `/home/robertg/dillo-0.6.6/doc' Making check in src gmake[1]: Entering directory `/home/robertg/dillo-0.6.6/src' Making check in IO gmake[2]: Entering directory `/home/robertg/dillo-0.6.6/src/IO' gmake[2]: Nothing to be done for `check'. gmake[2]: Leaving directory `/home/robertg/dillo-0.6.6/src/IO' gmake[2]: Entering directory `/home/robertg/dillo-0.6.6/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include -I/usr/local/include/glib -I/usr/X11R6/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -c png.c png.c:19: png.h: No such file or directory gmake[2]: *** [png.o] Error 1 gmake[2]: Leaving directory '/home/robertg/dillo-0.6.6/src' gmake[1]: *** [check-recursive] Error 1 gmake[1] Leaving directory '/home/robertg/dillo-0.6.6/src' gmake[1]: *** [check-recursive] Error 1
On Wed, Jan 08, 2003 at 02:25:09AM +0000, robertg@nyc.rr.com wrote:
$ sudo gmake check Making check in doc gmake[1]: Entering directory `/home/robertg/dillo-0.6.6/doc' gmake[1]: Nothing to be done for `check'. gmake[1]: Leaving directory `/home/robertg/dillo-0.6.6/doc' Making check in src gmake[1]: Entering directory `/home/robertg/dillo-0.6.6/src' Making check in IO gmake[2]: Entering directory `/home/robertg/dillo-0.6.6/src/IO' gmake[2]: Nothing to be done for `check'. gmake[2]: Leaving directory `/home/robertg/dillo-0.6.6/src/IO' gmake[2]: Entering directory `/home/robertg/dillo-0.6.6/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include -I/usr/local/include/glib -I/usr/X11R6/include -g -O2 -D_REENTRANT -D_THREAD_SAFE -Wall -Waggregate-return -c png.c png.c:19: png.h: No such file or directory
Well -- you are missing a header file (try install libpng, libpng-dev or what ever applies to your system). This is not a make-problem.
gmake[2]: *** [png.o] Error 1 gmake[2]: Leaving directory '/home/robertg/dillo-0.6.6/src' gmake[1]: *** [check-recursive] Error 1 gmake[1] Leaving directory '/home/robertg/dillo-0.6.6/src' gmake[1]: *** [check-recursive] Error 1
_______________________________________________ Dillo-dev mailing list Dillo-dev@lists.auriga.wearlab.de http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
participants (2)
-
Joerg Sonnenberger
-
robertg@nyc.rr.com