Re: An app is born and more about the future of SWI's development tools
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 08/18/2013 12:27 PM, Norbert E. Fuchs wrote: > > On 17 Aug 2013, at 23:17 , Jan Wielemaker <[email protected]> wrote: > >> It has been compiled on MacOS 10.7 (x64 Intel). I have no clue on which >> platforms it will run. Getting one application that runs on a fair >> range of Mac OS versions would be great ... Comments welcome. > > Jan > > Tested on 10.8.4. > > Some menu points do no show any reaction - perhaps because of the Mac OS X version or because they are not yet implemented? I'll list only those that do not work. > > Nitpicking: Why the name swipl-win that reminds me of Windows? I want consistent names for all executables over the platform. MacOS has Info.plist, so the actual name should only show up if you look into the app anyway. > Do not understand what swipl-win/Show all should be for. ??? Where do you see that ... > File/New: does not work > File/Navigator: no reaction ... These are the XPCE related ones. Reminds me must run xpce in a separate thread for all platforms. Can you try to add :- set_prolog_flag(xpce_threaded, true). to your ~/.plrc file and see whether that helps? Thanks for reporting --- Jan