moved from pd-list to gem-dev:
see https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/Gem/src/ README.linux the "Debian" section applies to all Debian-based distros.
i added the debian-multimedia stable repository to my sources.
#> aptitude install libgl-dev libglu-dev
is not available.
#> aptitude install libxxf86vm-dev ok #> aptitude install ftgl-dev ok #> aptitude install libtiff3g-dev
is not available
#> aptitude install libjpeg62-dev ok #> aptitude install libmagick++9-dev ok
#> aptitude install libmpeg3-dev libavifile-0.7-dev libquicktime-dev libdv4-dev ok, ok, ok, ok
trying to compile anyways:
/usr/bin/ld: cannot find -ldts collect2: ld gab 1 als Ende-Status zurück make: *** [Gem.pd_linux] Fehler 1
/usr/bin/ld: cannot find -ldts
apt-get install libdts or somthing like that.
collect2: ld gab 1 als Ende-Status zurück make: *** [Gem.pd_linux] Fehler 1
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Max wrote:
moved from pd-list to gem-dev:
see https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/Gem/src/README.linux
the "Debian" section applies to all Debian-based distros.
i added the debian-multimedia stable repository to my sources.
#> aptitude install libgl-dev libglu-dev
is not available.
these are virtual packages provided by other packages. libgl-dev is provided (on my Debian lenny/sid) by any of the following: libgl1-mesa-dev, libgl1-mesa-swx11-dev, nvidia-glx-dev, nvidia-glx-legacy-96xx-dev, nvidia-glx-legacy-dev liblu-dev is provided by libglu1-mesa-dev chose the real package that fits you needs.
#> aptitude install libxxf86vm-dev ok #> aptitude install ftgl-dev ok #> aptitude install libtiff3g-dev
is not available
true. fortunately this is not a big problem as the dependency is optional. nevertheless i will change it to "libtiff-dev" (meta-package depending on libtff3g-dev or libtiff4-dev)
#> aptitude install libjpeg62-dev ok #> aptitude install libmagick++9-dev ok
#> aptitude install libmpeg3-dev libavifile-0.7-dev libquicktime-dev libdv4-dev ok, ok, ok, ok
trying to compile anyways:
/usr/bin/ld: cannot find -ldts collect2: ld gab 1 als Ende-Status zurÃŒck make: *** [Gem.pd_linux] Fehler 1
please file a bug-report in ubuntu, that pkg-config for libavifile should not report dependencies on dts if the libavifile-0.7-dev packages does not depend on libdts. something like: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492040
in the meantime, please do as cyrille suggests and install libdts-dev you don't need to re-run configure, just linking should be fine.
thanks for your patience.
fgamsdr IOhannes
ok, gem compiles now and i can make gem objects without immediate crash. but i can't get it to open a gemwin.
the hardware is an eee pc
GEM: Graphics Environment for Multimedia GEM: ver: 0.91.0 'tigital' GEM: compiled: Nov 12 2008 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM: Chris Clepper GEM: James Tittle GEM: IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al. GEM: found a bug? miss a feature? please report it: GEM: homepage http://gem.iem.at/ GEM: bug-tracker http://sourceforge.net/projects/pd-gem/ GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/ GEM: compiled for SIMD architecture: MMX GEM: using MMX optimization error: GEM: X server has no OpenGL GLX extension error: GEM: Error creating const context error: GEM: A serious error occured creating const Context error: GEM: Continue at your own risk! error: GEM: X server has no OpenGL GLX extension error: GEM: Unable to create window error: [gemwin]: no window made ... you might be able to track this down from the Find menu. error: GEM: Create window first!