[scilab-Users] Fraclab Installation issues

marc antzis marc at thesporngroup.com
Fri Aug 8 17:08:44 CEST 2008


Thanks

Will give to a try

 

Marc D. Antzis

www.opticalsystemsintegrators.com

11 Broadway, Suite 521

New York, NY 10004

(212)  344-5050  ph

(212)  344-6837  fax

marc at opticalsystemsintegrators.com 

 

  _____  

From: Allan CORNET [mailto:allan.cornet at scilab.org] 
Sent: Friday, August 08, 2008 2:37 AM
To: users at lists.scilab.org
Subject: RE: [scilab-Users] Fraclab Installation issues 

 

Hi,

 

Have you got a C compiler ?

 

To build fraclab , you need to have a C compiler.

 

On windows :  http://www.microsoft.com/express/download/

 

Or you can use binary version of fraclab :

http://www.scilab.org/contrib/index_contrib.php?page=displayContribution
<http://www.scilab.org/contrib/index_contrib.php?page=displayContribution&fi
leID=286> &fileID=286

http://www.scilab.org/contrib/download.php?fileID=286&attachFileName=fraclab
-2.0-scilab-3.1-bin-windows.zip

 

 

Best Regard

Allan

 

De : marc antzis [mailto:marc at thesporngroup.com] 
Envoyé : jeudi 7 août 2008 18:51
À : users at lists.scilab.org
Objet : [scilab-Users] Fraclab Installation issues 

 

Can anybody give me some help? 
 

scilab 4.1.2

Fraclib in C:\fraclib
second argument has wrong size???
 
Error and code included 
 

Thanks

 
 
 
-->exec C:\fraclab\builder.sce
 
-->mode(-1)
 !--error 10000
second argument has wrong size
at line      17 of function ilib_gen_Make called by :
makename=ilib_gen_Make(\'libfraclab\',files,[],path+\'routines/Makefile\',%f
)
line   104 of exec file called by :
exec C:\\fraclab\\builder.sce         

 

 

 


builder.sce

 

mode(-1)

path=get_file_path('builder.sce')

if path=='.' then path='./',end

files = [

  'C-LAB_Interf'

  'FRACLAB_compat'

  'MFAM_concave_hull'

  'MFAM_density'

  'MFAM_kernel'

  'MFAM_law'

  'MFAM_legendre'

  'MFAM_lepskii'

  'MFAM_measure'

  'MFAM_misc'

  'MFAM_oscillation'

  'MFAM_random'

  'MFAM_regression'

  'MFAM_stats'

  'MFAM_tree'

  'CWT1D_Convol'

  'CWT1D_DefWavelet'

  'CWT1D_WTransform'

  'CWT1D_Wavelet'

  'GIFS_util'

  'GIFS_alphacoefsigne'

  'GIFS_triangle2triangle'

  'MFAS_binomial'

  'MFAS_multinomial'

  'MFAS_multinomial_2d'

  'MFAS_lognormal'

  'MFAS_spectrum'

  'gif'

  'gifcomp'

  'gifdecomp'

  'gifrd'

  'gifwr'

  'quantize'

  'WT_arbre'

  'WT_filters'

  'WT_mem'

  'WT_wavelet_transform'

  'MFAG_continuous'

  'MFAG_hoelder'

  'MFAG_misc'

  'WT2D_filters'

  'WT2D_mem'

  'WT2D_arbre'

  'WT2D_wavelet_transform'

  'MFAL_discrete'

  'MFAL_partition'

  'MFAL_reyni'

  'sim_stable'

  'McCulloch'

  'Koutrouvelis'

  'stable_sm'

  'stable_test'

  'stable_cov'

  'HOLDER2D_meascalc'

  'WSAF_util'

  'WSAF_modelise'

  'LAB_beep'

  'LAB_bbch'

  'LAB_linearlt'

  'LAB_lepskiiap'

  'LAB_monolr'

  'LAB_cwt'

  'LAB_alphagifs'

  'LAB_sgifs'

  'LAB_prescalpha'

  'LAB_fif'

  'LAB_binom'

  'LAB_sbinom'

  'LAB_multim1d'

  'LAB_multim2d'

  'LAB_smultim1d'

  'LAB_smultim2d'

  'LAB_readgif'

  'LAB_FWT'

  'LAB_IWT'

  'LAB_WTDwnHi'

  'LAB_WTDwnLo'

  'LAB_fch1d'

  'LAB_fcfg1d'

  'LAB_mch1d'

  'LAB_mcfg1d'

  'LAB_cfg1d'

  'LAB_FWT2D'

  'LAB_IWT2D'

  'LAB_mdzq1d'

  'LAB_mdzq2d'

  'LAB_reynitq'

  'LAB_mdfl1d'

  'LAB_sim_stable'

  'LAB_McCulloch'

  'LAB_Koutrouvelis'

  'LAB_stable_sm'

  'LAB_stable_test'

  'LAB_stable_cov'

  'LAB_holder2d'

  'LAB_gifseg'

  'LAB_wave2gifs'

  'LAB_gifs2wave'

  'Interf_fraclab'];

makename=ilib_gen_Make('libfraclab',files,[],path+'routines/Makefile',%f)

makename=strsubst(makename,'.mak','')

libn=ilib_compile('libfraclab',makename)

genlib('fraclablib',path+'macros')

 

funs=["beep"

    "bbch"

    "linearlt"

    "lepskiiap"

    "monolr"

    "cwt"

    "alphagifs"

    "sgifs"

    "prescalpha"

    "fif"

    "binom"

    "sbinom"

    "multim1d"

    "multim2d"

    "smultim1d"

    "smultim2d"

    "readgif"

    "FWT"

    "IWT"

    "WTDwnHi"

    "WTDwnLo"

    "fch1d"

    "fcfg1d"

    "mch1d"

    "mcfg1d"

    "cfg1d"

    "FWT2D"

    "IWT2D"

    "mdzq1d"

    "mdzq2d"

    "reynitq"

    "mdfl1d"

    "sim_stable"

    "McCulloch"

    "Koutrouvelis"

    "stable_sm"

    "stable_test"

    "stable_cov"

    "holder2d"

    "gifseg"

    "wave2gifs"

    "gifs2wave"]

 

    

    

name='fraclab'   

fd=mopen(path+'loader.sce',"w");

mfprintf(fd,"mode(-1)\n")

mfprintf(fd,"// generated by builder.sce: Please do not edit this file\n");

mfprintf(fd,"// ------------------------------------------------------\n");

mfprintf(fd,"%s_path=get_file_path(''loader.sce'');\n",name);

mfprintf(fd,"if %s_path==''.'' then %s_path=''./'',end;\n",name,name);

mfprintf(fd,"functions=[\n");

mfprintf(fd,"            ''%s'';\n",funs)

mfprintf(fd,"];\n");

mfprintf(fd,"addinter(''%s'',''fraclab_interf'',functions);\n",libn);

mfprintf(fd,"\n")

mfprintf(fd,"genlib(''fraclablib'',%s_path+''macros'')\n",name)

mfprintf(fd,"demolist=[demolist;''Fractal signal
analysis'',%s_path+''demos/fraclab.dem'']\n",name);

 

mfprintf(fd,"%%helps=[%%helps;%s_path+''man'',''Fractal Signal
Analysis'']\n",name)

mclose(fd);

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080808/95f84a15/attachment.htm>


More information about the users mailing list