During the build it fails at this part with this error:
svn: REPORT request failed on '/svnroot/quesoglc/!svn/bc/768/branches/release-0.7.0/quesoglc'
svn: '/svnroot/quesoglc/!svn/bc/768/branches/release-0.7.0/quesoglc' path not found
lowededwookie wrote:
So I tried to download the code directly off SourceForge but get this when I try to run ./configure it gives this:
Is there a path I need to set in my .profile to tell it to look at the system OpenGL because I can't seem to find any other way to install OpenGL?
If you can attach your configure.log, it should tell you in it why it failed. I am guessing it can't find your header files, so you may need to point it to them.
That's fine but if that's the case then the path will need to be changed in the official source to reflect wherever it is that Quesoglc now resides because it can't build either way.
lowededwookie wrote:
That's fine but if that's the case then the path will need to be changed in the official source to reflect wherever it is that Quesoglc now resides because it can't build either way.
Why can't you just change the URL yourself? (Not a mac user, just curious.)
I am guessing this xcode is kinda like MS's .sln /.vcproj files for the project...
lowededwookie wrote:
That's fine but if that's the case then the path will need to be changed in the official source to reflect wherever it is that Quesoglc now resides because it can't build either way.
I'm sorry if a lot of my questions are a bit retarded it's just I'm not a programmer but I understand most of what is going on.
Freddie I downloaded that file you pointed to and it seems to have found Quesoglc but it still fails the build. Here is the output I'm getting as it builds:
You do not have the required permissions to view the files attached to this post.
lowededwookie wrote:
I'm sorry if a lot of my questions are a bit retarded it's just I'm not a programmer but I understand most of what is going on.
Freddie I downloaded that file you pointed to and it seems to have found Quesoglc but it still fails the build. Here is the output I'm getting as it builds:
I am unsure why it seems to be trying to link against an X11 library (ld: cycle in dylib re-exports with /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libGL.dylib).