[Scilab-Dev] lib() unavailable on YaSp?

Antoine ELIAS antoine.elias at scilab-enterprises.com
Wed Jul 15 13:24:36 CEST 2015


Hello Samuel,

It seems that you try to open a lib file build with Scilab 5 ( 24th first bytes with lot of 0x28 "(" )
use genlib("libname", "sci_files_path") to build lib and bin files to Scilab 6
And call lib("your_path")

Scilab 6, no more create "names" file.
New "lib" file ( xml format, it is readable ) contains all needed information.

I am not sure I understand the link between gateway.xml and macros

getd is already in my todolist ;)

Antoine

Le 15/07/2015 12:31, Samuel Gougeon a écrit :
> Hello S/E,
> lib() looks to be unknown in Scilab 6 (2015-07-12):
> -->dir
>  ans  =
>
> f3.bin f3.sci lib names
>
> -->lib(".")
> lib:  is not a valid module file.
>
> Indeed, the gateway.xml where lib was formerly declared in 5.5.2 does not (yet?) include lib.
>
> Is it on purpose and definitive, or is it to come?
> Since getd() can't neither be used (http://bugzilla.scilab.org/13890), it turns hard to work with sets of macros with YaSp.
>
> Best regards
> Samuel
>
>
>
> _______________________________________________
> dev mailing list
> dev at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/dev


-- 
Antoine ELIAS
Software developer
-----------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles
Phone: 01.80.77.04.70
http://www.scilab-enterprises.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20150715/3a0bb728/attachment.htm>


More information about the dev mailing list