News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

x86_64 build failed

Started by php-coder, February 23, 2006, 11:32:42 PM

Previous topic - Next topic

php-coder

Greetings!

I have problem with build C::B (svn revision 1652) for x86_64 arch:


./source/as_scriptengine.cpp: In constructor `asCScriptEngine::asCScriptEngine()':
./source/as_scriptengine.cpp:130: error: invalid conversion from `void*(*)(size_t) throw ()' to `void*(*)(asUINT)
'
./source/as_scriptengine.cpp: In member function `void asCScriptEngine::CallGlobalFunction(void*, void*, asSSyste
mFunctionInterface*, asCScriptFunction*)':
./source/as_scriptengine.cpp:2247: warning: `stdcall' attribute ignored
./source/as_scriptengine.cpp:2247: warning: `stdcall' attribute ignored
make[4]: *** [as_scriptengine.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Full build log available here: ftp://ftp.altlinux.ru/pub/people/incominger/archive/x86_64/reject/2006/01/11/codeblocks-1.0-alt0.svn1652.src.rpm.log.bz2

How i can resolve this problem ?

thomas

#1
Using a more recent release will solve the problem.

Revision 1652 cannot be compiled in 64bit mode.

EDIT: The first revision to support 64bit is 2033 (current = 2068).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."