[Bf-committers] C++ asserts

Vio vmilitaru at sympatico.ca
Sat May 21 10:18:39 CEST 2005


I guess the easiest would be to bug the original coder :)
Sorry if this may not be of great help, but, as we all know,
ld: Undefined symbols: _MT_QueryAssert
means linker missing some lib (dunno which though, never used asserts).
-vio

Ton Roosendaal wrote:

> Hi,
>
> Can someone with C++ knowledge find out why this "assert trapping" is  
> on in our C++ code?
>
> For example this bug report illustrates it:
> http://projects.blender.org/tracker/index.php? 
> func=detail&aid=2598&group_id=9&atid=125
>
> Instead of returning to Blender with an error (which is even handled  
> with a error message "Not manifold") it just crashes Blender...
>
> There's a test for MT_NDEBUG in ./intern/moto/include/MT_assert.h
>
> Changing this to be 'true' results in a
> ld: Undefined symbols: _MT_QueryAssert
>
> I've got no time for full recompile tests, please help! Get rid of  
> this! :)
>
> -Ton-
>
> ------------------------------------------------------------------------ 
> -- 
> Ton Roosendaal  Blender Foundation ton at blender.org  
> http://www.blender.org
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>



More information about the Bf-committers mailing list