Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2001 22:56:05 +1200 (NZST)
From:      Dan Langille <dan@langille.org>
To:        Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: cvs commit: ports/devel Makefile ports/devel/gcvs Makefile     distinfo pkg-comment pkg-descr pkg-plist ports/devel/gcv
Message-ID:  <Pine.BSF.4.32.0104012255320.28595-100000@xeon.int.nz.freebsd.org>
In-Reply-To: <5raZWdg27U@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 1 Apr 2001, Dirk Meyer wrote:

> 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

Ahh, now this looks interesting:

$ grep TCL_CFLAGS work/gcvs-1.0a7/*/Makefile
work/gcvs-1.0a7/GuiDoc/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
work/gcvs-1.0a7/Macros/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
work/gcvs-1.0a7/common/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
work/gcvs-1.0a7/cvstree/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
work/gcvs-1.0a7/gcvs/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}
work/gcvs-1.0a7/rf/Makefile:TCL_CFLAGS = ${CFLAGS_OPTIMIZE}

Does that help you?




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?Pine.BSF.4.32.0104012255320.28595-100000>