[JDEV] problems compiling

Chris, the Young One cky at pobox.com
Mon Jul 10 18:47:16 CDT 2000


On Mon, Jul 10, 2000 at 09:41:55PM +0200, Michael O Shea wrote:
! gcc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -I/usr/local/include -Wall -c  -fPIC -DPIC ehandler.c -o .libs/ehandler.lo
! ehandler.c: In function `ehandler_new':
! ehandler.c:39: `ZONE' undeclared (first use in this function)

ZONE is defined in libxode.h. Have you installed libxode?

The only strange thing I find here is that it doesn't complain about a
missing libxode.h. Either that, or you have a stray copy of libxode.h
lying around that doesn't define ZONE.

Try typing

gcc -I. -I../include -I/usr/local/include -E ehandler.c | grep 'libxode\.h'

This will tell you where gcc is finding your libxode.h. You should then
look for the string ``ZONE'' in that file; in libxode-1.0 this is
defined in line 62.

This is probably a wild goose chase, but let's see how it goes...

Cheers,
	---Chris K.
-- 
 Chris, the Young One |_ heartbleed (OpenBSD/i386) has now been up
  Auckland, New Zealand |_ for all of 12 days, 21:51:45
http://cloud9.hedgee.com/ |_ 




More information about the JDev mailing list