GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
761 stars 60 forks source link

macos build break #81

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

https://travis-ci.com/github/GollyGang/ready/builds/180580359 @andykt

Scanning dependencies of target Ready
[  8%] Building CXX object CMakeFiles/Ready.dir/src/gui/wxutils.cpp.o
[  9%] Building CXX object CMakeFiles/Ready.dir/src/gui/dialogs.cpp.o
[  9%] Building CXX object CMakeFiles/Ready.dir/src/gui/prefs.cpp.o
[  9%] Building CXX object CMakeFiles/Ready.dir/src/gui/app.cpp.o
/Users/travis/build/GollyGang/ready/src/gui/app.cpp:100:5: error: use of undeclared identifier 'OSXEnableAutomaticTabbing'
    OSXEnableAutomaticTabbing(false);
    ^
1 error generated.
andykt commented 3 years ago

Fixed (that call is only available in wxMac 3.1.4 or later).