perl ".../config.h, needed by `Makefile'" not working after OSX Lion upgrade -


solved. see @ bottom.

just upgraded osx lion , trying perl install running again:

sudo /usr/bin/perl -mcpan -e 'install "modulename"'

with value of modulename tried (e.g. json) produces:

... checking if kit complete... looks writing makefile json make: *** no rule make target `/system/library/perl/5.12/darwin-thread-multi-2level/core/config.h', needed `makefile'.  stop.   makamaka/json-2.53.tar.gz   /developer/usr/bin/make -- not ok 

i can't find resembling config.h anywhere, directory exists though ...

not works:

/usr/bin/cpan cpan 

solved: download , install latest version of xcode appstore. note downloading xcode appstore not install (why, apple, oh why?) dumps installer /applications. run installer, fix issue.

solved: download , install latest version of xcode appstore. note downloading xcode appstore not install (why, apple, oh why?) dumps installer /applications. run installer, fix issue.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -