|
From: 有坂富雄 <ari...@ic...> - 2017-03-30 16:40:36
|
Dear Gunter, I cannot launch your nightly build of wxMaxima. (unzipped "wxMaxima_nightly.app.zip") When I tried to launch it, I got the next alert: -------------------------------------------------------------------------------- You can’t use this version of the application “wxMaxima.app” with this version of OS X. You have OS X 10.11.6. The application requires OS X 10.12 or later. -------------------------------------------------------------------------------- All wxWidgets libraries seem the dynamic-library. You should make wxWidgets the static-library. Homebrew provides the option "--with-static" of "wxmac" (if you want to use Homebrew). You must not copy "libc++.1.dylib" and "libSystem.B.dylib" which are included in MacOS X. Thanks, Tomio Arisaka 2017/3/30 13:45, Gunter Königsmann <gu...@pe...> wrote: > Dear Tomio, > > I have tried to combine both your method to determine the needed .dylib > files and the Travis CI instance Andrej has set up. As this was mostly > blind coding I expect the result to fail for now. > > But if running otool -l (hope I've got the semantics of its output > right) on the binary does tell us all the .dylib files we need and if we > only need to ship .dylib files that are in /usr - and if I understood > the install_name_tool thing right... > ...then in about 10 minutes > http://www.physikbuch.de/wxMaxima_nightly/wxMaxima_nightly.app.zip might > contain a working automated nightly build of wxMaxima. > > Too many "if"s, obviously. But as Travis has proven to be a very > valuable tool if we can get this going there is a possibility to > drastically increase the number of testers this way. > > Kind regards, > > Gunter. |