Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Apr 2001 12:00:43 +0200
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        freebsd-ports@FreeBSD.ORG, dan@langille.org
Subject:   Re: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile         distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcv
Message-ID:  <5raZWdg27U@dmeyer.dinoex.sub.org>
References:  <4hiSyZg3GB@dmeyer.dinoex.sub.org> <200104010510.f315Aaf86938@ns1.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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