[MacPorts] #35168: gimp2 build error

MacPorts noreply at macports.org
Fri Aug 3 01:14:33 PDT 2012


#35168: gimp2 build error
---------------------------+------------------------------------------------
 Reporter:  rkupke@…       |       Owner:  devans@…           
     Type:  defect         |      Status:  new                
 Priority:  Normal         |   Milestone:                     
Component:  ports          |     Version:  2.1.1              
 Keywords:                 |        Port:  gimp2              
---------------------------+------------------------------------------------

Comment(by rkupke@…):

 I tried the workaround suggested by DR and tw_func.c compiles.

 Now the build fails at tw_mac.c with missing prototypes for
 twainQuitApplication() and twainMain().

 Both are declared in tw_local.h:

 37: void twainQuitApplication ();
 ....
 45: int twainMain ();

 changing those to:
 37: void twainQuitApplication (void);
 ....
 45: int twainMain (void);

 allows gimp2 to build without further errors.

 Now gimp crashes on launch...

-- 
Ticket URL: <https://trac.macports.org/ticket/35168#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list