Re: can't use ldc calypso on OSX; help needed

2018-01-06 Thread Timothee Cour via Digitalmars-d
could anyone with knowledge on druntime shared library loading please help? (Martin Nowak, klickverbot, Syniurge, etc) I've made some progress but still failing whenever I try to use C++ std libs eg: `#include `, see * https://github.com/Syniurge/Calypso/issues/64 ( assert(handle !in

can't use ldc calypso on OSX; help needed

2017-12-13 Thread Timothee Cour via Digitalmars-d
Has anyone used https://github.com/Syniurge/Calypso on OSX? I'm running into a basic issue : https://github.com/Syniurge/Calypso/issues/60 which makes any binary crash immediately Making Calypso work would make integration with C++ libraries much easier, so it's rather important for dlang.