Arrrr, land rats!
Well this morning the mail man brought us a package with Windows Vista Business Upgrade. I though I was gonna have fun. But since the Vista experience amounted up to me not being able to install it because of a million things that would take to long to list here. So I wanted to snatch the manual and do a RTFM, that when I saw that cool pirate map they put in with the documentation. Yaaar, tis be a great idea to have come up with. I studied it a bit and when read the inside I almost fell of my chair laughing. A bunch of morons they be. Pwned themselves they did.
But have a look yer'self .
Trying to build ruby- 1.8.7 with rbenv on Mountain Lion and getting something similar to: tcltklib.c:9862: error: expected ‘;’ before ‘event’ You need to install XQuartz first and then use the following CPPFLAGS evn-var. (Also won't hurt to throw proper readline support in there while we are at it ( brew install readline first): CPPFLAGS=-I/opt/X11/include/ RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 1.8.7-p374 Hope that helps you. If anything is a future reference point to myself :P
Comments