Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 15:41:41 +0100
From:      Siegmund Fuhringer <sifu@isohypse.org>
To:        freebsd-stable@freebsd.org
Subject:   glade; c; make - problem
Message-ID:  <20010218154141.D8869@zahn.mit>

next in thread | raw e-mail | index | archive | help
hi...

i'm unable to compile the c-source generated by glade. :(

autogen.sh works fine, but "make" aborts with "Error code 1":

...
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I.. -I. -I../intl -I../lib -I/usr/X11R6/include/gtk12
-I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include
-g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o
gettext.o  finddomain.o loadmsgcat.o localealias.o textdomain.o
l10nflist.o  explodename.o
ranlib libintl.a
Making all in po
make: don't know how to make cat-id-tbl.c. Stop
*** Error code 1


i've also tried to disable nls:
./autogen.sh --disable-nls

but make aborts again:
Making all in src
"Makefile", line 256: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1


but i've no problems compiling the same sources on a linux-system.


is someone able to help me?

mfg - siegmund


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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