pb avec la compilation.

Sylvestre Ledru sylvestre.ledru at scilab.org
Mon Sep 29 20:06:08 CEST 2008


On the dev ML if others have the issue:

Le lundi 29 septembre 2008 à 19:57 +0200, Collette Yann a écrit :
> Salut,
> 
> Encore un petit pb dans le module spreadsheet:
> 
> gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ 
> -I./src/c/ -I./src/c/ripole -I../../libs/MALLOC/includes/ 
> -I../../modules/output_stream/includes -g -O2 -pipe -Wformat -Wshadow 
> -Wfloat-equal -Wpointer-arith -Wcast-align -Wmissing-prototypes 
> -Wmissing-declarations -Wstrict-prototypes -Wmissing-noreturn 
> -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual 
> -Wwrite-strings -Winline -Wredundant-decls -Wall -Wchar-subscripts 
> -Wextra -Wuninitialized -Wno-format-y2k -Wmissing-format-attribute 
> -Wno-missing-field-initializers -Wno-strict-aliasing 
> -Wold-style-definition -g3 -fdiagnostics-show-option 
> -fno-stack-protector -Dlinux -DNARROWPROTO 
> -I../../modules/core/includes/ -I../../libs/MALLOC/includes/ 
> -I../../modules/localization/includes/ -MT 
> libscispreadsheet_la-sci_xls_open.lo -MD -MP -MF 
> .deps/libscispreadsheet_la-sci_xls_open.Tpo -c 
> sci_gateway/c/sci_xls_open.c -o libscispreadsheet_la-sci_xls_open.o 
>  >/dev/null 2>&1
> mv -f .deps/libscispreadsheet_la-sci_xls_open.Tpo 
> .deps/libscispreadsheet_la-sci_xls_open.Plo
> make: *** Pas de règle pour fabriquer la cible « 
> src/c/olestream-unwrap.c », nécessaire pour « 
> libscispreadsheet_la-olestream-unwrap.lo ». Arrêt.
> [collette at localhost spreadsheet]$         
try
$ rm -rf modules/spreadsheet/.deps && ./config.status && make
it should fix your issue.

I have been moving files into dedicated directories when they have been
taken from thirdparty libs.

Sylvestre





More information about the dev mailing list