From owner-freebsd-stable Sun Feb 18 6:44:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zahn.mit.oasch.org (isohypse.org [62.116.61.60]) by hub.freebsd.org (Postfix) with SMTP id F074737B503 for ; Sun, 18 Feb 2001 06:44:16 -0800 (PST) Received: (qmail 18161 invoked by uid 1000); 18 Feb 2001 14:41:41 -0000 Date: Sun, 18 Feb 2001 15:41:41 +0100 From: Siegmund Fuhringer To: freebsd-stable@freebsd.org Subject: glade; c; make - problem Message-ID: <20010218154141.D8869@zahn.mit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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