[Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Johnson, Charles F
I'm down to trying to build the i915_dri driver and am getting:

gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver 
-I../../../../../../drm/shared-core -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` -Wall 
-Wmissing-prototypes -g  -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L 
-D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
-DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DUSE_X86_ASM -DUSE_MMX_ASM 
-DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -D_POSIX_SOURCE 
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS 
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS 
intel_ioctl.c -o intel_ioctl.o
intel_ioctl.c: In function âintelGetLastFrameâ:
intel_ioctl.c:49: error: âI915_PARAM_LAST_DISPATCHâ undeclared (first use in 
this function)
intel_ioctl.c:49: error: (Each undeclared identifier is reported only once
intel_ioctl.c:49: error: for each function it appears in.)
intel_ioctl.c: In function âintelRefillBatchLockedâ:
intel_ioctl.c:143: warning: pointer targets in assignment differ in signedness
make: *** [intel_ioctl.o] Error 1


Anyone know about this one ??

Charles Johnson
Channel Platform Solutions Group
Intel Corporation
[EMAIL PROTECTED]
503-712-5181



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Dave Airlie

New libdrm needed..

Dave.

On Thu, 9 Feb 2006, Johnson, Charles F wrote:

 I'm down to trying to build the i915_dri driver and am getting:

 gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver 
 -I../../../../../../drm/shared-core -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` -Wall 
 -Wmissing-prototypes -g  -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L 
 -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS 
 -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS 
 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 
 -ffast-math  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE 
 -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS intel_ioctl.c -o 
 intel_ioctl.o
 intel_ioctl.c: In function âintelGetLastFrameâ:
 intel_ioctl.c:49: error: âI915_PARAM_LAST_DISPATCHâ undeclared (first use in 
 this function)
 intel_ioctl.c:49: error: (Each undeclared identifier is reported only once
 intel_ioctl.c:49: error: for each function it appears in.)
 intel_ioctl.c: In function âintelRefillBatchLockedâ:
 intel_ioctl.c:143: warning: pointer targets in assignment differ in signedness
 make: *** [intel_ioctl.o] Error 1


 Anyone know about this one ??

 Charles Johnson
 Channel Platform Solutions Group
 Intel Corporation
 [EMAIL PROTECTED]
 503-712-5181



 ---
 This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
 for problems?  Stop!  Download the new AJAX search engine that makes
 searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
 http://sel.as-us.falkag.net/sel?cmdlnkkid3432bid#0486dat1642
 ___
 Mesa3d-dev mailing list
 Mesa3d-dev@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev


Re: [Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Alan Hourihane
On Thu, 2006-02-09 at 15:52 -0800, Johnson, Charles F wrote:
 I'm down to trying to build the i915_dri driver and am getting:
 
 gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver 
 -I../../../../../../drm/shared-core -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` -Wall 
 -Wmissing-prototypes -g  -m32 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L 
 -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS 
 -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS 
 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 
 -ffast-math  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE 
 -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 
 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS intel_ioctl.c -o 
 intel_ioctl.o
 intel_ioctl.c: In function âintelGetLastFrameâ:
 intel_ioctl.c:49: error: âI915_PARAM_LAST_DISPATCHâ undeclared (first use in 
 this function)
 intel_ioctl.c:49: error: (Each undeclared identifier is reported only once
 intel_ioctl.c:49: error: for each function it appears in.)
 intel_ioctl.c: In function âintelRefillBatchLockedâ:
 intel_ioctl.c:143: warning: pointer targets in assignment differ in signedness
 make: *** [intel_ioctl.o] Error 1
 
 
 Anyone know about this one ??

You need the latest DRM from freedesktop.org CVS too.

Alan.



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev