c++ - codeblocks permission denied -
i can't seem c++ project working in codeblocks.
the errors i'm receiving after trying compile:
cannot find -lmingw cannot find -lsdl2main cannot find c:\c++libraries\mingw\sdl2-2.0.3\lib\64: permission denied.
looking @ errors, see trying include sdl2. able compile programs without sdl2?
if not, i'm guessing compiler isn't setup properly, in case link might you: setting codeblocks & mingw
if have codeblocks , mingw (32 or 64) working , struggling including sdl2, might you: setting codeblocks & sdl2
if 100% sure both setup correctly , still exact same error, i'm assuming wrong file permissions, think it's 1 of first two.
Comments
Post a Comment