Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2003 19:20:48 -0500
From:      "SweeTLeaF" <SweeTLeaF@myrealbox.com>
To:        questions@freebsd.org
Subject:   cat get sylpheed-claws 0.9.0 to make on freebsd-5.1
Message-ID:  <1055550048.a465d200SweeTLeaF@myrealbox.com>

next in thread | raw e-mail | index | archive | help
After i run ./configure ...successfully i suppose there were no error messa=
ges....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_S=
AFE -DLOCALEDIR=3D\"/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_S=
AFE -DLOCALEDIR=3D\"/usr/local/share/locale\" -g -O2 -c mgutils.c -o mgut=
ils.o >/dev/null 2>&1
mv -f .libs/mgutils.lo mgutils.lo
/bin/sh ../../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I../.. =
  -I/usr/local/include/glib12 -D_THREAD_SAFE            -DLOCALEDIR=3D\""=
/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_S=
AFE -DLOCALEDIR=3D\"/usr/local/share/locale\" -g -O2 -c nntp.c  -fPIC -DP=
IC -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 integ=
er without a cast
nntp.c: In function `nntp_group':
nntp.c:145: warning: passing arg 1 of `log_warning' makes pointer from inte=
ger without a cast
nntp.c: In function `nntp_get_article':
nntp.c:168: warning: passing arg 1 of `log_warning' makes pointer from inte=
ger without a cast
nntp.c: In function `nntp_next':
nntp.c:208: warning: passing arg 1 of `log_warning' makes pointer from inte=
ger without a cast
nntp.c:214: warning: passing arg 1 of `log_warning' makes pointer from inte=
ger without a cast
nntp.c: In function `nntp_post':
nntp.c:264: warning: passing arg 1 of `log_warning' makes pointer from inte=
ger 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#=20


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=3D"-I/usr/local/include" ./configure

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

Any help would be appreciated.









Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1055550048.a465d200SweeTLeaF>