Closed GoogleCodeExporter closed 9 years ago
Hi,
on linux, you can use freeglut. Depending on your linux distribution (debian
like, red hat like, etc.), already build packages should be available.
Original comment by jeromn...@gmail.com
on 24 Oct 2011 at 11:34
Already had freeglut and the freeglut-dev. If no one figures it out, I'll try
to play with it some and retry the compile.
I've had semi-decent luck running the 32 bit version through WINE, but I really
would love to be able to run this natively.
Original comment by skrullad...@yahoo.com
on 24 Oct 2011 at 11:54
Your problem is clearly a linking one, so headers for free glut have been found
on your system, but not libraries (I don't know your skills in developement,
that's why I try basics things). Is your LD_LIBRARY_PATH ok ( = contains your
freeglut libs path) ? Can you post Makefile (from cmake generation here), in
order to see if freeglut is searched in a particular folder ?
Original comment by jeromn...@gmail.com
on 24 Oct 2011 at 4:24
After having a few check on CMakeLists.txt, it seems that glut isn't included
directly. On windows platform, it is probably because glew include it, but in
your case, you modified CMakeLists.txt file (remove find_package(GLEW) ) in
order to successfully pass cmake generation step ?
I can't test anything for the moment, I am at work at this moment, and haven't
a WMV dev environement available...
Original comment by jeromn...@gmail.com
on 24 Oct 2011 at 4:28
Oh my god, I am really tired... Glew isn't windows specific... so there is
nothing to do to have a successfull cmake process on linux. Sorry.
Can you post your Makefile, in order to see where glut is supposed to be ?
Original comment by jeromn...@gmail.com
on 24 Oct 2011 at 4:36
You can also try a "make VERBOSE=1" instead of giving us your Makefile. It
should help to understand what is done on your computer, and why it fails.
Original comment by jeromn...@gmail.com
on 25 Oct 2011 at 9:31
I am currently switching build process to cmake / gcc, on all platforms. Done
under windows, next step is Linux.
You can follow project here :
http://apoklipse.org:8080/browse/WMV#selectedTab=com.atlassian.jira.plugin.syste
m.project%3Aroadmap-panel
Original comment by jeromn...@gmail.com
on 22 Nov 2011 at 3:53
Original issue reported on code.google.com by
skrullad...@yahoo.com
on 24 Oct 2011 at 7:34