Skip to content
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

Unable to set multiple include paths in autogen script #58

Open
boxerab opened this issue Feb 18, 2020 · 2 comments
Open

Unable to set multiple include paths in autogen script #58

boxerab opened this issue Feb 18, 2020 · 2 comments

Comments

@boxerab
Copy link

boxerab commented Feb 18, 2020

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.

@michaelgruner
Copy link
Contributor

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?

NOCONFIGURE=1 ./autogen.sh
./configure CXXFLAGS=”-I$(TensorflowPath) -I$FOO"

@michaelgruner
Copy link
Contributor

I think I misread your issue report. @tvlenin can you validate this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants