From owner-freebsd-ports Sun Apr 1 3: 5:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 3E33237B71D for ; Sun, 1 Apr 2001 03:05:14 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.3/8.11.3) with BSMTP id f31A53i16596; Sun, 1 Apr 2001 12:05:03 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@FreeBSD.ORG, dan@langille.org Message-ID: <5raZWdg27U@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcv Date: Sun, 01 Apr 2001 12:00:43 +0200 X-Mailer: Dinoex 1.77 References: <4hiSyZg3GB@dmeyer.dinoex.sub.org> <200104010510.f315Aaf86938@ns1.unixathome.org> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.91] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20010401000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Langille wrote:, > And a make clean && make gives this: > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../gcvs -I../gcvs/src -I/. -I../cvstree - > I../rf -Wall -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 - > I/usr/local/include -I/usr/X11R6/include -DqUnix -DqGTK - > I/usr/X11R6/include -DqCvsDebug=0 -O -pipe -DUSE_TCL="1" -c > TclGlue.cpp > TclGlue.cpp:61: tcl.h: No such file or directory > TclGlue.cpp:64: #error "You need the Tcl 8.1.x header (or above) from > Scriptics for this" > TclGlue.cpp:207: syntax error before `,' > > Full log of the above is available from http://fp2.unixathome.org/gcvs2.log Kay ... diff gvcs.err fvcs2.log 16c16 < checking for working aclocal... found --- > checking for working aclocal... missing 18c18 < checking for working automake... found --- > checking for working automake... missing I deleted automake here and it does not affect the build. 22,23c22,23 < checking whether the C compiler (cc -pipe ) works... yes < checking whether the C compiler (cc -pipe ) is a cross-compiler... no --- > checking whether the C compiler (cc -O -pipe ) works... yes > checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no 27,28c27,28 < checking whether the C++ compiler (c++ -pipe ) works... yes < checking whether the C++ compiler (c++ -pipe ) is a cross-compiler... no --- > checking whether the C++ compiler (c++ -O -pipe ) works... yes > checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler... no 85c85 < Using TCL 8.3.2 --- > Using TCL 8.3.1 100c100 < running /bin/sh ./configure --with-tclinclude=/usr/local/include/tcl8.3 --with-tcllib=/usr/local/lib/tcl8.3 --prefix=/usr/X11R6 i386--freebsd4.2 --cache-file.././config.cache --srcdir=. --- > running /bin/sh ./configure --with-tclinclude=/usr/local/include/tcl8.3 --with-tclinclude=/usr/local/include/tcl8.3 --with-tcllib=/usr/local/lib/tcl8.3 --prefix=/usr/X11R6 i386--freebsd4.3 --cache-file=.././config.cache --srcdir=. The configure option is still "twice" there. But does not cause the problem 201c201,202 < checking for krb.h... --- > checking for krb.h... yes > checking for printf in -lkrb... no 204c205 < checking for krb5.h... no --- > checking for krb5.h... yes No further diifrents in configre ... Please look at your Makefiles in work: $ grep TCL_CFLAGS work/gcvs-1.0a7/*/Makefile work/gcvs-1.0a7/GuiDoc/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 work/gcvs-1.0a7/Macros/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 work/gcvs-1.0a7/common/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 work/gcvs-1.0a7/cvstree/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 work/gcvs-1.0a7/gcvs/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 work/gcvs-1.0a7/rf/Makefile:TCL_CFLAGS = -I /usr/local/include/tcl8.3 I don't see where this information get lost. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message