Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 15:45:23 +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:  <roFRNCrqDB@dmeyer.dinoex.sub.org>
References:  <200103311142.f2VBg1V96037@freefall.freebsd.org> <200103311252.f2VCqcf81441@ns1.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dan Langille wrote:,

> On 31 Mar 2001, at 3:42, Dirk Meyer wrote:
> 
> > dinoex      2001/03/31 03:42:00 PST
> > 
> >   Modified files:
> >     devel                Makefile 
> >   Added files:
> >     devel/gcvs           Makefile distinfo pkg-comment pkg-descr 
> >                          pkg-plist 
> >     devel/gcvs/files     patch-configure 
> >                          patch-cvsunix-contrib-Makefile.in 
> >                          patch-cvsunix-src-Makefile.in 
> 
> I'm getting 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

The include patch is missing,
strange i rebuild the port here and I get:

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/in
clude -I/usr/X11R6/include -DqUnix -DqGTK -I/usr/X11R6/include -DqCvsDebug=0  -p
ipe -I /usr/local/include/tcl8.3 -DUSE_TCL="1" -c TclGlue.cpp

> $ pkg_info | grep -i tcl
> tcl-8.3.1           Tool Command Language
> tk-8.3.1            Graphical toolkit for TCL

I use:
tcl-8.3.2           Tool Command Language
tk-8.3.2            Graphical toolkit for TCL

But this is not the problem here.

> Is it me or is it the port?

Can you check your "make.conf"
The critical Option here is:
CONFIGURE_ARGS+=        --with-tclinclude=${LOCALBASE}/include/tcl8.3

Please clean it again and look for the output of configure:

It tells me:
checking for GTK - version >= 1.2.0... yes
checking for tcl.h... /usr/local/include/tcl8.3/tcl.h
checking for tclConfig.sh... /usr/local/lib/tcl8.3/tclConfig.sh
Using TCL 8.3.2
updating cache ./config.cache

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?roFRNCrqDB>