Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 14:05:26 -0400 (EDT)
From:      Brett Taylor <brett@peloton.runet.edu>
To:        Kenny Drobnack <kdrobnac@mission.mvnc.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: gtk FreeBSD and Linux 
Message-ID:  <Pine.BSF.4.10.10005011403120.71983-100000@peloton.runet.edu>
In-Reply-To: <Pine.GSO.3.96.1000430234008.4524A-100000@mission.mvnc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Sun, 30 Apr 2000, Kenny Drobnack wrote:

> I keep running into the problem that it will tell me that I don't have
> to gtk installed when I most definitely do. GTK was installed from the
> ports collection into

> /usr/X11R6/include/gtk12/gtk
>  ./configure gives the error message:

> *** The gtk-config script installed by GTK could not be found
> *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the GTK

Try setting GTK_CONFIG=gtk12-config.  (if tcsh/csh user use setenv, if
bash, export it) 

> However, I still cannot get this thing to compile.  Everything seems
> to be going well until I get:

> "Makefile", line 295: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1

This is a sign you need to use gmake - there are differences in the gmake
vs make (bmake) Makefiles which is causing the problem here.

> Is there some fundamental differences in make in FreeBSD and Linux, or
> is it the gtk?

It's make - see above.

Brett
*****************************************************
Dr. Brett Taylor         brett@peloton.runet.edu    *
Dept of Chem and Physics			    *
Curie 39A	(540) 831-6147                      *
Dept. of Mathematics and Statistics		    *
Walker 234	(540) 831-5410			    *
*****************************************************



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" 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.10.10005011403120.71983-100000>