From owner-freebsd-x11@FreeBSD.ORG Thu May 24 16:39:14 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2C4616A468 for ; Thu, 24 May 2007 16:39:14 +0000 (UTC) (envelope-from christopher.prance@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.236]) by mx1.freebsd.org (Postfix) with ESMTP id 4156D13C4C7 for ; Thu, 24 May 2007 16:39:13 +0000 (UTC) (envelope-from christopher.prance@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so117732hub for ; Thu, 24 May 2007 09:39:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:message-id; b=okrg03OxDZi2GHUnPku9s7VNtb0jkPw0vjCMWoep6KPzdEI4L+TbqtgasKTyM0zSUrJeSvL3zPdRVdSAWAAPSVO1zLJj5tazm/+d55J73zqCt6ZNsiTFQzI5tGeKga3vAsIXBW1tl2mabJZtOGFjGSVM3Kim/1RFlx2uP1Hu3zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:message-id; b=Q5f6n/SgAlEm/acwQ3EBXDXWnJBUZod0BLAOElZFru58BwJph8y4TRKz8jcK++U8n7Wh2rLHfXimdkQdAE2q1nq/5dHBQdy5IyOgbWMp1aPxCZ5CLlHn66sIM87386Ov9rLcz4vXL2rJ1+KM1kupsLJx/LhbQtwfxi29MUI/TqA= Received: by 10.78.176.20 with SMTP id y20mr593913hue.1180024752803; Thu, 24 May 2007 09:39:12 -0700 (PDT) Received: from dell ( [87.175.134.73]) by mx.google.com with ESMTP id 31sm129571nfu.2007.05.24.09.39.11; Thu, 24 May 2007 09:39:12 -0700 (PDT) From: "Christopher Prance" To: , Date: Thu, 24 May 2007 18:39:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AceeIZGdldGPRpccT4i5v1GPuBBkyQ== Content-Language: en-us Message-ID: <4655bfb0.4334083c.3e27.25b6@mx.google.com> Cc: Subject: udefined reference to 'XDamageAdd' in mesa-demos while compiling 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, 24 May 2007 16:39:14 -0000 Hello All, When I compile mesa-demos port I get the following: ===> Building for mesa-demos-6.5.3_1 gmake[1]: Entering directory `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos' cc -I../../include -fPIC -pedantic -I/usr/local/include -DUSE_XSHM -DHZ=100 -O2 -fno-strict-aliasing -pipe arbfplight.c readtex.o -L/usr/local/lib -lglut -lGLU -lGL -lXext -lXmu -lXi -lX11 -lm -o arbfplight arbfplight.c: In function `Init': arbfplight.c:238: warning: string length `934' is greater than the length `509' ISO C89 compilers are required to support arbfplight.c:264: warning: string length `729' is greater than the length `509' ISO C89 compilers are required to support /usr/local/lib/libGL.so: undefined reference to `XDamageAdd' gmake[1]: *** [arbfplight] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/mesa-demos/work/Mesa-6.5.3/progs/demos' gmake: *** [default] Error 1 *** Error code 2 Anyone have any ideas what might be causing this. I apparently am having problems with my GL libraries and I would like to find out what is causing it. As far as I can tell all of my GL libraries are up to date. Any help would be greatly appreciated! Thanks, Christopher