Jean-Marc Le Roux
Jean-Marc Le Roux
Exceptions are apparently elided/removed when using the `--avoid_exceptions` option. But then the `python` target does not work: ``` 9595a6a87d50:/workspaces/catala$ ./_build/install/default/bin/catala python --avoid_exceptions examples/allocations_familiales/allocations_familiales.catala_fr catala: internal error, uncaught exception: File "compiler/shared_ast/expr.ml",...
> But then the python target does not work: @denismerigoux after looking at the stack trace, it looks like this is not specific to the `python` target.
Hello and thank you for your feedback, are you trying to compile Minko's dev branch? If so, minko-lighting has been merged into minko in the dev branch. Therefore minko-lighting is...
Have you checked if the IFC parser can actually retrieve annotations ? > I already have change this settings.skipAnnotations = false; , but now I'm wondering how to get these...
I think it's a release stack trace. We need a debug stack trace. > sceneManager->assets()->loader()->queue(FBX_MODEL_FILENAME); //
It should be fixed next week.
We've made tremendous progress on the Android build, especially for Windows. The changes will be available in dev next week.
The documentation has been updated and should now be complete: http://doc.v3.minko.io/wiki/Compiling_the_SDK_for_Android The actual required changes for this doc to work will soon be merged in dev.
As you can read on the doc above, as soon as you have properly installed the Android SDK + NDK, building for android is as simple as: ``` make config=android_release...
> Vehicle class, which is a subclass of the bullet::Collider class (since a Vehicle chassis is basically a "normal" Bullet RigidBody with some very special constraints). I think you should...