Re: [SIP-users] Unable to compile SIP
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <ric...@us...> - 2014-04-14 22:44:12
|
Hi, Please download SIP and animal from Git: http://siptoolbox.sourceforge.net/devel/ I know I should make this more clear in the website that the Git version must be the one to be used in Linux. I haven't really been making releases since Git camer around. Best, -- Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net On Sun, Apr 13, 2014 at 7:58 PM, Jim Reswick <Ji...@re...> wrote: > Hi: > > > > I am a relative newby to Linux, and would really appreciate some help. > > > > I have been trying for months to get a Linux box running with Scilab and > SIP. I got the box built, got Ubuntu 12.10 Alternate running, I got the KDE > desktop package running, I got Scilab running, I got ImageMagick and Animal > compiled, I got ImageMagick running. > > > > Versions: > > > > Linux: 3.5.0-45-generic #68-Ubuntu SMP Mon Dec 2 21:58:52 UTC 2013 x86_64 > x86_64 x86_64 GNU/Linux > > Scilab: 5.4.1 > > Animal: 0.15.5 > > ImageMagick: 6.8.8-5 > > SIP: 0.5.6 > > > > I have been unable to get SIP to compile. Below is my ./configure output > from the terminal session. (Or...Is there a binary that I could use?) > > > > Thanks, > > > > Jim > > > > > > > > root@LINUX-1:~/siptoolbox# export ANIMAL_CONFIG=/home/jreswick/animal/config > > root@LINUX-1:~/siptoolbox# ./configure > > configuring SIP 0.12.0-SNAPSHOT > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... /bin/mkdir -p > > checking for gawk... gawk > > checking whether make sets $(MAKE)... yes > > checking for gcc... gcc > > checking whether the C compiler works... yes > > checking for C compiler default output file name... a.out > > checking for suffix of executables... > > checking whether we are cross compiling... no > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking for style of include used by make... GNU > > checking dependency style of gcc... gcc3 > > checking build system type... x86_64-unknown-linux-gnu > > checking host system type... x86_64-unknown-linux-gnu > > checking how to print strings... printf > > checking for a sed that does not truncate output... /bin/sed > > checking for grep that handles long lines and -e... /bin/grep > > checking for egrep... /bin/grep -E > > checking for fgrep... /bin/grep -F > > checking for ld used by gcc... /usr/bin/ld > > checking if the linker (/usr/bin/ld) is GNU ld... yes > > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > > checking the name lister (/usr/bin/nm -B) interface... BSD nm > > checking whether ln -s works... yes > > checking the maximum length of command line arguments... 1572864 > > checking whether the shell understands some XSI constructs... yes > > checking whether the shell understands "+="... yes > > checking how to convert x86_64-unknown-linux-gnu file names to > x86_64-unknown-linux-gnu format... func_convert_file_noop > > checking how to convert x86_64-unknown-linux-gnu file names to toolchain > format... func_convert_file_noop > > checking for /usr/bin/ld option to reload object files... -r > > checking for objdump... objdump > > checking how to recognize dependent libraries... pass_all > > checking for dlltool... dlltool > > checking how to associate runtime and link libraries... printf %s\n > > checking for ar... ar > > checking for archiver @FILE support... @ > > checking for strip... strip > > checking for ranlib... ranlib > > checking command to parse /usr/bin/nm -B output from gcc object... ok > > checking for sysroot... no > > checking for mt... mt > > checking if mt is a manifest tool... no > > checking how to run the C preprocessor... gcc -E > > checking for ANSI C header files... yes > > checking for sys/types.h... yes > > checking for sys/stat.h... yes > > checking for stdlib.h... yes > > checking for string.h... yes > > checking for memory.h... yes > > checking for strings.h... yes > > checking for inttypes.h... yes > > checking for stdint.h... yes > > checking for unistd.h... yes > > checking for dlfcn.h... yes > > checking for objdir... .libs > > checking if gcc supports -fno-rtti -fno-exceptions... no > > checking for gcc option to produce PIC... -fPIC -DPIC > > checking if gcc PIC flag -fPIC -DPIC works... yes > > checking if gcc static flag -static works... yes > > checking if gcc supports -c -o file.o... yes > > checking if gcc supports -c -o file.o... (cached) yes > > checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared > libraries... yes > > checking whether -lc should be explicitly linked in... no > > checking dynamic linker characteristics... GNU/Linux ld.so > > checking how to hardcode library paths into programs... immediate > > checking whether stripping libraries is possible... yes > > checking if libtool supports shared libraries... yes > > checking whether to build shared libraries... yes > > checking whether to build static libraries... no > > ./configure: line 11693: ./libtool: No such file or directory > > checking for scilab... yes > > Scilab version is 5 > > checking for animal-config... /home/jreswick/animal/config > > checking for animal CFLAGS... ./configure: line 12156: > /home/jreswick/animal/config: Is a directory > > > checking for animal LIBS... ./configure: line 12168: > /home/jreswick/animal/config: Is a directory > > > checking for animal VERSION... ./configure: line 12180: > /home/jreswick/animal/config: Is a directory > > > checking for animal - version >= 0.16.0... ./configure: line 12378: test: : > integer expression expected > > yes > > checking for MagickWand-config... yes > > checking for MagickWand-config... /usr/local/bin/MagickWand-config > > checking for ImageMagick CFLAGS... /usr/local/bin/MagickWand-config: 47: > /usr/local/bin/MagickWand-config: pkg-config: not found > > /usr/local/bin/MagickWand-config: 41: /usr/local/bin/MagickWand-config: > pkg-config: not found > > > checking for ImageMagick LIBS... /usr/local/bin/MagickWand-config: 50: > /usr/local/bin/MagickWand-config: pkg-config: not found > > /usr/local/bin/MagickWand-config: 53: /usr/local/bin/MagickWand-config: > pkg-config: not found > > > checking for ImageMagick VERSION... 6.8.8 Q16 > > checking for ImageMagick - version >= 5.4.2... ./configure: line 12895: > test: 6 Q16 : integer expression expected > > yes > > ./configure: line 12963: test: too many arguments > > ./configure: line 12967: test: too many arguments > > checking if ImageMagick links... yes > > checking for HWBColorspace in ImageMagick... yes > > checking for HSLColorspace in ImageMagick... yes > > checking for Virtual Pixel in ImageMagick... yes > > checking whether QueryColorDatabase has 3rd parameter in IM... yes > > checking whether MagickWand.h in IM... yes > > checking whether MogrifyImage has 5th parameter in IM... yes > > checking for GetLocaleExceptionMessage in -lMagick... no > > checking for GetLocaleExceptionMessage in -lMagickCore... no > > checking for StringToDouble in -lMagick... no > > checking for StringToDouble in -lMagickCore... no > > configure: WARNING: sip mogrify -fuzz for segmentation will not work in this > system. > > checking name of the default compression quality in IM... > UndefinedCompression > > ./configure: line 13508: syntax error near unexpected token `OPENCV,' > > ./configure: line 13508: `PKG_CHECK_MODULES(OPENCV,' > > root@LINUX-1:~/siptoolbox# > > > > > > > > -- > > Jim Reswick > > PO Box 43 > > La Honda, CA 94020 |