My new PC is great. There are still two things missing I didn't plan on buying at first. Memory and a new hard drive. But My motherboard, CPU, and graphics card rock. I finally can now enjoy my games again. And have more fun on LAN parties. Speaking of witch the upcoming NorthCon will be a blast. From Dec 17 to Dec 19. Three thousand people are expected to be taking part in this event. I wonder just how big it will be. The NorthCon party is why I need a new hard drive :)
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