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):

enter image description here

the headers included:

enter image description here

and here's toolchain executables compiler (after change / update).

enter image description here

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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -