Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

use of $USER in configure script crashes if $USER has an invalid token #18

Open
elee opened this issue Oct 5, 2012 · 1 comment
Open

Comments

@elee
Copy link

elee commented Oct 5, 2012

My login is 'eric.lee' on a machine I'm trying to ./configure node-jscoverage on

This seems to upset ./configure when it tries to create a C preprocessor define #DEBUG_eric.lee

because '.' is an invalid token for a preprocessor #{,un}define in C

configure log output: https://gist.github.com/3842533

using latest, i.e. 36b3ba5

@elee
Copy link
Author

elee commented Oct 5, 2012

workaround, just reassign $USER and re-run ./configure

i.e.

 $ echo $USER
 foo.bar
 $ USER = foobar
 $ ./configure

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

No branches or pull requests

1 participant