Advertisement

Linking errors after compilng 2.5.0 with CodeBlocks project

Started by January 09, 2009 12:14 AM
2 comments, last by Wavesonics 15 years, 10 months ago
So I compiles AngleScript using the included CodeBlocks project. Then I imported the MSVS6 project for the Tutorial sample, and tried compiling it, and I get a shit ton of linking errors. I also tried to use to docs to make my own simple "Hello World" example, and get the same linking errors... From the docs: "When compiling the static library you have to make sure that the correct compiler settings are used" What compiler settings are there? Most of the linker errors have to do with this:
Quote: ..\..\..\..\angelscript\lib\libangelscript.a(as_scriptengine.o):as_scriptengine.cpp:(.text+0x174)||undefined reference to `asCAtomic::atomicDec()'
==============================
A Developers Blog | Dark Rock Studios - My Site
Solved. Found the other thread talking about the same problem, Added the new files and things work. sorry :/
==============================
A Developers Blog | Dark Rock Studios - My Site
Advertisement
Would you mind sending me the updated code::blocks project file so that I can update the one in the SDK?

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

emailed :)
==============================
A Developers Blog | Dark Rock Studios - My Site

This topic is closed to new replies.

Advertisement