×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Ekos on Mac OS X ?

  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


ok, but why am I getting the crash, after I ran your updated script?
As in, your dmg that was created before mine is fine, this is odd. We need to find out what's different.
7 years 5 months ago #12289
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

Jamie, could you please take some screenshots of your main settings within Kstars ? I just want to make sure mine is setup as yours.
7 years 5 months ago #12290
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

Replied by Rob Lancaster on topic Ekos on Mac OS X ?


Actually you should be able to make it work in spite of what it said. Try dragging the app from the dmg to the desktop, then right click on it to "show package contents." Inside you can navigate to "Contents/MacOS" and you should see a binary file called "KStars" in there. That is the actual program inside the app bundle. if you open terminal and drag that binary directly on top of the terminal window, it will type the path to the kstars binary in the terminal. Hit enter, it will start KStars. As a bonus, it will show you all sorts of information about the running application in the terminal window.

There is nothing that should actually prevent the app from running on El Capitan, except for the fact that it was built on Sierra. I got it to run on my wife's laptop this way. That being said, there are still some issues with getting the indiserver working in the app. But the app that you downloaded should run on your computer, and you can do most of the things kstars can do! Play around with it and report any issues! Have fun!
7 years 5 months ago #12293
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

Replied by Rob Lancaster on topic Ekos on Mac OS X ?


Thank you very much Stephane! We definitely should look into how to flag the app so that it can run in versions of OS X other than just Sierra. But I would try to make sure it actually will run on the OS we say that it will run on first ;)
7 years 5 months ago #12294
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

I shall look into how to flag the app, which OS X version do we want to aim for as a minimum?
I'm not fussed, but I only have Sierra at home so I won't be able to test on anything lower than Sierra.
7 years 5 months ago #12295
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

looks like we need to have something like the following in ./configure :
-mmacosx-version-min=

I don't know exactly where you need to declare it, googling for it shows many answers.
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #12296
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?

I will see if I can try this tomorrow-
it looks like it is something like

-DCMAKE_OSX_SYSROOT=macosx -DCMAKE_OSX_DEPLOYMENT_TARGET=10.11

when I do the cmake

EDIT-

oh- even if that is right, I have no idea how to do that with the emerge.
Last edit: 7 years 5 months ago by Jamie Smith.
7 years 5 months ago #12300
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

Replied by Rob Lancaster on topic Ekos on Mac OS X ?


What if you set the deployment environment variable like you set all the other environment variables before you do the emerge?
7 years 5 months ago #12301
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

Replied by Jamie Smith on topic Ekos on Mac OS X ?


That seems to have done the trick. My wife's computer is still on el capitan, and when I open the dmg from the other day on it I see that little ( / ) over the icon, but with the variable exported as 10.10 I was able to open and run it. I replaced the one out on my dropbox (www.dropbox.com/s/eoqstbm3uw3ozbc/kstars.dmg?dl=0) with the new one.

I did a brew upgrade and it didn't bump my jasper version - not sure why we have the discrepancy.

Stephane - can you try the script again on your machine? One of the searches that I did for the crash - this part:
Time Awake Since Boot: 770000 seconds
 
System Integrity Protection: enabled
 
Crashed Thread:        12  Thread (pooled)
 
Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
 
Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]
seemed to lean towards that same target thing (stackoverflow.com/questions/14268887/wha...acosx-version-min-10)

I did notice one thing - when I ran on my wife's computer and went through the settings stuff (the data dir and such) I saw this:

The following user(s) said Thank You: Gonzothegreat
7 years 5 months ago #12310
Attachments:
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

cool, let me run the script again now.

first thing, to be sure I'm running the latest scripts:
Stephanes-MacBook-Air:kstars-on-osx stephanelucas$ git pull
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 15 (delta 9), reused 14 (delta 8), pack-reused 0
Unpacking objects: 100% (15/15), done.
From https://github.com/jamiesmith/kstars-on-osx
   aaa79bc..a06da6f  master     -> origin/master
Updating aaa79bc..a06da6f
Fast-forward
 README.md       |  4 ----
 build-env.sh    |  3 +--
 build-kstars.sh | 44 ++++++++++++++++++++++++++------------------
 3 files changed, 27 insertions(+), 24 deletions(-)
Stephanes-MacBook-Air:kstars-on-osx stephanelucas$
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #12311
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?



EDIT:
running the script again... probably just a glitch on my network. I think that's because the MBA goes to sleep and kills the wifi.
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #12313
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

Good find with stackoverflow.com/questions/14268887/wha...acosx-version-min-10
However, what I do not understand is that my MBA and MBP are running the same OS X version and are both fully up to date.
The script is still running, it will take some time (not too much) I will report after testing the dmg on the MBP.
7 years 5 months ago #12314
The topic has been locked.
Time to create page: 0.461 seconds