-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ code doesn't compile yet, headers not found (e.g. SPM itself) #4
Comments
One would think it is part of the |
It is
|
Getting closer to get this working, but it still fails, presumably because the host compiler attempts to lookup the headers in a different location (not "c++/5"). |
Sample call which fails (looks basically correct, but the -sdk is missing):
|
The compilation can be fixed by adding a
The problem is that |
Gives
The text was updated successfully, but these errors were encountered: