On Sunday, 17 May 2015 at 13:37:45 UTC, Suliman wrote:
Where set where Calypso should look header files?

It works the same as in C++, there are the standard header paths: /usr/include, /usr/include/c++/4.9, /usr/local/include

And to add another header search path you can pass options to Clang with -cpp-args, i.e « ldc2 (...) -cpp-args -I/another/include/folder ».

With the MingW version all those Unix paths refer to the MingW root directory.

Reply via email to