[tlbuild] asy and other status

Ettore Aldrovandi ealdrov at mail.math.fsu.edu
Wed Apr 3 23:22:36 CEST 2013


On Wed, Apr 03, 2013 at 10:48:55PM +0300, Apostolos Syropoulos wrote:
>    2013/4/3 Nikola LeA:*iA:* <nikola.lecic at anthesphoria.net>
> 
>      May we try those patches?
> 

>    First error:
>    g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGCA  -D_REENTRANT
>    -pthreads -g -O3 -ansi -fno-var-trackingA  -I . -Igc-7.2b/include -o
>    runtime.o -c runtime.cc
>    In file included from
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/ext/hash_map:61:0,
>    A A A A A A A A A A A A A A A A  from memory.h:27,
>    A A A A A A A A A A A A A A A A  from common.h:35,
>    A A A A A A A A A A A A A A A A  from errormsg.h:12,
>    A A A A A A A A A A A A A A A A  from stack.h:13,
>    A A A A A A A A A A A A A A A A  from runtimebase.in:1:
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/backward/backward_warning.h:33:2:
>    I*I*I?IuI^1I'I?I*I?I-I.I*I.: #warning This file includes at least one
>    deprecated or antiquated header which may be removed without further
>    notice at a future date. Please use a non-deprecated interface with
>    equivalent functionality instead. For a listing of replacement headers and
>    interfaces, consult the file backward_warning.h. To disable this warning
>    use -Wno-deprecated. [-Wcpp]
>    runtime.in: In function a**void run::gen_runtime3(vm::stack*)a**:
>    runtime.in:241:29: I*I*INOTI>>I 1/4I+-: a**isnana** was not declared in
>    this scope
>    runtime.in:241:29: I*I.I 1/4IuI-I*I*I.: suggested alternative:
>    In file included from pair.h:18:0,
>    A A A A A A A A A A A A A A A A  from settings.h:15,
>    A A A A A A A A A A A A A A A A  from errormsg.h:13,
>    A A A A A A A A A A A A A A A A  from stack.h:13,
>    A A A A A A A A A A A A A A A A  from runtimebase.in:1:
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/cmath:839:5:
>    I*I.I 1/4IuI-I*I*I.:A A  a**std::isnana**
>    make: *** [runtime.o] Error 1
> 
>    Solution replace isnanA  with std::isnan
> 
>    Second error:
> 
>    algebra3.cc:78:36: I*I.I 1/4IuI-I*I*I.: candidates are:
>    In file included from
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/math.h:46:0,
>    A A A A A A A A A A A A A A A A  from
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/cmath:46,
>    A A A A A A A A A A A A A A A A  from algebra3.h:80,
>    A A A A A A A A A A A A A A A A  from algebra3.cc:75:
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:203:21:
>    I*I.I 1/4IuI-I*I*I.: long double std::acos(long double)
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:175:15:
>    I*I.I 1/4IuI-I*I*I.: float std::acos(float)
>    /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:73:15:
>    I*I.I 1/4IuI-I*I*I.: double std::acos(double)
> 
>    Replace acos with std::acos
>    Kind regards,

Which version of gcc are you using? I see those errors with 4.6.3, but
not with 4.5.2 (which I'm using on Solaris 11)

--Ettore

-- 
Ettore Aldrovandi
Department of Mathematics, Florida State University
1017 Academic Way		 *    http://www.math.fsu.edu/~ealdrov
Tallahassee, FL 32306-4510, USA * * aldrovandi at math dot fsu dot edu


More information about the tlbuild mailing list