c++ - Undefined reference with Allegro 5 after updating MinGW to 64 (Windows 7, Code::Blocks) -
i'm having "undefined reference" whole schmere, , setup (as seems).
all libs linked (i mean, of them, it's impossible i've missed something):
the headers included:
and here's toolchain executables compiler (after change / update).
i'm paranoid paths not have spaces anymore, , not work (it working mingw x86, full of bugs, string conversion not work, , whatever. installed on c:\mingw, it's installed in different path (the new one)). i've changed path environment variable accordingly.
so, ideas? in toolchain executables wrong? (i've never set manually before).
solved problem, returning buggy mingw x86 (reinstalling whole code::blocks mingw default, , erasing code::blocks .conf file in appdata).
so, i'll have use buggy version of gcc because it's 1 "sees" allegro 5 (for reason, there's incompatibility. not find allegro functions).
Comments
Post a Comment