-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
HEMTT failing to build project with malformed preprocess error #109
Comments
I believe this is being caused by the Windows CRLF ^M character. Try switching to LF in your IDE. If that fixes the issues it should be an issue filled with armake2 as an incompatibility with CRLF. |
There is a PR open for more CRLF fixes in armake2. |
Missed that, closing here in favour of armake2 PR #29. |
I believe the PR only takes care of the malformed error message (the question mark in the beginning). I wouldn't be aware that it fixes the root of any error though... Although it might be worth to just try it out and see whether it fixed something "by accident" |
So the problem wasn't about windows-newlines but because of (old) mac newlines which consist of single carriage return characters |
HEMTT Version:
0.6.0
Project: https://drive.google.com/file/d/17uCOmBvWEZc_kjsaB1R8Gms3sUljDTG9/view?usp=sharing
Description:
I've been able to build this project with makepbo just fine but when using HEMTT I get the error, included is another hpp
data_working.hpp
that has had indentation converted to spaces and HEMTT builds that file just fine.HEMTT Output:
The text was updated successfully, but these errors were encountered: