From owner-freebsd-x11@FreeBSD.ORG Thu Feb 19 18:03:26 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C067B106566B; Thu, 19 Feb 2009 18:03:26 +0000 (UTC) (envelope-from prvs=294578bf6=a@jenisch.at) Received: from mgaterz1.oekb.co.at (mgaterz1.oekb.co.at [143.245.5.111]) by mx1.freebsd.org (Postfix) with ESMTP id DEEA38FC19; Thu, 19 Feb 2009 18:03:25 +0000 (UTC) (envelope-from prvs=294578bf6=a@jenisch.at) Received: from srv47.oekb.co.at ([143.245.2.137]) by mgaterz1.oekb.co.at with ESMTP; 19 Feb 2009 19:03:24 +0100 Received: from MAIL1.oekb.co.at ([143.245.2.188]) by srv47.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Thu, 19 Feb 2009 19:03:24 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Thu, 19 Feb 2009 19:03:24 +0100 Received: from aurora.oekb.co.at (localhost [127.0.0.1]) by aurora.oekb.co.at (8.14.3/8.14.3) with ESMTP id n1JI3O9f005855; Thu, 19 Feb 2009 19:03:24 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.3/8.14.3/Submit) id n1JI3Ouf005854; Thu, 19 Feb 2009 19:03:24 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Thu, 19 Feb 2009 19:03:24 +0100 From: Ewald Jenisch To: Jung-uk Kim Message-ID: <20090219180324.GB4973@aurora.oekb.co.at> References: <20090217142032.GA4959@aurora.oekb.co.at> <18845.34156.628276.205342@gromit.timing.com> <20090219171020.GA4973@aurora.oekb.co.at> <200902191241.03696.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902191241.03696.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.3i X-OriginalArrivalTime: 19 Feb 2009 18:03:24.0412 (UTC) FILETIME=[5B8B1BC0:01C992BC] Cc: freebsd-x11@freebsd.org, lwhsu@freebsd.org Subject: Re: xorg-server fails to build (Stop in xorg-server-1.5.3/glx) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 18:03:27 -0000 On Thu, Feb 19, 2009 at 12:41:00PM -0500, Jung-uk Kim wrote: > > Do you have libGLU, i.e., > > /usr/local/include/GL/glu.h > > Actually gpac-libgpac depends on libGLU and libGLU depends on libGL. > Hi, Here's all "gl*.h" from /usr/local/include/GL I have: /usr/local/include/GL/gl.h /usr/local/include/GL/gl_mangle.h /usr/local/include/GL/gle.h /usr/local/include/GL/glext.h /usr/local/include/GL/glfbdev.h /usr/local/include/GL/glu.h /usr/local/include/GL/glu_mangle.h /usr/local/include/GL/glut.h /usr/local/include/GL/glutf90.h /usr/local/include/GL/glx.h /usr/local/include/GL/glx_mangle.h /usr/local/include/GL/glxext.h /usr/local/include/GL/glxint.h /usr/local/include/GL/glxmd.h /usr/local/include/GL/glxproto.h /usr/local/include/GL/glxtokens.h -ewald