View Single Post
  #308  
Old 10-21-2014, 05:24 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally Posted by scriptless View Post
I am using xcode. I think I need to include it in my project. But I don't see it installed. I believe I have to go download it however if I comment that line out I get other errors I believe are related to glib .. I need to figure out which library version and all that to download for mac and try again when I get a chance.
You're gonna need gtkmm and all of its dependencies, as well as gtkglarea, gtksourceview and boost, as it says in the readme. For the gtk stuff you want versions just under 3.0 because gtkglarea doesn't support gtk3 afaik. It's like a dozen packages, this is the thing that macports (and package managers on linux) automate, I'm not sure if there's a better way on OS X.
Reply With Quote