Menu

#60 Cannot install sivp 0.5.3

open
nobody
None
5
2011-06-01
2011-06-01
Mike Duncan
No

I get an error when I install sivp 0.5.3 on my Windows 7 (32 bit) system. Here is the result from running builder.sce in Scilab:

-->mode(-1);
Building macros...
-- Creation of [SIVPlib] (Macros) --
Building gateway...
Generate a gateway file
Generate a loader file
Generate a Makefile: Makelib
Running the makefile
Compilation of common.c
Compilation of camshift.c
Compilation of canny.c
Compilation of cvtcolor.c
Compilation of detectforeground.c
Compilation of detectobjects.c
Compilation of filter2.c
Compilation of imabsdiff.c
Compilation of imadd.c
Compilation of imdivide.c
Compilation of imfilter.c
Compilation of imfinfo.c
Compilation of immultiply.c
Compilation of impyramid.c
Compilation of imread.c
Compilation of imresize.c
Compilation of imsubtract.c
Compilation of imwrite.c
Compilation of ind2rgb.c
Compilation of mat2utfimg.c
Compilation of meanshift.c
Compilation of sivp_init.c
Compilation of sobel.c
Compilation of test.c
Compilation of videoio.c
Compilation of dllSIVP.c
Building shared library (be patient)

!------------- Compile file common.c -------------- !
! !
! IF NOT EXIST Release mkdir Release !
! !
! cl -D__MSC__ -DFORDLL -DWIN32 -c -DSTRICT -D_CRT_SECURE_NO_DEPRECATE -D__MAKEFILEVC__ -nologo -I"C:/PROGR!
! A~1/SCILAB~1.2/libs/MALLOC/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/core/includes" -I"C:/PROGRA~!
! 1/SCILAB~1.2/modules/api_scilab/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/call_scilab/includes" -!
! I"C:/PROGRA~1/SCILAB~1.2/modules/output_stream/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/jvm/inclu!
! des" -I"C:/PROGRA~1/SCILAB~1.2/modules/localization/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/dyn!
! amic_link/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/mexlib/includes" -I"C:/PROGRA~1/SCILAB~1.2/mo!
! dules/time/includes" -I"C:/PROGRA~1/SCILAB~1.2/modules/windows_tools/includes" -I"C:/PROGRA~1/SCILA!
! B~1.2/libs/f2c" -I"C:/PROGRA~1/SCILAB~1.2/libs/hashtable" -I"C:/PROGRA~1/SCILAB~1.2/libs/intl" -W3 !
! -Gd -Z7 -O2 -MT /Fo"Release/" /Fd"Release/" -DFORDLL -I"c:/program files/scilab-5.3.2/contrib/sivp-0.!
! 5.3/sci_gateway/c/../../thirdparty/opencv/windows/include" common.c !
! !
!common.c !
! !
!c:\program files\scilab-5.3.2\contrib\sivp-0.5.3\sci_gateway\c\common.h(43) : fatal error C1083: Cannot op!
! en include file: 'cxcore.h': No such file or directory !
! !
!NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.EXE"' : return code '0x2!
! ' !
! !
!Stop. !
!--error 10000
ilib_compile: Error while executing Makelib.mak.
at line 76 of function ilib_compile called by :
at line 107 of function ilib_build called by :
at line 133 of function tbx_build_gateway called by :
inter_ldflags , inter_cflags )
at line 98 of exec file called by :

at line 13 of function tbx_builder called by :
at line 49 of function tbx_builder_gateway_lang called by :
tbx_builder_gateway_lang(languages, sci_gateway_dir);
at line 6 of exec file called by :

at line 13 of function tbx_builder called by :
at line 32 of function tbx_builder_gateway called by :
tbx_builder_gateway(toolbox_dir);
at line 34 of exec file called by :
exec ('builder.sce')

Thanks for help with this.

Mike

Discussion


Log in to post a comment.