Created
March 15, 2012 17:38
-
-
Save bcg/2045530 to your computer and use it in GitHub Desktop.
petrol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
petrol(master)$ nvm use 0.6.2 | |
Now using node v0.6.2 | |
petrol(master)$ rake | |
rm -rf ./node_modules | |
npm WARN [email protected] package.json: bugs['web'] should probably be bugs['url'] | |
> [email protected] preinstall /Users/bcg/Projects/Collective/petrol/node_modules/hiredis | |
> make || gmake | |
cd deps/hiredis && make static | |
/usr/bin/gcc-4.2 -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c | |
/usr/bin/gcc-4.2 -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c | |
> [email protected] preinstall /Users/bcg/Projects/Collective/petrol/node_modules/msgpack2 | |
> make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment