[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sr #107214] Gnustep Examples top level make failure (openGL related) -
From: |
Chris Thorne |
Subject: |
[sr #107214] Gnustep Examples top level make failure (openGL related) - Windows |
Date: |
Sun, 10 Jan 2010 00:42:46 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 |
URL:
<http://savannah.gnu.org/support/?107214>
Summary: Gnustep Examples top level make failure (openGL
related) - Windows
Project: GNUstep
Submitted by: gnudragon
Submitted on: Sun 10 Jan 2010 12:42:45 AM GMT
Category: Objective-C
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: None
_______________________________________________________
Details:
Vesion: GNUstep 0.23 system and core installed from URL
http://www.gnustep.org/experience/Windows.html
OS: WIndows XP SP 3
problem: running make at the top level of the examples directory fails with
opengl related errors. but note running make in the gui subdirectory as
instructed on
http://wiki.gnustep.org/index.php/Installation_on_Windows
does work and the gui examples run fine.
Specifically, for running make from the top level, the process fails on
linking with the error:
"...\mingw32\bin\ld.exe: cannot find -lGL
collect3: ld returned 1 exit status
"
I was able to fix this by
ln -s /usr/mingw/lib/libopengl32.a /usr/mingw/lib/libGL.a
but then ran into the next error:
"
Making all in MyGL...
Making all for app MyGL...
Linking app MyGL ...
Creating library file: ./MyGL.app/./MyGL.exe.a
./obj/AppController.m.o: In function `_i_MyGLView__reshape':
E:/GNUstep/home/cthorne/gnustep-examples-1.2.0/gui/MyGL/AppController.m:381:
und
efined reference to `_gluPerspective'
collect2: ld returned 1 exit status
make[4]: *** [MyGL.app/./MyGL.exe] Error 1
make[3]: *** [internal-app-run-compile-submake] Error 2
make[2]: *** [MyGL.all.app.variables] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2
"
I could not find a solution to the above error.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107214>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [sr #107214] Gnustep Examples top level make failure (openGL related) - Windows,
Chris Thorne <=