-
Notifications
You must be signed in to change notification settings - Fork 24
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
Installation problems #6
Comments
Hi!
|
Hi @qmarcou , I wanted to chime in that I've been having issue2 as well when trying to install version 1.2.0. Per your request I've included the exact output of the install attempt. This was after configuring per instructions. I tried a number of things but was unable to resolve the issue. I run Ubuntu and already have libgsl2 installed. I installed libtool-bin to see if that would resolve the issue, but it didn't.
UPDATE: Because I had installed a previous version if IGoR, I also had to delete /usr/local/share/igor/models/ directory so that the final steps of installation wouldn't error out. igor -run_demo worked fine so I assume all is well with my installation now. |
Thanks for your detailed bug report! And congratulations for sorting this out! As for your second issue with uninstalling/updating IGoR I take note of it and try to make this a bit cleaner, many thanks! |
Hello, make[2]: Entering directory I've figured out that neither "igor" nor "share" had been created in igor_1-2-0 directory. After creating them manually, the problem was solved. |
Hi @mikessh and @jeremycfd, |
Hello, I don't have the problem with
(I'm installing it to local folder with PS |
Oooh I think I have found the reason why this is crashing. Thanks for the quick test! |
No I haven't, I've just ran |
Sure I completely understand, but is the gsl_matrix.h issue going away if you use ./configure
make
make install with v1.3.0? |
Yep, right now there is no issue with configure-make-make install. |
Great! |
Hello!
I've got the following problems with installing on our Ubuntu server:
./configure
results in a warning"configure: WARNING: no configuration information is in igor_src"
make install
fails withminmax.c:26:28: fatal error: gsl/gsl_minmax.h: No such file or directory
I use linuxbrew, so
brew install gsl
(installing GNU Scientific Library) and thenmake install
solved my problem. I mean I've got a functional binary inigor_src
(without man pages), andmake install
exited withThe text was updated successfully, but these errors were encountered: