Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About declared error gsl/gsl_errno.h #33

Open
diegohernansanchez opened this issue Apr 17, 2022 · 1 comment
Open

About declared error gsl/gsl_errno.h #33

diegohernansanchez opened this issue Apr 17, 2022 · 1 comment

Comments

@diegohernansanchez
Copy link

Hi,
I guess it is a silly question. I wanted to install RAiSD in my Linux Ubuntu 16, but Im no expert in Linux. First I installed the GNU Scientific Library with:
$ aptitude install gsl-bin
...
$ aptitude show gsl-bin
Package: gsl-bin
State: installed
Automatically installed: no
Multi-Arch: foreign
Version: 2.1+dfsg-2
Priority: optional
Section: universe/math
Maintainer: Ubuntu Developers [email protected]
Architecture: amd64
Uncompressed Size: 63.5 k
Depends: libc6 (>= 2.7), libgsl2
Conflicts: gsl, gsl-bin:i386
Replaces: gsl
Provides: gsl-bin:i386 (= 2.1+dfsg-2)
Provided by: gsl-bin:i386 (2.1+dfsg-2)
Description: GNU Scientific Library (GSL) -- binary package
...

Then I try to install RAiSD as declared in the installation guide, but the system did raised the error.:

$ ~/RAiSD/raisd-master$ ./install-RAiSD.sh
Deleting RAiSD symlink
Deleting directories
Creating directories
Beginning release build
Compiling: sources/RAiSD.c -> build/release/RAiSD.o
In file included from sources/RAiSD.c:22:0:
sources/RAiSD.h:30:27: fatal error: gsl/gsl_errno.h: No such file or directory
compilation terminated.
Makefile:237: recipe for target 'build/release/RAiSD.o' failed
make[1]: *** [build/release/RAiSD.o] Error 1
Makefile:168: recipe for target 'release' failed
make: *** [release] Error 2

So I guess there is some problems with finding the library? Any tip how to tackle this?
Thanks
d!!!

@alachins
Copy link
Owner

alachins commented Apr 22, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants