From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 13:43:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D89E16A4AB for ; Tue, 9 Oct 2007 13:43:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id A5AD913C459 for ; Tue, 9 Oct 2007 13:43:42 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l99CtGHh010474; Tue, 9 Oct 2007 14:55:17 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org, Martin Schweizer Date: Tue, 9 Oct 2007 14:55:16 +0200 User-Agent: KMail/1.9.7 References: <20071009072303.GA13550@saturn.pcs.ms> In-Reply-To: <20071009072303.GA13550@saturn.pcs.ms> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710091455.16611.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Subject: Re: Install xdriinfo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 13:43:43 -0000 On Tuesday 09 October 2007, Martin Schweizer wrote: > Hello > > I needd ports/x11/xdriinfo. While make I get the following error messages: > > ===> Building for xdriinfo-1.0.2 > make all-am > cc -DHAVE_CONFIG_H -I. -D_THREAD_SAFE -I/usr/local/include -O2 > -fno-strict-aliasing -pipe -MT xdriinfo.o -MD -MP -MF .deps/xdriinfo.Tpo -c > -o xdriinfo.o xdriinfo.c > xdriinfo.c:27:23: GL/glxext.h: No such file or directory > *** Error code 1 > > Stop in /usr/ports/x11/xdriinfo/work/xdriinfo-1.0.2. > *** Error code 1 > > Stop in /usr/ports/x11/xdriinfo/work/xdriinfo-1.0.2. > *** Error code 1 > > Stop in /usr/ports/x11/xdriinfo. > > As I understand the make file correct glxext.h shoud be in /usr/local/GL > but it isn't there. Do I need an other port? Yeah I noticed this one too. As a workaround you can install graphics/libGL first, then continue to make xdriinfo (and possibly the rest of Xorg) Regards, Pieter de Goeje > > What do I wrong? Any hints are welcome. > > Regards,