[Mesa-dev] undefined C++ GLSL symbol error

Zack Rusin zackr at vmware.com
Tue Jan 31 13:44:47 PST 2012


On Tuesday, January 31, 2012 12:02:28 PM Matt Turner wrote:
> > $ make>log
> > ar: creating libglapi.a
> > ar: creating libmesa.a
> > ar: libmesa.a: Error reading ../../src/glsl/.libs/: Is a directory
> > ar: creating libmesagallium.a
> > ar: libmesagallium.a: Error reading ../../src/glsl/.libs/: Is a directory
> > ar: creating libegl_glx.a
> > ar: creating libgallium.a

Getting similar error, but my build doesn't finish:

$ make realclean
$ git clean -fxd
$ ./autogen.sh --with-gallium-drivers=svga -with-dri-drivers= --enable-xa
$ make
 ar: creating libmesa.a
 ar: ../../src/glsl/.libs/: File format not recognized
 ranlib: 'libmesa.a': No such file
 ar: creating libmesagallium.a
 ar: ../../src/glsl/.libs/: File format not recognized
 ranlib: 'libmesagallium.a': No such file
...
 make[3]: *** No rule to make target '../../../../src/mesa/libmesagallium.a', 
needed by 'vmwgfx_dri.so'.Stop.
 make[3]: Leaving directory '/home/zack/src/mesa/gallium/targets/dri-vmwgfx'
 
> I'll keep looking.

Could you maybe revert all of this and do it in a branch where we could iron 
out those issues?


More information about the mesa-dev mailing list