• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Rép : FW: bug? when installing geomview gra phic package
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rép : FW: bug? when installing geomview gra phic package


  • Subject: Rép : FW: bug? when installing geomview gra phic package
  • From: gérard rio <email@hidden>
  • Date: Wed, 12 Feb 2003 17:56:48 +0100

Your program may be looking at both openGL installations. Try inserting the
following code into your program so that it will only look at one or the
other.


#if defined(__APPLE__) && !defined(__APPLE_X11)
#include <GLUT/glut.h>
#else
#include <GL/glut.h>
#endif

--

are you sure that this symbol belong to glut lib ?


email@hidden

------ Forwarded Message
From: girard rio <email@hidden>
Date: Wed, 12 Feb 2003 15:57:14 +0100
To: email@hidden
Subject: bug?  when installing geomview graphic package

I am trying to install geomview free software and at the ld phase I get
the error message:
"
ld: multiple definitions of symbol _glGetColorTableEXT
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/
libGL.dylib(gll_api.o) definition of _glGetColorTableEXT
/usr/X11R6/lib/libGL.dylib(dri_dispatch.o) definition of
_glGetColorTableEXT
"
is-it a bug with X11 or is-it normal ?? how can we do to overcome this
problem ?
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.

------ End of Forwarded Message
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: problem with 0.2 and multiple monitors
  • Next by Date: Re: Thanks for new version -- a couple of remaining problems
  • Previous by thread: Re: How to prevent KDE to start with its own window manager?
  • Next by thread: Re: Thanks for new version -- a couple of remaining problems
  • Index(es):
    • Date
    • Thread