🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Linux compile errors

Started by
2 comments, last by droz 16 years, 2 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
Advertisement
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

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