Actually, I stand corrected on that one. You don't need to install
'glut' or 'glut-shlibs' because Apple now includes glut as a Framework.
.hc
On Tuesday, Oct 7, 2003, at 13:05 America/New_York, Enrique Franco
wrote:
Hi Hans,
I'm installing the extra libs by typing:
" sudo fink install glut", and I got this:
pkg glut version ### pkg glut version 3.7-2
fink needs help picking an alternative to satisfy a virtual
dependency. The candidates:(1) system-libgl: Placeholder package for manually installed OpenGL
libraries (2) system-xfree86: Placeholder package for manually installed XFree86 (3) system-xtools: Placeholder package for manually installed Xtools (4) xfree86-rootless: XFree86 libraries, utilities, clients and data.Pick one: [1]
Which one should I pick? I am on OS 10.1.5
Thanks,
E.
Hans-Christoph Steiner wrote:
To use GEM or PDP, you need to install some extra libs:
glut glut-shlibs gsl-shlibs libpng-shlibs libpng3 libpng3-shlibs libquicktime0-shlibs libmpeg libmpeg-shlibs ffmpeg
The easiest way to do this is to have Fink (http://fink.sf.net )
installed and run this command (all on one line):sudo apt-get install glut glut-shlibs gsl-shlibs libpng-shlibs
libpng3 libpng3-shlibs libquicktime0- shlibs libmpeg libmpeg-shlibs ffmpegif any of those packages fail, you can try:
sudo fink install PACKAGE_NAME
Replacing PACKAGE_NAME with the name of the failed package.
.hc
On Thursday, Oct 2, 2003, at 11:56 America/New_York, Enrique Franco
wrote:Hi,
I have downloaded your pd installer and PD works fine. I want to get
gem working but when I try to open Pd with:/usr/local/bin/pd -rt -lib gem
..Pd shuts down and I get this:
dyld: /usr/local/bin/pd Undefined symbols: _ceilf _drand48 _floorf _fmodf _glBindVertexArrayAPPLE
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either change them, or perish. -William Carlos Williams-- Tel: +353-61-202798 Fax: +353-61-202734 Room CS2-036, Interaction Design Centre CSIS Building University of Limerick Limerick Ireland
http://at.or.at/hans/
GEM will not run on 10.1 at all. There's nothing you can do that will make it so without rewriting essential portions of the code.
Also, I would strongly recommend uninstalling anything in fink related to OpenGL.
cgc
Quoting Hans-Christoph Steiner hans@eds.org:
Actually, I stand corrected on that one. You don't need to install
'glut' or 'glut-shlibs' because Apple now includes glut as a Framework..hc