<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/3 Nikola Lečić <span dir="ltr"><<a href="mailto:nikola.lecic@anthesphoria.net" target="_blank">nikola.lecic@anthesphoria.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im"><br>
</div>May we try those patches?<br>
<div class=""><div class="h5"><br>
</div></div></blockquote></div>As I said these are not real patches but since you have asked:<br></div><div class="gmail_extra"><div><br></div><div>First error:<br></div><br><span style="font-family:courier new,monospace">g++
-Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -D_REENTRANT
-pthreads -g -O3 -ansi -fno-var-tracking -I . -Igc-7.2b/include -o
runtime.o -c runtime.cc<br>
In file included from /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/ext/hash_map:61:0,<br> from memory.h:27,<br> from common.h:35,<br> from errormsg.h:12,<br>
from stack.h:13,<br> from <a href="http://runtimebase.in:1" target="_blank">runtimebase.in:1</a>:<br>/usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/backward/backward_warning.h:33:2:
προειδοποίηση: #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]<br>
<a href="http://runtime.in" target="_blank">runtime.in</a>: In function ‘void run::gen_runtime3(vm::stack*)’:<br>runtime.in:241:29: σφάλμα: ‘isnan’ was not declared in this scope<br>runtime.in:241:29: σημείωση: suggested alternative:<br>
In file included from pair.h:18:0,<br> from settings.h:15,<br> from errormsg.h:13,<br> from stack.h:13,<br> from <a href="http://runtimebase.in:1" target="_blank">runtimebase.in:1</a>:<br>
/usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/cmath:839:5: σημείωση: ‘std::isnan’<br>make: *** [runtime.o] Error 1</span><br><br clear="all"><div>Solution replace isnan with std::isnan<br>
<br>Second error:<br><br><span style="font-family:courier new,monospace">algebra3.cc:78:36: σημείωση: candidates are:<br>In file included from /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/math.h:46:0,<br> from /usr/lib/gcc/i386-pc-solaris2.11/4.7.2/../../../../include/c++/4.7.2/cmath:46,<br>
from algebra3.h:80,<br> from algebra3.cc:75:<br>/usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:203:21: σημείωση: long double std::acos(long double)<br>/usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:175:15: σημείωση: float std::acos(float)<br>
/usr/lib/gcc/i386-pc-solaris2.11/4.7.2/include-fixed/iso/math_iso.h:73:15: σημείωση: double std::acos(double)<br><br></span></div><div><span style="font-family:courier new,monospace">Replace acos with std::acos<br></span></div>
<div><br></div>Kind regards,<br><br>Apostolos<br clear="all"><br>-- <br>Apostolos Syropoulos<br>Xanthi, GREECE<br><br></div></div>