[Scilab-Dev] Compile error on YaSp

Sylvestre Ledru sylvestre.ledru at scilab-enterprises.com
Fri Apr 26 17:26:19 CEST 2013


Le 26/04/2013 17:21, Peter Senna Tschudin a écrit :
> Dear List,
>
> I'm trying to compile latest YaSp from git but the compilation is
> being aborted with the error:
>
> make[2]: Entering directory
> `/home/peter/devel/scilab-YaSp/scilab/modules/string'
> make[2]: *** No rule to make target `sci_gateway/c/sci_isalphanum.c',
> needed by `libscistring_la-sci_isalphanum.lo'.  Stop.
> make[2]: Leaving directory `/home/peter/devel/scilab-YaSp/scilab/modules/string'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/peter/devel/scilab-YaSp/scilab/modules'
> make: *** [all-recursive] Error 1
>
> I'm using: ./configure --without-gui --disable-build-help
> --disable-build-localization --without-javasci
>
> Am I doing anything wrong?
>
Nothing. autotools are.

rm -rf modules/string/.deps
./config.status modules/string/Makefile depfiles
should fix your problem.

(a file has been renamed but autotools have problem to keep track of them)

Sylvestre



More information about the dev mailing list