View Single Post
  #6  
Old 10-15-2014, 04:24 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

What are the cmake commands you're running?

Back when I got it to compile on FreeBSD (didn't actually do any runtime testing) I had to override CC and CXX like

Code:
CC=/path/to/gcc-whatever.version CXX=/path/to/g++-whatever.version cmake -G "Unix Makefiles" -i ..
the '..' because I was building in a subfolder.
Reply With Quote