From owner-freebsd-questions Tue Oct 2 10:53:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 151DA37B406 for ; Tue, 2 Oct 2001 10:53:34 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.93.38.74]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011002175333.PGYK12483.tomts13-srv.bellnexxia.net@xena.gsicomp.on.ca>; Tue, 2 Oct 2001 13:53:33 -0400 Received: from localhost (matt@localhost) by xena.gsicomp.on.ca (8.11.1/8.11.1) with ESMTP id f92Hklv08436; Tue, 2 Oct 2001 13:46:47 -0400 (EDT) (envelope-from matt@xena.gsicomp.on.ca) Date: Tue, 2 Oct 2001 13:45:32 -0400 (EDT) From: Matthew Emmerton To: Dru Cc: questions@FreeBSD.ORG Subject: Re: cheops In-Reply-To: <20011002133242.C77695-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2 Oct 2001, Dru wrote: > > Hi guys, > > Has anyone been able to compile cheops on FreeBSD? I downloaded the source > from www.marko.net/cheops, but I'm getting gtk-config errors during the > configure stage: > > ./configure > > checking for gtk... gtk-config: not found > configure: error: Check that gtk-config is in path > > "locate gtk-config" yields no results, but "pkg_info | grep gtk" shows > that gtk-1.2.10_2 is installed. Any suggestions? It looks like a pretty > cool program. That's because we rename gtk-config to be gtk12-config. You'll have to patch the configure script so that it looks for gtk12-config instead of gtk-config. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message