Home‎ > ‎Gabedit‎ > ‎Download‎ > ‎

Compilation of Gabedit under MacOSX11

To compile Gabedit  under macosx :

   1- install X11 if this is not already installed on your mac (see http://guide.macports.org/#installing.x11)

   2- install macports (http://www.macports.org/)

   3- install gtk2 (not gtk) using macports :  port install gtk2
       (see  http://guide.macports.org)

   4- Copy the platforms/CONFIG.MacPorts file at CONFIG in the Gabedit directory and type make:
          cp
platforms/CONFIG.MacPorts  CONFIG
          make

        if you obtain a error message like :
  SplashScreen.c:25:19: error: GL/gl.h: No such file or directory
        Edit your CONFIG file and change CC = gcc in CC = gcc -I/usr/X11/include
        Save and type make.