libRealSpace icon indicating copy to clipboard operation
libRealSpace copied to clipboard

Building on Mavericks with Xcode 5

Open asselinpaul opened this issue 12 years ago • 8 comments

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.

asselinpaul avatar Jan 23 '14 11:01 asselinpaul

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.

fabiensanglard avatar Jan 23 '14 20:01 fabiensanglard

No luck.

asselinpaul avatar Jan 23 '14 21:01 asselinpaul

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.

fabiensanglard avatar Jan 23 '14 21:01 fabiensanglard

Did not work and sadly this is the full error message: http://cl.ly/image/213e2Z3P3P36

Very weird, do I need any node modules?

asselinpaul avatar Jan 23 '14 21:01 asselinpaul

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.

fabiensanglard avatar Jan 23 '14 23:01 fabiensanglard

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 !

asselinpaul avatar Jan 23 '14 23:01 asselinpaul

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.

fabiensanglard avatar Jan 23 '14 23:01 fabiensanglard

Ok thanks, will have a look later.

asselinpaul avatar Jan 23 '14 23:01 asselinpaul