build/compile/debug

  • riqour
    28th Feb 2011 Member 0 Permalink
    new to C++ im using codeblocks and i have everything down, was following the element tutorial to the letter and when i go to compile this happens
    http://pastebin.com/MuwjbheC
  • Diissaster
    28th Feb 2011 Member 0 Permalink
    Have you downloaded and extracted SDL 1.4.1 correctly?
  • devast8a
    28th Feb 2011 Former Staff 0 Permalink
    Try putting " around the paths.
  • riqour
    28th Feb 2011 Member 0 Permalink
    i have done both, still not working
    edit:
    is there anything i have to do with sdl other then extract it?

    dbbl edit:
    redid everything, getting new errors now, these are when i try to compile before editing anything
    http://pastebin.com/W1dZt6gC
  • Xenocide
    28th Feb 2011 Former Staff 0 Permalink
    you haven't included all the files properly
  • devast8a
    28th Feb 2011 Former Staff 0 Permalink
    Add "includes" to your include paths.
  • me4502
    28th Feb 2011 Member 0 Permalink
    make sure /includes is in your path live devast8a said...

    Also... do the files exist or have they been renamed?