Building on Mavericks with Xcode 5
I get the following error:
Check dependencies
Argument list too long: recursive header expansion failed at /usr/local/lib/node_modules/npm/node_modules/tar/test.
Any ideas?
Thanks in advance, looks very cool.
Rename test.cpp to lbtest.cpp ?
Fab
Sent from my iPhone
On Jan 23, 2014, at 6:40 AM, Paul Asselin [email protected] wrote:
I get the following error:
Check dependencies
Argument list too long: recursive header expansion failed at /usr/local/lib/node_modules/npm/node_modules/tar/test. Any ideas?
Thanks in advance, looks very cool.
— Reply to this email directly or view it on GitHub.
No luck.
Maybe it is the precompiled header, uncheck the "compile prefix header".
Also, post the full error message.
Sent from my iPhone
On Jan 23, 2014, at 4:00 PM, Paul Asselin [email protected] wrote:
No luck.
— Reply to this email directly or view it on GitHub.
Did not work and sadly this is the full error message: http://cl.ly/image/213e2Z3P3P36
Very weird, do I need any node modules?
No, it is not needed and I have no idea why it is in there.
Sent from my iPhone
On Jan 23, 2014, at 4:14 PM, Paul Asselin [email protected] wrote:
Did not work and sadly this is the full error message: http://cl.ly/image/213e2Z3P3P36
Very weird, do I need any node modules?
— Reply to this email directly or view it on GitHub.
Okay we are moving in the right direction.
it turns out it's due to this:
in my case the error was empty variable in "Header Search Paths" field (in project information) with recursion enabled.
This lead to pass value "/**" to a tool.
Build succeeds but now: http://cl.ly/image/0q2u3E0f2x09 !
You need to set the path to your SC folder.
And we need to change the code so it doesn't segfault on issues like this.
Adding a flag "ready" in TRE and PAK class would be a good thing so they can be checked before using them.
Sent from my iPhone
On Jan 23, 2014, at 6:24 PM, Paul Asselin [email protected] wrote:
Okay we are moving in the right direction.
it turns out it's due to this:
in my case the error was empty variable in "Header Search Paths" field (in project information) with recursion enabled.
This lead to pass value "/**" to a tool. Build succeeds but now: http://cl.ly/image/0q2u3E0f2x09 !
— Reply to this email directly or view it on GitHub.
Ok thanks, will have a look later.