Re: query in OpenGL
Re: query in OpenGL
- Subject: Re: query in OpenGL
- From: David A Rowland <email@hidden>
- Date: Tue, 10 Oct 2006 20:03:30 -0700
At 7:40 PM -0700 10/10/06, Gargi wrote:
Well, I am having a problem with OpenGL. For all (two) programs
which I use stack operations ( glPushMatrix() and glPopMatrix() ), I
get an error whcih says :-
internal compiler error: in pop_scope, at c-decl.c:840
I searched google (and other OpenGL resources). I couldnt figure out
what this error means.
My stack operations are nested properly. (in fact, one of the
programs complied without any problems earlier).
Can anyoe figure out what the problem could be?
Nesting your stack calls properly means that it should not fail at
run-time. This looks like a failure at compile-time because of a
problem in the compiler. If you had the compiler sources you would
probably discover the report of the error in file "c-decl.c" on line
840.
Are you using templates?
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden