From owner-freebsd-x11@FreeBSD.ORG Thu Feb 19 17:10:22 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 D6137106564A; Thu, 19 Feb 2009 17:10:22 +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 03CF88FC16; Thu, 19 Feb 2009 17:10:21 +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 18:10:20 +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 18:10:20 +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 18:10:20 +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 n1JHAKK7005565; Thu, 19 Feb 2009 18:10:20 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.14.3/8.14.3/Submit) id n1JHAKFA005564; Thu, 19 Feb 2009 18:10:20 +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 18:10:20 +0100 From: Ewald Jenisch To: John Hein Message-ID: <20090219171020.GA4973@aurora.oekb.co.at> References: <20090217142032.GA4959@aurora.oekb.co.at> <18844.16502.429956.359952@gromit.timing.com> <18844.18589.641244.464368@gromit.timing.com> <200902181251.44282.jkim@FreeBSD.org> <20090219124938.GA1491@aurora.oekb.co.at> <18845.34156.628276.205342@gromit.timing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18845.34156.628276.205342@gromit.timing.com> User-Agent: Mutt/1.4.2.3i X-OriginalArrivalTime: 19 Feb 2009 17:10:20.0473 (UTC) FILETIME=[F1C49290:01C992B4] 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 17:10:24 -0000 On Thu, Feb 19, 2009 at 09:14:36AM -0700, John Hein wrote: > > Did you clean first? From the output of 'make', it seems not. If you > didn't clean, then the --X11-path added in the patch for the configure > args doesn't do much since you've already passed the configure stage. Hi John, Thanks for the hint. I re-built things as follows: # cd /usr/ports/multimedia/gpac-libgpac # make distclean # make clean # patch < gpac-libgpac.diff both "Makefile" and "files/patch-configure" were applied # make clean all . . . cc -O3 -O -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/p orts/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPI C -DPIC -c compositor/mesh.c -o compositor/mesh.opic In file included from compositor/mesh.c:33: compositor/gl_inc.h:45:19: error: GL/gl.h: No such file or directory gmake: *** [compositor/mesh.opic] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/gpac-libgpac. # but gl.h is in /usr/local/include/GL/gl.h When doing a "diff" for Makefile vs. Makefile.orig I see that "--X11-path="${X11BASE}"" has been added to CONFIGURE_ARGS so I wonder why GL/gl.h isn't found during the build process Puzzled... -ewald