User forums > Using Code::Blocks

undefined reference problem on PPC Ubuntu linux

<< < (2/3) > >>

dbtsai:

--- Quote from: tiwag on January 18, 2006, 08:20:13 pm ---try


--- Code: ---make clean
make
--- End code ---

--- End quote ---

Still not work.

dbtsai:

--- Quote from: Takeshi Miya on January 18, 2006, 11:16:29 pm ---So it seems AngelScript only compiles fine on x86 32 bits.

It's probable that it's because the functions call optimizations.

--- End quote ---

But about one mounth ago, I could compile SVN on my ibook.
What's up?

venix:
#define AS_MAX_PORTABILITY

Add that to your src/sdk/as/source/as_config.h file.
Any place outside of #ifdef's that arent for your specific system would be fine.

I didn't really look for another way of activating that. But it allowed me to compile it with a 64bit system.

takeshimiya:
Yes, I've done that, but there are some other things that prevents compiling.
Anyways, I'll make a patch.
And more anyways, having support for fast calls in 64 bits (thus no need for AS_MAX_PORTABILITY) is planned for the next release version.

venix:
Yah, just ran into that issue as I tried to run it.  Seems most the problem lies with Angelscript not being 64bit compatible. If you check the WIP page, it is first on their todo list.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version