From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 13:08:17 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7935C16A421 for ; Sat, 9 Jun 2007 13:08:17 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id C227713C4B7 for ; Sat, 9 Jun 2007 13:08:16 +0000 (UTC) (envelope-from robin@reportlab.com) Received: by py-out-1112.google.com with SMTP id p76so1756392pyb for ; Sat, 09 Jun 2007 06:08:16 -0700 (PDT) Received: by 10.35.61.14 with SMTP id o14mr5664008pyk.1181394495889; Sat, 09 Jun 2007 06:08:15 -0700 (PDT) Received: by 10.35.50.16 with HTTP; Sat, 9 Jun 2007 06:08:15 -0700 (PDT) Message-ID: Date: Sat, 9 Jun 2007 13:08:15 +0000 From: "Robin Becker" To: questions@freebsd.org In-Reply-To: <466A746A.6070009@jessikat.plus.net> MIME-Version: 1.0 References: <466A746A.6070009@jessikat.plus.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: failure in xorg 7.2 compile of vblank.c 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: Sat, 09 Jun 2007 13:08:17 -0000 On 09/06/07, Robin Becker wrote: > > I am trying the build from scratch route of xorg 7.2. > > > cc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver > -I../../../../../include -I../../../../../include/GL/internal > -I../../../../../src/mesa -I../../../../../src/mesa/main > -I../../../../../src/mesa/glapi -I../../../../../src/mesa/math > -I../../../../../src/mesa/transform -I../../../../../src/mesa/shader > -I../../../../../src/mesa/swrast -I../../../../../src/mesa/swrast_setup > -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri > `pkg-config --cflags libdrm` -I/usr/local/include -Wall > -O -Wmissing-prototypes -std=c99 -Wundef -ffast-math -DUSE_X86_ASM > -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -I/usr/local/include -DPTHREADS > -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING > -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS ../common/vblank.c -o > ../common/vblank.o > > ../common/vblank.c: In function `driGetCurrentVBlank': > > ../common/vblank.c:306: error: `DRM_VBLANK_SECONDARY' undeclared (first > use in this function) > > ../common/vblank.c:306: error: (Each undeclared identifier is reported > only once > > ../common/vblank.c:306: error: for each function it appears in.) > > ../common/vblank.c: In function `driWaitForVBlank': > > ../common/vblank.c:363: error: `DRM_VBLANK_SECONDARY' undeclared (first > use in this function) > > > > .... ignore this I figured out it was caused by an unistalled libdrm package. -- Robin Becker