From owner-freebsd-questions Thu May 31 0:36:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fepD.post.tele.dk (fepD.post.tele.dk [195.41.46.149]) by hub.freebsd.org (Postfix) with ESMTP id 8002637B422; Thu, 31 May 2001 00:36:13 -0700 (PDT) (envelope-from mekanix@privat.dk) Received: from mekanix.my.domain ([62.243.77.12]) by fepD.post.tele.dk (InterMail vM.4.01.03.21 201-229-121-121-20010307) with SMTP id <20010531073612.UPVC11339.fepD.post.tele.dk@mekanix.my.domain>; Thu, 31 May 2001 09:36:12 +0200 Date: Thu, 31 May 2001 09:34:57 +0200 From: Bjarne Wichmann Petersen To: Brooks Davis Cc: culverk@wam.umd.edu, freebsd-multimedia@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Sound hell Message-Id: <20010531093457.62952e39.mekanix@privat.dk> In-Reply-To: <20010530152836.A29534@Odin.AC.HMC.Edu> References: <20010530224520.56e8af2c.mekanix@privat.dk> <20010531000302.1d26c12a.mekanix@privat.dk> <20010530152836.A29534@Odin.AC.HMC.Edu> X-Mailer: Sylpheed version 0.4.64 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Wed, 30 May 2001 15:28:36 -0700 Brooks Davis wrote: > As the message you quoted sugguests do something like: > setenv GLIB_CONFIG /usr/local/bin/glib12-config > ./configure > (You'll have to repete this process a few times for gtk and some other > things IIRC.) Thx, worked nicely! ;) Now I'm "happily" stucked at 'xmms not installed' or something. The configtest program apparently isn't able to locate xmms/plugin.h and xmms/configfile.h: configure:2581: checking for xmms configure:2596: gcc -o conftest -g -O2 -I/usr/local/include/glib12 conftest.c 1>&5 configure:2588: xmms/plugin.h: No such file or directory configure:2589: xmms/configfile.h: No such file or directory Now, I'm no compiler expert, but shouldn't gcc automatically include /usr/include, /usr/X11R6/include and /usr/local/include? Bjarne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message