[Gambas-user] Gambas3 and Gnu scientific library

John Spikowski support at ...2529...
Sat May 21 20:48:33 CEST 2011


On Sat, 2011-05-21 at 20:04 +0200, wally wrote:

> never met scriba but installed and tried your bessel:
> error &H10:The requested module can not be loaded.
> seems i should read some docs and load some modules first :)
> 

You need the following to run my example.

* GTK-Server extension module. I modified it to make REQUIRE and DEFINE
easier to use.

* libgsl.so - I downloaded the latest source and compiled using the
configure defaults.

I would be happy to put on the ScriptBasic site a tar.gz that contains
the following.

scriba (64 bit Ubuntu) or install the ScriptBasic 64 bit DEB.
gtk-server.so (goes in the module include directory)
libgsl.so (it was installed by make in the /usr/local/lib directory and
nothing special is needed other than the DEFINE in the script)

FWIW: I change the PRINT FORMAT() to return a precision of 48.

J0(5) = -1.775970000000000326156879282279987819492816925049e-01

  





More information about the User mailing list