You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cross compilation from Windows and using some 3rd party C++ headers installed in a path with a space I found that the gnuace template can't handle that, include/lib paths aren't quoted when there is a space in the path. For example I see on the commandline of g++ -IC:/Program Files/foo//include
The text was updated successfully, but these errors were encountered:
When using cross compilation from Windows and using some 3rd party C++ headers installed in a path with a space I found that the gnuace template can't handle that, include/lib paths aren't quoted when there is a space in the path. For example I see on the commandline of g++
-IC:/Program Files/foo//include
The text was updated successfully, but these errors were encountered: