[Ifeffit] wxwidgets on Mac OS X 10.12

Karl-Michael Schindler karl-michael.schindler at physik.uni-halle.de
Sun Oct 9 10:55:45 CDT 2016


Hi

Building version 3.0.2 wxwidgets on Mac OS X 10.12 required the following patches. 1 & 2 should apply to any way of building:

1) Remove the references to QuickTime/QuickTime.h

	perl -pi -e 's|#include <QuickTime/QuickTime\.h>||' src/osx/core/bitmap.cpp
	perl -pi -e ‚s|#include <QuickTime/QuickTime\.h>||‘ src/osx/carbon/dataobj.cpp

2) add - -disable-mediactrl to the configure parameters.

3) All treatments of the libraries libwx_…media.…dylib had to be removed. This could be specific to packaging with fink.

The full package description is here: 
http://fink.cvs.sourceforge.net/viewvc/fink/dists/10.9-libcxx/stable/main/finkinfo/libs/wxwidgets300.info?revision=1.7

The diff for 10.12 is here: 
http://fink.cvs.sourceforge.net/viewvc/fink/dists/10.9-libcxx/stable/main/finkinfo/libs/wxwidgets300.info?r1=1.6&r2=1.7

After this mods wxpython was happy as well.

Michael


More information about the Ifeffit mailing list