×

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: 211
  • Thank you received: 23

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


Yeah, I am. I am trying to get it built on a different machine - and running in to the same problems I did the first time :D
That libgsl is annoying...
7 years 6 months ago #11383
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223
The following user(s) said Thank You: Jamie Smith
7 years 6 months ago #11384
The topic has been locked.
  • Posts: 2885
  • Thank you received: 819

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

I made some edits to the instructions based on what we found out. See if this is better:

This browser does not support PDFs. Please download the PDF to view it: Download PDF



I will await more feedback and editing to the document so that we can make it better! Also if you would like, I can email this document as a word document if it helps.
7 years 6 months ago #11385
Attachments:
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

yes please, This email address is being protected from spambots. You need JavaScript enabled to view it.
oh it's tested on 10.12.1 ;)
7 years 6 months ago #11386
The topic has been locked.
  • Posts: 2257
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

oh found one issue:

7 years 6 months ago #11387
Attachments:
The topic has been locked.
  • Posts: 2885
  • Thank you received: 819

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


Wait, what? I thought that was working. How did you slew to other stars?
7 years 6 months ago #11388
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

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


That got me past it - not sure HOW I got it to compile on the other machine. Thanks!
7 years 6 months ago #11389
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

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

Here are a couple of hacky things that I have added to my script:
git clone https://github.com/indilib/indi.git
 
cd indi/libindi
 
awk '1;/set \(indiclient_SRCS/{c=4}c&&!--c{print "        \${CMAKE_CURRENT_SOURCE_DIR}/base64.c"}' CMakeLists.txt > CMakeLists.txt.zzz
awk '1;/set \(indiclientqt_SRCS/{c=4}c&&!--c{print "        \${CMAKE_CURRENT_SOURCE_DIR}/base64.c"}' CMakeLists.txt.zzz > CMakeLists.txt
rm CMakeLists.txt.zzz
sed -i '' 's#target_link_libraries(AlignmentDriver ${GSL_LIBRARIES})#target_link_libraries(AlignmentDriver -L/usr/local/lib ${GSL_LIBRARIES})#' libs/indibase/alignment/CMakeLists.txt
 
cd -

(I couldn't get the sed "a" command to play nicely on the mac - that would probably be better than the awk stuff)

This adds the base64.c to the two places that need it, and the libgsl issue that some of us have been having.
Last edit: 7 years 6 months ago by Jamie Smith. Reason: some blank lines
7 years 6 months ago #11390
The topic has been locked.
  • Posts: 2885
  • Thank you received: 819

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

So I believe I mentioned that I had ran a full scale test of my system using the Raspberry Pi for the INDI Server and My Mac running KStars as the client. I didn't do much that night since it was mainly just to test the system. But I do have a result. This is an image of the flaming star nebula which is a stack of 7, 3 minute exposures taken with my SBIG Camera with an ha filter on my 6 inch f/4 newtonian mounted on a Losmandy G11 mount. This may very well be the very first real image taken with OS X KStars.


7 years 6 months ago #11392
Attachments:
The topic has been locked.
  • Posts: 2885
  • Thank you received: 819

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


A script is a good idea!! But lets see if we can't get Jasem to edit the libindi CMakeLists.txt so that it is correct. I'm pretty sure base64.c is a good idea for anybody with a 64 bit system, right?
7 years 6 months ago #11393
The topic has been locked.
  • Posts: 2885
  • Thank you received: 819

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


Maybe I misunderstood. Did you make a script for the entire installation? That could be very useful!
7 years 6 months ago #11395
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

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

I am trying to, at least for my machines...

Once I get it working I will share - but as you all know it isn't easy going back and forth- stuff that worked on the first machine didn't on the second (I am talking to you, libgsl!)
Last edit: 7 years 6 months ago by Jamie Smith.
7 years 6 months ago #11396
The topic has been locked.
Time to create page: 0.473 seconds