Help: AC 1.1.0.4 Source folder
#14
zlib.h: No such file or directory
enet/enet.h: No such file or directory
SDL.h: No such file or directory
SDL_image.h: No such file or directory
utf8.h: No such file or directory
SDL_opengl.h: No such file or directory

These errors indicate that the files specified do not exist or have been misplaced/renamed.

error: `GLclampf' was not declared in this scope
...

And so on likely result from the fact that Code::blocks can't find the files specified in the previous errors.

error: expected primary-expression before "const"

This error is likely a direct result of not including the files that specify the GLenum, GLuint, GLsizei, etc. types. You're trying to declare a type that doesn't exist.

Habluka was dead right. If these are the errors you are getting and you can't sort them out you need to get back to learning before you try to edit something as large as AC.

On the other hand I am having a hard time rationalizing why Code::blocks can not find the files that should absolutely be there unless you have moved/renamed them. The good news is it doesn't appear to be a problem with the source or Code::blocks, just a mistake was made managing the files.
Thanks given by:


Messages In This Thread
Help: AC 1.1.0.4 Source folder - by DShot - 02 Dec 12, 03:34AM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 02 Dec 12, 05:32PM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 02 Dec 12, 06:22PM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 02 Dec 12, 11:18PM
RE: Help: AC 1.1.0.4 Source folder - by Mael - 02 Dec 12, 11:30PM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 02 Dec 12, 11:54PM
RE: Help: AC 1.1.0.4 Source folder - by Mael - 03 Dec 12, 12:42AM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 03 Dec 12, 01:03AM
RE: Help: AC 1.1.0.4 Source folder - by Mael - 03 Dec 12, 01:11AM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 03 Dec 12, 01:28AM
RE: Help: AC 1.1.0.4 Source folder - by Mael - 03 Dec 12, 01:59AM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 03 Dec 12, 02:08AM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 03 Dec 12, 04:33PM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 03 Dec 12, 10:53PM
RE: Help: AC 1.1.0.4 Source folder - by DShot - 04 Dec 12, 01:49AM