Thanks for you work so far on it!
I think I may have figured it out. I still had the same errors after
building scilab from the latest in the git repository (which, let me
say, for something of a novice like me, was a tour-de-force of trying
to figure out how to install all sorts of goodness from source!! But
why didn't someone tell me about apt-get build-dep? That made things
all of a sudden so easy!)
Anyway, I still had the error: "imwrite.c:75:16: error: 'rhs_opts' has
no member named 'iPos'"
So I dug into the code files in my includes and founds multiple
versions of stack-c.h, which defines the rhs_opts struct. The version
in my usr/include/scilab has a member named "position" but no "iPos",
and it was in the same place that "iPos" was defined in other versions
of stack-c.h, including the one in the git files in
modules/core/includes. Maybe there was some way to clean this file
that I missed. Anyway, I copied the stack-c.h from the git files into
/usr/local/include/, and make ran successfully.
Andrew
On Fri, Nov 15, 2013 at 12:30 PM, Ricardo Fabbri
<ric...@us...> wrote:
> Hi,
>
> you should use Scilab from Git (you can use a nightly build)
> https://www.scilab.org/development/nightly_builds/master
>
> Once you unpack that, make sure all files in the "bin" folder of
> scilab is in your PATH.
> The easiest way is to just symlink them to /usr/local/bin:
> ln -s /home/path/to/scilab/nightly/bin/* /usr/local/bin
>
> Then reconfigure and recompile SIP.
>
> I apologize but I haven't had the time yet to make the SIP code work
> for both the new and old scilab codebases. Rest assured that I'll work
> on it as soon as possible.
>
> Using Scilab nightly build is a good idea anyways as Scilab has been
> greatly improved.
>
> 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 Fri, Nov 15, 2013 at 2:35 PM, Andrew Schwartz <ozy...@gm...> wrote:
>> After working through a few stops, I am running into an error during
>> installation which I cannot find my way over at the moment.
>>
>> Pasted below are the outputs of `./autogen.sh` and of `make`. I assume
>> the autogen.sh warnings are at the root of the issue.
>>
>>
>> Any help with this is greatly appreciated!!
>>
>> Andrew
>>
>>
>>>>cat autogen.log
>>
>> + aclocal -I config
>> configure.ac:346: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:346: the top level
>> configure.ac:358: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:358: the top level
>> configure.ac:370: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:370: the top level
>> configure.ac:382: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:382: the top level
>> configure.ac:394: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:394: the top level
>> configure.ac:406: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:406: the top level
>> configure.ac:417: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:417: the top level
>> configure.ac:484: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:484: the top level
>> configure.ac:473: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:473: the top level
>> configure.ac:462: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:462: the top level
>> + libtoolize --force --copy
>> libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
>> libtoolize: copying file `config/ltmain.sh'
>> libtoolize: putting macros in `config'.
>> libtoolize: copying file `config/libtool.m4'
>> libtoolize: copying file `config/ltoptions.m4'
>> libtoolize: copying file `config/ltsugar.m4'
>> libtoolize: copying file `config/ltversion.m4'
>> libtoolize: copying file `config/lt~obsolete.m4'
>> libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
>> libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
>> + autoheader
>> configure.ac:346: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:346: the top level
>> configure.ac:358: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:358: the top level
>> configure.ac:370: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:370: the top level
>> configure.ac:382: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:382: the top level
>> configure.ac:394: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:394: the top level
>> configure.ac:406: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:406: the top level
>> configure.ac:417: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:417: the top level
>> configure.ac:484: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:484: the top level
>> configure.ac:473: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:473: the top level
>> configure.ac:462: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:462: the top level
>> + automake --foreign --add-missing --copy
>> configure.ac:346: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:346: the top level
>> configure.ac:358: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:358: the top level
>> configure.ac:370: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:370: the top level
>> configure.ac:382: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:382: the top level
>> configure.ac:394: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:394: the top level
>> configure.ac:406: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:406: the top level
>> configure.ac:417: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:417: the top level
>> configure.ac:484: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:484: the top level
>> configure.ac:473: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:473: the top level
>> configure.ac:462: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:462: the top level
>> + autoconf
>> configure.ac:346: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:346: the top level
>> configure.ac:358: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:358: the top level
>> configure.ac:370: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:370: the top level
>> configure.ac:382: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:382: the top level
>> configure.ac:394: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:394: the top level
>> configure.ac:406: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:406: the top level
>> configure.ac:417: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:417: the top level
>> configure.ac:484: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:484: the top level
>> configure.ac:473: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:473: the top level
>> configure.ac:462: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:462: the top level
>> + autoconf
>> configure.ac:346: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:346: the top level
>> configure.ac:358: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:358: the top level
>> configure.ac:370: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:370: the top level
>> configure.ac:382: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:382: the top level
>> configure.ac:394: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:394: the top level
>> configure.ac:406: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:406: the top level
>> configure.ac:417: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:417: the top level
>> configure.ac:484: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:484: the top level
>> configure.ac:473: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:473: the top level
>> configure.ac:462: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>> detected in body
>> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
>> ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
>> ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
>> configure.ac:462: the top level
>>
>>
>> --------------------------------------------------
>>>>cat install.log
>>
>>
>> Making all in src
>> make[1]: Entering directory `/home/andrew/temp/sip/siptoolbox-siptoolbox/src'
>> make all-am
>> make[2]: Entering directory `/home/andrew/temp/sip/siptoolbox-siptoolbox/src'
>> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
>> -I. -I/usr/include/scilab/routines/ -I/usr/include/scilab/core/
>> -I/usr/include/scilab/mexlib/ -I/usr/include/scilab/ -g -O2 -W -Wall
>> -Wno-implicit-int -I/usr/local/include -fopenmp
>> -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
>> -I/usr/local/include/ImageMagick-6 -fopenmp
>> -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
>> -I/usr/local/include/ImageMagick-6 -MT imwrite.lo -MD -MP -MF
>> .deps/imwrite.Tpo -c -o imwrite.lo imwrite.c
>> libtool: compile: gcc -DHAVE_CONFIG_H -I.
>> -I/usr/include/scilab/routines/ -I/usr/include/scilab/core/
>> -I/usr/include/scilab/mexlib/ -I/usr/include/scilab/ -g -O2 -W -Wall
>> -Wno-implicit-int -I/usr/local/include -fopenmp
>> -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
>> -I/usr/local/include/ImageMagick-6 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0
>> -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/include/ImageMagick-6 -MT
>> imwrite.lo -MD -MP -MF .deps/imwrite.Tpo -c imwrite.c -fPIC -DPIC -o
>> .libs/imwrite.o
>> imwrite.c: In function 'int_imwrite':
>> imwrite.c:47:10: warning: initialization makes pointer from integer
>> without a cast [enabled by default]
>> {-1,"depth",-1,0,0,NULL},
>> ^
>> imwrite.c:47:10: warning: (near initialization for 'opts[0].type')
>> [enabled by default]
>> imwrite.c:47:10: warning: initialization makes integer from pointer
>> without a cast [enabled by default]
>> imwrite.c:47:10: warning: (near initialization for 'opts[0].l')
>> [enabled by default]
>> imwrite.c:48:10: warning: initialization makes pointer from integer
>> without a cast [enabled by default]
>> {-1,"quality",-1,0,0,NULL},
>> ^
>> imwrite.c:48:10: warning: (near initialization for 'opts[1].type')
>> [enabled by default]
>> imwrite.c:48:10: warning: initialization makes integer from pointer
>> without a cast [enabled by default]
>> imwrite.c:48:10: warning: (near initialization for 'opts[1].l')
>> [enabled by default]
>> imwrite.c:49:6: warning: initialization makes pointer from integer
>> without a cast [enabled by default]
>> {-1,NULL,-1,0,0,NULL}
>> ^
>> imwrite.c:49:6: warning: (near initialization for 'opts[2].type')
>> [enabled by default]
>> imwrite.c:49:6: warning: initialization makes integer from pointer
>> without a cast [enabled by default]
>> imwrite.c:49:6: warning: (near initialization for 'opts[2].l')
>> [enabled by default]
>> imwrite.c:70:4: warning: implicit declaration of function
>> 'getOptionals' [-Wimplicit-function-declaration]
>> if ( getOptionals(pvApiCtx,fname,opts) == 0) return false;
>> ^
>> imwrite.c:75:16: error: 'rhs_opts' has no member named 'iPos'
>> if ( opts[0].iPos == -1 ) {
>> ^
>> imwrite.c:79:40: error: 'rhs_opts' has no member named 'piAddr'
>> getScalarDouble(pvApiCtx, opts[0].piAddr, &dblDepth);
>> ^
>> imwrite.c:89:16: error: 'rhs_opts' has no member named 'iPos'
>> if ( opts[1].iPos == -1 ) {
>> ^
>> imwrite.c:93:40: error: 'rhs_opts' has no member named 'piAddr'
>> getScalarDouble(pvApiCtx, opts[1].piAddr, &dblQuality);
>> ^
>> imwrite.c:102:4: warning: 'InitializeMagick' is deprecated (declared
>> at /usr/local/include/ImageMagick-6/magick/deprecate.h:336)
>> [-Wdeprecated-declarations]
>> InitializeMagick(NULL);
>> ^
>> imwrite.c:112:4: warning: 'AllocateImage' is deprecated (declared at
>> /usr/local/include/ImageMagick-6/magick/deprecate.h:126)
>> [-Wdeprecated-declarations]
>> image=AllocateImage(image_info);
>> ^
>> imwrite.c:144:7: warning: implicit declaration of function 'sciprint'
>> [-Wimplicit-function-declaration]
>> SIP_MAGICK_ERROR;
>> ^
>> imwrite.c:149:4: warning: 'DestroyMagick' is deprecated (declared at
>> /usr/local/include/ImageMagick-6/magick/deprecate.h:319)
>> [-Wdeprecated-declarations]
>> DestroyMagick();
>> ^
>> imwrite.c:45:16: warning: variable 'iopos' set but not used
>> [-Wunused-but-set-variable]
>> nopt, iopos;
>> ^
>> make[2]: *** [imwrite.lo] Error 1
>> make[2]: Leaving directory `/home/andrew/temp/sip/siptoolbox-siptoolbox/src'
>> make[1]: *** [all] Error 2
>> make[1]: Leaving directory `/home/andrew/temp/sip/siptoolbox-siptoolbox/src'
>> make: *** [all-recursive] Error 1
>>
>> ------------------------------------------------------------------------------
>> DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
>> OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
>> Free app hosting. Or install the open source package on any LAMP server.
>> Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
>> http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
>> _______________________________________________
>> SIPtoolbox-users mailing list
>> SIP...@li...
>> https://lists.sourceforge.net/lists/listinfo/siptoolbox-users
|