rootproksy |
11-25-2012 11:30 AM |
I have been walking through the sticky tying to get libtxc to install but I am unable to do so. Here is where I'm at and I'm about to say *&@! it and not play this on this laptop. I have downloaded the latest mesa driver, 9.0.1 and when I run autogen.sh I recieve the following error:
Code:
configure: error: Package requirements (glproto >= 1.4.14) were not met:
No package 'glproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLPROTO_CFLAGS
and GLPROTO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I was told that the latest release of ubuntu should at least have some version of mesa drivers so I upgraded to 12.04..it did not :( and I still have the same issue with this.
When I try to compile libtxc I recieve the following error:
Code:
cc -Wall -pedantic -fPIC -O3 -c -o txc_compress_dxtn.o txc_compress_dxtn.c
In file included from txc_compress_dxtn.c:27:0:
txc_dxtn.h:25:19: fatal error: GL/gl.h: No such file or directory
compilation terminated.
make: *** [txc_compress_dxtn.o] Error 1
I will have to be honest, I would have to consider myself a linux elder so to speak and I normally don't ask for help when there is a man page available but I am so stumped with this issue that I may have to call it quits. Any help from you all here in the regnum forums is greatly appreciated :)
|