It seems things have changed on Debian/testing:
----------------------------------------------------------------------
Message: 1 Date: Tue, 9 Oct 2007 07:14:38 -0400 (EDT) From: pd@debian-testing-i386.idmi.poly.edu (Pd user) Subject: [PD-cvs] autobuild: pd-extended-release debian-testing-i386 2007-10-09 06.26.42 To: pd-cvs@iem.at Message-ID: 20071009111439.1CDA2B24A1@pd-debian-stable
/usr/include/GL/glext.h:7073: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7074: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7085: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7086: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7207: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7208: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7209: error: 'GLchar' has not been declared /usr/include/GL/glext.h:7219: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7220: error: expected ',' or '...' before '*' token /usr/include/GL/glext.h:7221: error: 'GLchar' has not been declared make[3]: *** [GemBase.o] Error 1 make[3]: Leaving directory `/home/pd/auto-build/pd-extended-release/ Gem/src/Base' make[2]: *** [Base] Error 2 make[2]: Leaving directory `/home/pd/auto-build/pd-extended-release/ Gem/src' make[1]: *** [/home/pd/auto-build/pd-extended-release/Gem/src/ Gem.pd_linux] Error 2 make[1]: Leaving directory `/home/pd/auto-build/pd-extended-release/ packages' make: *** [install] Error 2 upload specs linux_make . deb Uploading /home/pd/auto-build/pd-extended-release/packages/ linux_make/./Pd*.deb ls: /home/pd/auto-build/pd-extended-release/packages/linux_make/./ Pd*.deb: No such file or directory
.hc
------------------------------------------------------------------------ ----
kill your television
Hans-Christoph Steiner wrote:
It seems things have changed on Debian/testing:
i still cannot reproduce this here on my testing/unstable machine. i currently do not have the nvidia-glx-dev package installed (which would also provide the openGL headers), but instead i have installed mesa-common-dev_7.0.1-2_all.deb (which is just the package used in lenny)
Gem compiles just fine here.
hmmm,...
mfg.asdr IOhannes
kill your television
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
IOhannes m zmoelnig wrote:
Hans-Christoph Steiner wrote:
It seems things have changed on Debian/testing:
Gem compiles just fine here.
another test: - i log in at 128.238.56.51 - i do a fresh checkout of Gem - 'cd Gem/src' - 'make'
seems to compile fine!
so it seems they have fixed it (probably i misunderstood your posting)
fmasdr. IOhannes
On Oct 10, 2007, at 11:22 AM, IOhannes m zmoelnig wrote:
Hans-Christoph Steiner wrote:
It seems things have changed on Debian/testing:
i still cannot reproduce this here on my testing/unstable machine. i currently do not have the nvidia-glx-dev package installed (which would also provide the openGL headers), but instead i have installed mesa-common-dev_7.0.1-2_all.deb (which is just the package used in lenny)
Gem compiles just fine here.
hmmm,...
Strange, the auto-build machine has the same:
pd@debian-testing-i386:~ > dlocate glext.h mesa-common-dev: /usr/include/GL/glext.h pd@debian-testing-i386:~ > dlocate -l mesa-common-dev Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half- installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-================-================- ================================================== ii mesa-common-dev 7.0.1-2 Developer documentation for Mesa
- 'cd Gem/src'
- 'make'
Did you try it with the same ./configure flags as the nightly build? You can run that same build by doing this, then it dies:
cd packages make gem
.hc
mfg.asdr IOhannes
kill your television
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
------------------------------------------------------------------------ ----
kill your television
Hans-Christoph Steiner wrote:
On Oct 10, 2007, at 11:22 AM, IOhannes m zmoelnig wrote:
- 'cd Gem/src'
- 'make'
Did you try it with the same ./configure flags as the nightly build? You can run that same build by doing this, then it dies:
no, i just used the defaults.
and lo and behold! setting the gl-version to 1.5 yields the very same error (even on my machine) at least, now i can investigate...
masdf IOhannes