<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I was trying to convert some of the modules to version 6 but facing
    some issues. <br>
    <br>
    <b>Same machine tested with Scilab 5.5.2 32-bits and 64-bits and the
      compilation are both successful. </b><br>
    <br>
    More Info on my machine :<br>
    1. Windows 10 Pro 64 bits<br>
    2. Scilab 6 Beta 1 32 bits<br>
    3. Compiler checking :<br>
    --> haveacompiler<br>
     ans  =<br>
      T<br>
    --> findmsvccompiler<br>
     ans  =<br>
     msvc110express<br>
    <br>
     Similar errors could be reproduce by compiling the toolbox_skeleton
    comes with the Scilab installation:<br>
    <br>
    ******Error while executing builder.sce under Scilab 6 beta 1 32
    bits version***********************<br>
    -->
exec('D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\builder.sce',-1)<br>
    Building macros...<br>
    -- Creation of [toolbox_skeletonlib] (Macros) --<br>
    Building sources...<br>
       Generate a loader file<br>
       Generate a Makefile<br>
       Running the Makefile<br>
       Compilation of fsum.f<br>
       Building shared library (be patient)<br>
       Generate a cleaner file<br>
       Generate a loader file<br>
       Generate a Makefile<br>
       Running the Makefile<br>
       Compilation of csum.c<br>
       Compilation of csub.c<br>
       Compilation of multiplybypi.c<br>
       Building shared library (be patient)<br>
       Generate a cleaner file<br>
       Building JAR library org.scilab.contrib.toolboxskeleton.jar<br>
       Compiling Java sources in
    D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\src\java\<br>
       Creating JAR archive
D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\jar\org.scilab.contrib.toolboxskeleton.jar<br>
       Create loader script for Java loader.sce<br>
       Create cleaner script for Java cleaner.sce<br>
    Building gateway...<br>
    at line    55 of function ilib_build               (
    D:\Scilab\scilab-6.0.0-beta-32\modules\dynamic_link\macros\ilib_build.sci
    line 68 )<br>
    at line   134 of function tbx_build_gateway        (
    D:\Scilab\scilab-6.0.0-beta-32\modules\modules_manager\macros\tbx_build_gateway.sci
    line 148 )<br>
    at line    10 of function builder_gw_c             (
    D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\sci_gateway\c\builder_gateway_c.sce
    line 12 )<br>
    at line    19 of executed file
D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\sci_gateway\c\builder_gateway_c.sce<br>
    at line    13 of function tbx_builder              (
    D:\Scilab\scilab-6.0.0-beta-32\modules\modules_manager\macros\tbx_builder.sci
    line 26 )<br>
    at line    49 of function tbx_builder_gateway_lang (
    D:\Scilab\scilab-6.0.0-beta-32\modules\modules_manager\macros\tbx_builder_gateway_lang.sci
    line 74 )<br>
    at line     6 of function builder_gateway          (
    D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\sci_gateway\builder_gateway.sce
    line 8 )<br>
    at line     1 of executed file
D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\sci_gateway\builder_gateway.sce<br>
    at line    13 of function tbx_builder              (
    D:\Scilab\scilab-6.0.0-beta-32\modules\modules_manager\macros\tbx_builder.sci
    line 26 )<br>
    at line    32 of function tbx_builder_gateway      (
    D:\Scilab\scilab-6.0.0-beta-32\modules\modules_manager\macros\tbx_builder_gateway.sci
    line 48 )<br>
    at line    32 of function main_builder             (
    D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\builder.sce
    line 40 )<br>
    at line    48 of executed file
    D:\Scilab\scilab-6.0.0-beta-32\contrib\toolbox_skeleton\builder.sce<br>
    <br>
    ilib_build: Wrong value for input argument #3: existing file(s)
    expected.<br>
    ***********************<br>
    <br>
    <br>
    ******Error while executing builder.sce under Scilab 6 beta 1 64
    bits version***********************<br>
    -->
exec('D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\builder.sce',-1)<br>
    Building macros...<br>
    -- Creation of [toolbox_skeletonlib] (Macros) --<br>
    Building sources...<br>
       Generate a loader file<br>
       Generate a Makefile<br>
       Running the Makefile<br>
       Compilation of fsum.f<br>
       Building shared library (be patient)<br>
    <br>
    !'nmake' is not recognized as an internal or external command,  !<br>
    !                                                               !<br>
    !operable program or batch file.                                !<br>
    at line    36 of function dlwCompile           (
    D:\Scilab\scilab-6.0.0-beta-64\modules\dynamic_link\macros\windows\dlwCompile.sci
    line 49 )<br>
    at line    70 of function ilib_compile         (
    D:\Scilab\scilab-6.0.0-beta-64\modules\dynamic_link\macros\ilib_compile.sci
    line 86 )<br>
    at line   104 of function ilib_for_link        (
    D:\Scilab\scilab-6.0.0-beta-64\modules\dynamic_link\macros\ilib_for_link.sci
    line 118 )<br>
    at line    29 of function tbx_build_src        (
    D:\Scilab\scilab-6.0.0-beta-64\modules\modules_manager\macros\tbx_build_src.sci
    line 44 )<br>
    at line     3 of function builder_fortran      (
    D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\src\fortran\builder_fortran.sce
    line 5 )<br>
    at line    -1 of executed file
D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\src\fortran\builder_fortran.sce<br>
    at line    13 of function tbx_builder          (
    D:\Scilab\scilab-6.0.0-beta-64\modules\modules_manager\macros\tbx_builder.sci
    line 26 )<br>
    at line    49 of function tbx_builder_src_lang (
    D:\Scilab\scilab-6.0.0-beta-64\modules\modules_manager\macros\tbx_builder_src_lang.sci
    line 64 )<br>
    at line     4 of function builder_src          (
    D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\src\builder_src.sce
    line 6 )<br>
    at line    -4 of executed file
D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\src\builder_src.sce<br>
    at line    13 of function tbx_builder          (
    D:\Scilab\scilab-6.0.0-beta-64\modules\modules_manager\macros\tbx_builder.sci
    line 26 )<br>
    at line    32 of function tbx_builder_src      (
    D:\Scilab\scilab-6.0.0-beta-64\modules\modules_manager\macros\tbx_builder_src.sci
    line 48 )<br>
    at line    31 of function main_builder         (
    D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\builder.sce
    line 39 )<br>
    at line    48 of executed file
    D:\Scilab\scilab-6.0.0-beta-64\contrib\toolbox_skeleton\builder.sce<br>
    <br>
    ilib_compile: Error while executing Makelib.mak.<br>
    <br>
    ***********************<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>