Calypso: Direct and full interfacing to C++

Elie Morisse via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 19 16:55:18 PDT 2015


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.


More information about the Digitalmars-d-announce mailing list