should be fixed now in master

On Thu, Mar 4, 2010 at 4:21 PM, STEVE555 <stevenward...@hotmail.com> wrote:
>
> I've got closer in solving my problem to get progs/tests to build.Here's what
> I did:
> I edited  my ld.so.conf and and put just one space under the code in there
> /usr and /usr/lib directly underneath.
> I then ran ldconfig.Then I opened up Konsole as root on the Mesa folder and
> I ran these commands:
> export LD__LIBRARY_PATH=/usr
> export PKG_CONFIG_PATH=/usr
> I pressed return on both of those commands,did a gmake -B realclean..I also
> did a git pull origin to get the latest commits.
> I then issued my new ./confiigure options:
> ./configure --prefix=/usr --enable-32-bit --enable-xcb
> --enable-gallium-nouveau --with-state-trackers=dri,egl,xorg,glx,vega,es
> --enable-motif --enable-gl-osmesa --disable-gallium-intel
> --disable-gallium-radeon --with-expat=/usr/lib
> --with-demos=xdemos,demos,trivial,tests --with-dri-drivers=swrast
> --enable-gallium-swrast --enable-gallium-svga --with-max-width=4096
> --with-max-height=4096
>
> Then I ran gmake.The build got past the error  I posted earlier,,but it
> stops at this new error:
>
> gcc -I. -I../../include -g -O2 -Wall -Wmissing-prototypes -std=c99
> -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32
> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
> -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
> -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
> -DHAVE_XEXTPROTO_71 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096  fptest1.c
> -L../../lib -lglut -lGLEW -lGLU -lGL  -lm -o fptest1
> gcc -I. -I../../include -g -O2 -Wall -Wmissing-prototypes -std=c99
> -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32
> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
> -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
> -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
> -DHAVE_XEXTPROTO_71 -DMAX_WIDTH=4096 -DMAX_HEIGHT=4096  fptexture.c
> -L../../lib -lglut -lGLEW -lGLU -lGL  -lm -o fptexture
> python getprocaddress.py > getproclist.h
> Traceback (most recent call last):
>  File "getprocaddress.py", line 8, in <module>
>    import gl_XML
> ImportError: No module named gl_XML
> gmake[2]: *** [getproclist.h] Error 1
> gmake[2]: Leaving directory `/opt/mesa/progs/tests'
> gmake[1]: *** [subdirs] Error 1
> gmake[1]: Leaving directory `/opt/mesa/progs'
> gmake: *** [default] Error 1
>
> I''ve noticed thhat there is a patch named  " Fix syntax screw ups
> introduced in 016fc30, 6e8e4b9 and f7dde2c" both on Nabble and in my Hotmail
> account,I''m thinking  about applying that patch and see if it fixes the
> problem.
>
> Regards,
>            STEVE555
>
>
> STEVE555 wrote:
>>
>> Here is some additional information when I was trying to build Mesa with
>> the latest commits today:
>>
>> gcc -c -I. -I../../include -g -O2 -Wall -Wmissing-prototypes -std=c99
>> -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32
>> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
>> -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB
>> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
>> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -D_GNU_SOURCE
>> -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB
>> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
>> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 arraytexture.c
>> -o arraytexture.o
>> gcc -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math
>> -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32 -DUSE_X86_ASM
>> -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS
>> -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DUSE_EXTERNAL_DXTN_LIB=1
>> -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING
>> -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 arraytexture.o readtex.o -L../../lib
>> -lglut -lGLEW -lGLU -lGL  -lm -o arraytexture
>> gcc -I. -I../../include -g -O2 -Wall -Wmissing-prototypes -std=c99
>> -ffast-math -fvisibility=hidden -fno-strict-aliasing -m32 -g  -fPIC -m32
>> -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE
>> -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB
>> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
>> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71  auxbuffer.c
>> -L../../lib -lglut -lGLEW -lGLU -lGL  -lm -o auxbuffer
>> auxbuffer.c: In function ‘event_loop’:
>> auxbuffer.c:422: warning: implicit declaration of function
>> ‘glWindowPos2iARB’
>> /usr/bin/ld: /tmp/cchlqm9X.o: undefined reference to symbol
>> 'XLookupKeysym'
>> /usr/bin/ld: note: 'XLookupKeysym' is defined in DSO /usr/lib/libX11.so.6
>> so try adding it to the linker command line
>> /usr/lib/libX11.so.6: could not read symbols: Invalid operation
>> collect2: ld returned 1 exit status
>> gmake[2]: *** [auxbuffer] Error 1
>> gmake[2]: Leaving directory `/opt/mesa/progs/tests'
>> gmake[1]: *** [subdirs] Error 1
>> gmake[1]: Leaving directory `/opt/mesa/progs'
>> gmake: *** [default] Error 1
>>
>> I hope this can be of more help in solving the problem.
>> Regards,
>>             STEVE555
>>
>
> --
> View this message in context: 
> http://old.nabble.com/Build-error-messages-in-building-Progs-Tests-tp27575588p27781381.html
> Sent from the mesa3d-dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Mesa3d-dev mailing list
> Mesa3d-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to