Vardhan M
unread,Jul 7, 2013, 5:02:19 AM7/7/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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