hello, I have a problem for building gem on ubuntu 8.10, the build system complains for existing missing files.
configure: error: GL (headers) not found! you need openGL!!!
$ apt-cache show xlibmesa-gl-dev Package: xlibmesa-gl-dev Priority: optional Section: libdevel Installed-Size: 24 Maintainer: Ubuntu Core Developers ubuntu-devel-discuss@lists.ubuntu.com Original-Maintainer: Debian X Strike Force debian-x@lists.debian.org Architecture: all Source: xorg Version: 1:7.4~5ubuntu3 Depends: libgl1-mesa-dev, x11-common Filename: pool/main/x/xorg/xlibmesa-gl-dev_7.4~5ubuntu3_all.deb Size: 960
$ ls /usr/include/GL |grep gl.h gl.h
patco wrote:
hello, I have a problem for building gem on ubuntu 8.10, the build system complains for existing missing files.
hi
configure: error: GL (headers) not found! you need openGL!!!
$ apt-cache show xlibmesa-gl-dev Package: xlibmesa-gl-dev Priority: optional Section: libdevel Installed-Size: 24 Maintainer: Ubuntu Core Developers ubuntu-devel-discuss@lists.ubuntu.com Original-Maintainer: Debian X Strike Force debian-x@lists.debian.org Architecture: all Source: xorg Version: 1:7.4~5ubuntu3 Depends: libgl1-mesa-dev, x11-common Filename: pool/main/x/xorg/xlibmesa-gl-dev_7.4~5ubuntu3_all.deb Size: 960
$ ls /usr/include/GL |grep gl.h gl.h
hmm, the problem is most likely somewhere else on your system. without more information (e.g. the full config.log) it is hard to tell what really fails.
according to the autobuild logs, intrepid compiles Gem just fine. e.g: http://autobuild.puredata.info/auto-build/2008-10-28/logs/2008-10-28_08.28.0...
mfga.r IOhannes
Hello,
patco wrote:
hello, I have a problem for building gem on ubuntu 8.10, the build system complains for existing missing files.
hi
without more information (e.g. the full config.log) it is hard to tell what really fails.
according to the autobuild logs, intrepid compiles Gem just fine. e.g: http://autobuild.puredata.info/auto-build/2008-10-28/logs/2008-10-28_08.28.0...
mfga.r IOhannes
I actually have pain to use/understand pd-extended build system, so I'm using last sources and do 'aclocal && autoconf && ./configure', attached is the config.log
hi
patco wrote:
Hello,
patco wrote:
hello, I have a problem for building gem on ubuntu 8.10, the build system complains for existing missing files.
hi
without more information (e.g. the full config.log) it is hard to tell what really fails.
according to the autobuild logs, intrepid compiles Gem just fine. e.g: http://autobuild.puredata.info/auto-build/2008-10-28/logs/2008-10-28_08.28.0...
mfga.r IOhannes
I actually have pain to use/understand pd-extended build system, so I'm
i was only referring to pd-extended's autobuild to prove that Gem can be built on intrepid...
using last sources and do 'aclocal && autoconf && ./configure', attached is the config.log
thanks for the additional info. i still don't really understand why configure thinks it cannot find GL.
anyhow, openGL is pulled in by FTGL anyhow, so i _think_ you can safely ignore the fatal error and run "make" after configure.
fgmasdr IOhannes