Problems with rb-gsl on ubuntu

A

Axel Etzold

Dear all,

I am having problems with rb-gsl on ubuntu 8.04:

the (older) 1.9.2 version does not install its path anywhere, so it cannot be used without specially arranging
the path,
the actual 1.10.3 version does not install correctly (>ruby setup.rb install stops with...):

linalg.c:3532: warning: implicit declaration of function ‘gsl_linalg_hesstri_decomp’
make: *** [linalg.o] Error 1
setup.rb:655:in `command': system("make") failed (RuntimeError)
from setup.rb:664:in `make'
from setup.rb:1258:in `setup_dir_ext'
from setup.rb:1532:in `__send__'
from setup.rb:1532:in `traverse'
from setup.rb:1549:in `dive_into'
from setup.rb:1530:in `traverse'
from setup.rb:1524:in `exec_task_traverse'
from setup.rb:1519:in `each'
from setup.rb:1519:in `exec_task_traverse'
from setup.rb:1246:in `exec_setup'
from setup.rb:996:in `exec_setup'
from setup.rb:826:in `__send__'
from setup.rb:826:in `invoke'
from setup.rb:773:in `invoke'
from setup.rb:1578

Am I the first to experience this ? I think I had 1.9.2 install without path problems on ubuntu 7.10.

Best regards,

Axel
 
A

ara.t.howard

Dear all,

I am having problems with rb-gsl on ubuntu 8.04:

the (older) 1.9.2 version does not install its path anywhere, so it =20=
cannot be used without specially arranging
the path,
the actual 1.10.3 version does not install correctly (>ruby setup.rb =20=
install stops with...):

linalg.c:3532: warning: implicit declaration of function =20
=91gsl_linalg_hesstri_decomp=92
make: *** [linalg.o] Error 1
setup.rb:655:in `command': system("make") failed (RuntimeError)
from setup.rb:664:in `make'
from setup.rb:1258:in `setup_dir_ext'
from setup.rb:1532:in `__send__'
from setup.rb:1532:in `traverse'
from setup.rb:1549:in `dive_into'
from setup.rb:1530:in `traverse'
from setup.rb:1524:in `exec_task_traverse'
from setup.rb:1519:in `each'
from setup.rb:1519:in `exec_task_traverse'
from setup.rb:1246:in `exec_setup'
from setup.rb:996:in `exec_setup'
from setup.rb:826:in `__send__'
from setup.rb:826:in `invoke'
from setup.rb:773:in `invoke'
from setup.rb:1578

Am I the first to experience this ? I think I had 1.9.2 install =20
without path problems on ubuntu 7.10.

Best regards,

Axel


--=20
GMX Kostenlose Spiele: Einfach online spielen und Spa=DF haben mit =20
Pastry Passion!
= http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169=
196



gmake ?


a @ http://codeforpeople.com/
 
D

daniel hoey

Dear all,

I am having problems with rb-gsl on ubuntu 8.04:

the (older) 1.9.2 version does not install its path anywhere, so it cannot be used without specially arranging
the path,
the actual 1.10.3 version does not install correctly (>ruby setup.rb install stops with...):

linalg.c:3532: warning: implicit declaration of function ‘gsl_linalg_hesstri_decomp’
make: *** [linalg.o] Error 1
setup.rb:655:in `command': system("make") failed (RuntimeError)
from setup.rb:664:in `make'
from setup.rb:1258:in `setup_dir_ext'
from setup.rb:1532:in `__send__'
from setup.rb:1532:in `traverse'
from setup.rb:1549:in `dive_into'
from setup.rb:1530:in `traverse'
from setup.rb:1524:in `exec_task_traverse'
from setup.rb:1519:in `each'
from setup.rb:1519:in `exec_task_traverse'
from setup.rb:1246:in `exec_setup'
from setup.rb:996:in `exec_setup'
from setup.rb:826:in `__send__'
from setup.rb:826:in `invoke'
from setup.rb:773:in `invoke'
from setup.rb:1578

Am I the first to experience this ? I think I had 1.9.2 install without path problems on ubuntu 7.10.

Best regards,

Axel

I ran into that problem a while back. I think that the
gsl_linalg_hessenberg_set_zero used to return an int but now returns
void. So:

On line 3488 of ext/linalg.c replace

return INT2FIX(gsl_linalg_hessenberg_set_zero(H));

with

gsl_linalg_hessenberg_set_zero(H);
return INT2FIX(0);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top