[MacPorts] #21651: Port scummvm will not build on 10.6 Snow Leopard

MacPorts noreply at macports.org
Sun Sep 27 16:07:07 PDT 2009


#21651: Port scummvm will not build on 10.6 Snow Leopard
----------------------------------+-----------------------------------------
 Reporter:  jryan2002de@…         |       Owner:  mww@…           
     Type:  defect                |      Status:  new             
 Priority:  Normal                |   Milestone:                  
Component:  ports                 |     Version:  1.8.0           
 Keywords:                        |        Port:  scummvm         
----------------------------------+-----------------------------------------

Comment(by domiman@…):

 This error is caused in gui/browser.h by the lines

 #ifdef MACOSX
 #include <Carbon/Carbon.h>
 #endif

 If you add a
 #undef MACOSX
 right before that compile will continue but run into other problems
 further on which just NOW have been fixed in the SVN of ScummVM :)
 (see http://log.usecode.org/exultlog.php?log=27Sep2009 from time:
 21:52:18)

 So except for the gui/browser.h problem you can just grab the SVN of
 ScummVM, "fix" the browser.h like I described and compile it by
 ./configure
 make

 (and if you edit config.mk and you replace the line STATICLIBPATH=/sw with
 STATICLIBPATH=/opt/local you can even run "make bundle" after make to
 receive fine scummvm.app)

 I hope this helps.

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


More information about the macports-tickets mailing list