Current Makefile https://gist.github.com/1005976

I know this is a bit out of the realm for Vala as its a GCC linking
issue, but I can't seem to get OpenGL working with SDL on windows.
Basically I get undefined reference to glEnable@4, etc.

I am able to get SDL to compile just fine, but as soon as I use in
OpenGL, all these dependencies arise and I've done everything I could
to get them to resolve. Installing MS C++ compiler was a horrible
idea, if I don't use window.h from cygwin, gcc then uses windows.h
from the MS distribution and the entire gobject library seems to blow
up.

The entire source code I've been trying to compile is located at
https://github.com/gorilla3d/Vala-Pong

-- 
Joseph Montanez
Web Developer
Gorilla3D
Design, Develop, Deploy
_______________________________________________
vala-list mailing list
vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to