<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
it looks like i somehow forgot to use the --enable-texlive-build option<br>
last time. i&#39;ve rebuilt asy for i386-linux and x86_64-linux now with<br>
this option, and committed to svn.<br>
<br></blockquote></div><br>Hello,<br><br>After this message I realized that I was using this option to build binaries.<br>I have used but the build process stopped:<br><br><br>g++ -Wall -ansi -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC  -g -O3 -finline-limit=400  -I . -Igc-7.1/include -o builtin.o -c builtin.cc<br>
builtin.cc: In function `void trans::base_venv(trans::venv&amp;)&#39;:<br>builtin.cc:1370: error: `single&#39; undeclared (first use this function)<br>builtin.cc:1370: error: (Each undeclared identifier is reported only once for each function it appears in.)<br>
make: *** [builtin.o] Error 1<br><br>After applying the following patch:<br><br>--- builtin.cc.orig    2009-08-28 22:27:22.418444911 +0300<br>+++ builtin.cc    2009-08-28 22:22:44.352736081 +0300<br>@@ -44,6 +44,7 @@ using run::minus;<br>
 <br> <br> using namespace run;  <br>+using run::single;<br>   <br> void gen_runtime_venv(venv &amp;ve);<br> void gen_backtrace_venv(venv &amp;ve);<br><br>I managed to complete the compilation process. Unfortrunately, I cannot start asy again: <br>
<br clear="all">apostolo@nadya&gt;&gt; ./asy<br>Welcome to Asymptote version 1.83-r14924 (to view the manual, type help)<br>error: could not load module &#39;plain&#39;<br><br>Regards,<br><br>A.S.<br><br>-- <br>Apostolos Syropoulos<br>
Xanthi, GREECE<br>Web-page at <a href="http://obelix.ee.duth.gr/~apostolo">http://obelix.ee.duth.gr/~apostolo</a><br>Blog at <a href="http://asyropoulos.wordpress.com/">http://asyropoulos.wordpress.com/</a><br>           <a href="http://hypercomputation.blogspot.com/">http://hypercomputation.blogspot.com/</a><br>