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
Setting flags CXXFLAGS=”-I$(TensorflowPath) -I$(FOO)" always fails. I had to set the C_PLUS_PATH environment variable to get multiple include directories set.
The text was updated successfully, but these errors were encountered:
I believe this is more of a shell problem, where the quotes get lost when the autogen.sh passes the flags to the configure. Can you try out disabling the configure automatic call?
Setting flags
CXXFLAGS=”-I$(TensorflowPath) -I$(FOO)"
always fails. I had to set the C_PLUS_PATH environment variable to get multiple include directories set.The text was updated successfully, but these errors were encountered: