Author: Spark
Date: 31-01-01 01:53
hello!
i'm quite a newbie, i installed freebsd 4.2 two days ago. it's not my first contact with freebsd, but the first one with a working internet connection (via my debian router ;)..
i just tried to compile the gnome port, but ran into some problems.
most of them could be solved, but this one is ugly.
when it tries to compile bonobo, i get the following message:
[schnipp]
/tmp/ccP74309.o: In function `main':
/tmp/ccP74309.o(.text+0x7): undefined reference to `dcgettext'
configure: failed program was:
#line 4143 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dcgettext(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dcgettext();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_dcgettext) || defined (__stub___dcgettext)
choke me
#else
dcgettext();
#endif
; return 0; }
configure:4193: checking for gmsgfmt
configure:4229: checking for xgettext
configure:4269: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -L/usr/local/lib 1>&5
/tmp/ccp74364.o: In function `main':
/tmp/ccp74364.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr'
configure: failed program was:
#line 4261 "configure"
#include "confdefs.h"
int main() {
extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
; return 0; }
configure:4545: checking for catalogs to be installed
configure:4652: checking ORBit version
(end of "config.log")
*** Error code 1
[/schnipp]
what can i do?
my ports tree is up to date via cvsup. i already deleted the bonobo folder and redownloaded it but still the same.
i really need help on this one... :(
Spark
|
|