Advertisement

Linux compile errors

Started by April 20, 2008 12:07 AM
2 comments, last by droz 16 years, 7 months ago
Version 2.12.0 fails to compile under GCC with this error:

../../source/as_callfunc.cpp: In function ‘int DetectCallingConvention(bool, const asSFuncPtr&, int, asSSystemFunctionInterface*)’:
../../source/as_callfunc.cpp:81: error: ‘const struct asSFuncPtr’ has no member named ‘f’
make: *** [obj/as_callfunc.o] Error 1
The latest subversion revision (#256) also fails with this error. Thanks, Jeremy
Ah, I must have forgotten to test the library with asMAX_PORTABILITY turned on.

I'll fix this a.s.a.p.

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

Advertisement
I've fixed this error now. I updated both the SVN and the zip file for 2.12.0 on the site.

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

It compiles now, thank you.

Jeremy

This topic is closed to new replies.

Advertisement