[Vm-dev] How to think about -DNDEBUG on linux64 w/ 32 bit compat libs

gettimothy gettimothy at zoho.com
Thu Jul 3 20:58:07 UTC 2014


Hi all.



If you could point me in the right direction to think this through, I would be much obliged.


in oscogvm/build.linux32x86/squeak.cog.v3/build.debug


I must add the -DNDEBUG flag in order to compile (i.e. disable assertions). If I enable assertions compilation fails  early.


I am not sure how to think about this.


I don't know if these are appropriate errors or not, but here are the first two 



 /....oscogvm/src/vm/gcc3x-cointerp.c:9098:1: error: conflicting types for 'activateCoggedNewMethod'
 activateCoggedNewMethod(sqInt inInterpreter)
 ^
/....oscogvm/src/vm/gcc3x-cointerp.c:367:13: note: previous declaration of 'activateCoggedNewMethod' was here
 static void activateCoggedNewMethod(sqInt inInterpreter) NoDbgRegParms;


thx.


tty

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140703/469ae84a/attachment.htm


More information about the Vm-dev mailing list