From owner-freebsd-questions Tue Oct 2 10:59:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id D4DF037B406 for ; Tue, 2 Oct 2001 10:59:50 -0700 (PDT) Received: from d141-119-162.home.cgocable.net ([24.141.119.162] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 15oTpc-00068q-00; Tue, 2 Oct 2001 13:59:48 -0400 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id f92I5U280948; Tue, 2 Oct 2001 14:05:31 -0400 (EDT) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Tue, 2 Oct 2001 14:05:30 -0400 (EDT) From: Dru X-X-Sender: To: Matthew Emmerton Cc: Subject: Re: cheops In-Reply-To: Message-ID: <20011002140319.T77695-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> 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, Matthew Emmerton wrote: > 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. Hi Matthew, Thanks for the response. Got that far, then encountered errors on the g_module_open test. Tried remming out the error for that test which produced a Makefile, but I'm getting horrible errors on the make. Wish I knew more programming :( Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message