i'm using code blocks and for some reason the error only points to the closing parenthesis of the "SOIL_load_OGL_texture function.. i've tried a whole bunch of things.. has any body ran into this problem before. can you help me please..
You have a linking error, you haven't linked to SOIL correctly, as @James2250. In your build options for the project, go to linking, and add libSOIL.a (or SOIL.lib or whatever its called) to the list, then try again. I haven't used SOIL, so I can't particularly give fully accurate information.