-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
error: unterminated raw string #109
Comments
I'll check this. If I remember correctly, this error occurs in the following constellation:
If you cannot compile the unit tests, the library will still work. I'll check if there is anything I can do to fix this. |
this is a gcc bug Preprocessor macros with C++11 raw string literals fail to compile no error using gcc 4.9 with c++11 |
I close this issue, because it does not affect the code as such. I also added a note to the README file that the unit tests cannot be compiled using GCC 4.8. |
@nlohmann What is the way to bypass the unit test compilation ? |
You can pass |
Thanks. |
?Can I try this in bazel build |
I do not know what you mean. |
I am running build like below export TF_NEED_GCP="0" bazel build -c opt --copt=-msse4.1 --copt=-msse4.2 --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-O3 --verbose_failures tensorflow_serving/... |
Sorry, I am not familiar with bazel. But the library is a single header, so you just need to include it in your code - there is no need to compile the unit tests at all. |
G++ 4.8.2
I'm not 100% sure that I'm doing things correctly--nevertheless, the first error I get when running
make
is:The text was updated successfully, but these errors were encountered: