cat get sylpheed-claws 0.9.0 to make on freebsd-5.1

SweeTLeaF SweeTLeaF at myrealbox.com
Fri Jun 13 17:20:46 PDT 2003


After i run ./configure ...successfully i suppose there were no error messages....i try to run make but the process stops with the following:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib12 -D_THREAD_SAFE -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -c mgutils.c  -fPIC -DPIC -o .libs/mgutils.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib12 -D_THREAD_SAFE -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -c mgutils.c -o mgutils.o >/dev/null 2>&1
mv -f .libs/mgutils.lo mgutils.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/local/include/glib12 -D_THREAD_SAFE            -DLOCALEDIR=\""/usr/local/share/locale"\"  -g -O2 -c nntp.c
rm -f .libs/nntp.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib12 -D_THREAD_SAFE -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -c nntp.c  -fPIC -DPIC -o .libs/nntp.lo
In file included from nntp.c:28:
intl.h:5:23: libintl.h: No such file or directory
nntp.c: In function `nntp_session_new':
nntp.c:69: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
nntp.c: In function `nntp_group':
nntp.c:145: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
nntp.c: In function `nntp_get_article':
nntp.c:168: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
nntp.c: In function `nntp_next':
nntp.c:208: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
nntp.c:214: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
nntp.c: In function `nntp_post':
nntp.c:264: warning: passing arg 1 of `log_warning' makes pointer from integer without a cast
*** Error code 1

Stop in /usr/sandbox/sylpheed-0.9.0claws/src/common.
*** Error code 1

Stop in /usr/sandbox/sylpheed-0.9.0claws/src.
*** Error code 1

Stop in /usr/sandbox/sylpheed-0.9.0claws.
*** Error code 1

Stop in /usr/sandbox/sylpheed-0.9.0claws.
KroNiC# 


any ideas?

i ran find for the file:
KroNiC# find / -name libintl.h
/usr/local/include/libintl.h
/usr/sandbox/sylpheed-0.9.2/intl/libintl.h
/usr/sandbox/sylpheed-0.9.0claws/intl/libintl.h

it appears its on the system in 

/usr/local/include/libintl.h

so i re-ran ./configure with the following flag:

 env CPPFLAGS="-I/usr/local/include" ./configure

and then make clean and then make but still the same message.

Any help would be appreciated.









More information about the freebsd-questions mailing list