Hello Masaru, Thanks for reporting this issue. The `ScilabCommons.i` and `ScilabCommons_wrap.c` files are not synchronized due to a merge issue.
The review #17052 fix [1] that (and the --enable-build-swig configure option). [1]: https://codereview.scilab.org/#/c/17052/ -- Clément Le samedi 15 août 2015 à 13:18 +0900, Masaru Nomiya a écrit : > Hello, > > I got the very latest git, then tried to compile. > It fails as follows; > > [...] > mv -f src/jni/.deps/libscicommons_la-CommonFileUtils_wrap.Tpo > src/jni/.deps/libscicommons_la-CommonFileUtils_wrap.Plo > /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I../../modules/core/includes -I/usr/lib64/jvm/java/include > -I/usr/lib64/jvm/java/include/linux -I./includes/ -I./src/jni/ > -I../../modules/ast/includes/ast/ -I../../modules/ast/includes/exps/ > -I../../modules/ast/includes/operations/ > -I../../modules/ast/includes/parse/ > -I../../modules/ast/includes/symbol/ > -I../../modules/ast/includes/system_env/ > -I../../modules/ast/includes/types/ > -I../../modules/ast/includes/analysis/ > -I../../modules/localization/includes/ > -I../../modules/fileio/includes/ -I../../modules/string/includes/ > -D_LARGEFILE64_SOURCE -DNDEBUG -m64 -fno-stack-protector -g -O2 -MT > src/c/libscicommons_la-fileutils.lo -MD -MP -MF > src/c/.deps/libscicommons_la-fileutils.Tpo -c -o > src/c/libscicommons_la-fileutils.lo `test -f 'src/c/fileutils.c' || > echo './'`src/c/fileutils.c > src/jni/ScilabCommons_wrap.c:195:21: fatal error: setieee.h: No such > file or directory > #include "setieee.h" > ^ > compilation terminated. > make[3]: *** [src/jni/libscicommons_la-ScilabCommons_wrap.lo] error 1 > [...] > > I downloaded the source file 'scilab-6.0.0-alpha-1-src.tar.gz', then > tried to compile. > But, I got the same error as above. > > You have uploaded the compiled files. > > What's the difference? > > Regards, > > --- > ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp > ┃\/彡 > ┗━━┛ "Bill! You married with Computers. > Not with Me!" > "No..., with money." > _______________________________________________ > dev mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
