Well I guess I always wanted my own blog. I never seemed to find the time for it. Finally I have time. It's my birthday today. I'm very old now. :D Yes, at an age where I don't tell my age anymore. Well not really. I just don't want to admit becoming a year older again. I hope this new year starts of better than the last one ended. The last 3 weeks before my birthday a lot of my stuff started breaking. First my PC. It overheated because the fan stopped on me. Then I found out my RAM also broke. Yesterday, the chair in my office wanted to throw me on the floor as it broke down. Well, wish me luck.
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