On Wed, 2005-08-10 at 17:15 +0200, Andrea.DAlessandro@esa.int wrote:
I know that release 1.9.5 is in development phase. Maybe the below is useful to "our" developers. FYI - I have installed 1.6.8 with no troubles (up to now...) if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/eventlog -D_GNU_SOURCE -g -O2 -Wall -g -MT messages.o -MD -MP -MF ".deps/messages.Tpo" \ -c -o messages.o `test -f 'messages.c' || echo './'`messages.c; \ then mv -f ".deps/messages.Tpo" ".deps/messages.Po"; \ else rm -f ".deps/messages.Tpo"; exit 1; \ fi In file included from messages.c:24: messages.h:49: error: parse error before "EVTTAG" messages.c:40: error: parse error before '*' token messages.c:40: warning: type defaults to `int' in declaration of `evt_context'
as it seems it could not include evtlog.h, or evtlog.h from eventlog clashes with some system header on Solaris. Can you confirm that? -- Bazsi