Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A5 modifications to get it compiling

18 views
Skip to first unread message

Vardhan M

unread,
Jul 7, 2013, 5:02:19 AM7/7/13
to
Hi,

I found that most of the given source code for A5 doesn't seem to compile. Here are my fixes:

To get handin/A5/src/SDL/Makefile compiling, change the "GLvoid" parameter types in SDL_OGL.{cpp,h} to "void"

To get handin/A5/src/testshader/Makefile compiling, add "-lGL -lGLU" to the LDFLAGS

To get handin/A5/src/OpenAL/Makefile compiling, add "-lalut" to LDFLAGS

On top of these, there are include errors from trying to "#include <iostream.h>" in some places (change these to "#include <iostream>").

Cheers!

--Vardhan
0 new messages