Author Topic: Compile gtkglext on mac, need help  (Read 2254 times)

Relish

  • Posts: 34
  • Turrets: +1/-6
Compile gtkglext on mac, need help
« on: July 12, 2010, 06:02:51 am »
Ok, so I am trying to compile gtkglext for netradiant.  So I have compiled gtk+ and the installation is in ~/gtk/inst.  I don't want to move it to /usr/local and I'm not even sure if that would work, but when I configure gtkradiant (with ./configure) it cant find netradiant.  The think is, what can I put as an option for configure so it will look for gtk+ in ~/gtk/inst?  I have all the proper libraries/includes and stuffs.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Compile gtkglext on mac, need help
« Reply #1 on: July 12, 2010, 08:47:47 am »
do ./configure --help and it will probably tell you.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Relish

  • Posts: 34
  • Turrets: +1/-6
Re: Compile gtkglext on mac, need help
« Reply #2 on: July 12, 2010, 07:28:25 pm »
do ./configure --help and it will probably tell you.
I did, and that didn't help.  That's why I'm asking.