Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

SGI inventor Frequently Asked Questions (FAQ)
Section - -21- When I compile my Inventor program, I get an error in SoDebugError.h.

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Schools ]


Top Document: SGI inventor Frequently Asked Questions (FAQ)
Previous Document: -20- How can I make my Open Inventor application faster?
Next Document: -22- QUESTIONS ABOUT IRIS INVENTOR
See reader questions & answers on this topic! - Help others by sharing your knowledge
Date: 30 Apr 1994 15:45:00 CDT

  You, or something you #include, are #include'ing the IRIS GL header
  file (gl/gl.h). It does: "#define WARNING 2", which conflicts with
  the enum value called "WARNING" in SoDebugError. You cannot mix Open
  Inventor with IRIS GL anyway (because you cannot mix OpenGL with IRIS
  GL), so you should fix your program so it doesn't try to #include
  <gl/gl.h> it should use <GL/gl.h> the OpenGL include file.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: SGI inventor Frequently Asked Questions (FAQ)
Previous Document: -20- How can I make my Open Inventor application faster?
Next Document: -22- QUESTIONS ABOUT IRIS INVENTOR

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
sgi-faq@viz.tamu.edu (The SGI FAQ group)





Last Update March 27 2014 @ 02:12 PM