×

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: 2877
  • Thank you received: 812

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

What does that do exactly, I did not encounter that error? I assume it is a sierra thing. I wont see sierra until nov 25th
7 years 5 months ago #11257
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?



thanks, that did the trick.
7 years 5 months ago #11258
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

ooops...

Stephanes-MacBook-Air:libindi stephane$ brew search GMock
Installing gmock system-wide is not recommended; it should be vendored
in your projects that use it.
Error: GitHub API Error: API rate limit exceeded for 212.a.b.70. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Try again in 50 minutes 52 seconds, or create a personal access token:

github.com/settings/tokens/new?scopes=&description=Homebrew
and then set the token as: export HOMEBREW_GITHUB_API_TOKEN="your_new_token"
Stephanes-MacBook-Air:libindi stephane$
7 years 5 months ago #11259
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

error in make for indi :

[ 41%] Linking CXX shared library libindiAlignmentDriver.dylib
ld: library not found for -lgsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libs/indibase/alignment/libindiAlignmentDriver.1.3.0.dylib] Error 1
make[1]: *** [libs/indibase/alignment/CMakeFiles/AlignmentDriver.dir/all] Error 2
make: *** [all] Error 2
Stephanes-MacBook-Air:libindi stephane$


strange, everything is in the right place I think.

Stephanes-MacBook-Air:lib stephane$ pwd && ls -lt libgsl*
/usr/local/lib
lrwxr-xr-x 1 stephane admin 39 30 Oct 14:17 libgsl.19.dylib -> ../Cellar/gsl/2.2.1/lib/libgsl.19.dylib
lrwxr-xr-x 1 stephane admin 32 30 Oct 14:17 libgsl.a -> ../Cellar/gsl/2.2.1/lib/libgsl.a
lrwxr-xr-x 1 stephane admin 36 30 Oct 14:17 libgsl.dylib -> ../Cellar/gsl/2.2.1/lib/libgsl.dylib
lrwxr-xr-x 1 stephane admin 43 30 Oct 14:17 libgslcblas.0.dylib -> ../Cellar/gsl/2.2.1/lib/libgslcblas.0.dylib
lrwxr-xr-x 1 stephane admin 37 30 Oct 14:17 libgslcblas.a -> ../Cellar/gsl/2.2.1/lib/libgslcblas.a
lrwxr-xr-x 1 stephane admin 41 30 Oct 14:17 libgslcblas.dylib -> ../Cellar/gsl/2.2.1/lib/libgslcblas.dylib
Stephanes-MacBook-Air:lib stephane$
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #11261
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

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

git has a limit on how much you can download or how rapidly?
7 years 5 months ago #11263
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

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

The good news for me is that once my new macbook pro arrives with Sierra, you guys will have worked out all the new bugs. . .
7 years 5 months ago #11264
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

until I figure out this -lgsl issue... I'm stuck. funny I didn't have this yesterday, and I cannot see what I may have done differently.
7 years 5 months ago #11265
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

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

Here are some revisions, but I don't have everything in here you guys figured out yet.


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

7 years 5 months ago #11268
Attachments:
The topic has been locked.
  • Posts: 2877
  • Thank you received: 812

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

i assume you already did the .configure step? The only other thing I can think of is that the path to the gsl folder might be different
7 years 5 months ago #11269
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?


I've followed the steps in the pdf, so yes .configure in the gsl folder was done.
The long CMake command shows that it found GSL, the make however... it fails.
7 years 5 months ago #11270
The topic has been locked.
  • Posts: 2256
  • Thank you received: 223

Replied by Gonzothegreat on topic Ekos on Mac OS X ?

fixed it with the help from the following post:
indilib.org/forum/mounts/977-major-chang...er.html?start=6#7173

libindi_1.2.0/libs/indibase/alignment/CMakeLists.txt
line 49: target_link_libraries(AlignmentDriver -L/usr/local/lib ${GSL_LIBRARIES})
(this was where libgsl.* are on my box -- this should be more properly dealt with as a variable, but I couldn't figure out which or where)
Last edit: 7 years 5 months ago by Gonzothegreat.
7 years 5 months ago #11271
The topic has been locked.
  • Posts: 211
  • Thank you received: 23

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


Make that three of us-
Unable to find INDI server. Please make sure the package that provides the 'indiserver' binary is installed.
Mine is also in
find /usr -name indiserver
/usr/local/bin/indiserver

I tried to link it to /usr/bin but macOS doesn't seem to like that.

I also found a discrepancy in the pdf instructions (I am trying to capture all of my steps - I need to put this on my MBA), when I get something working I will share for compare and contrast.

The kstars build shows to do:
cmake -DCMAKE_INSTALL_PREFIX=~/usr/local ../kstars
and later has:
ln -s /usr/local/share/kstars/* ~/Library/Application\ Support/kstars/
But I didn't have anything in there- Perhaps it should be:
ln -s ~/usr/local/share/kstars/* ~/Library/Application\ Support/kstars/
7 years 5 months ago #11273
The topic has been locked.
Time to create page: 0.276 seconds