[tlbuild] asy not finding plain.asy

Apostolos Syropoulos asyropoulos at gmail.com
Fri Aug 28 21:31:21 CEST 2009


>
> it looks like i somehow forgot to use the --enable-texlive-build option
> last time. i've rebuilt asy for i386-linux and x86_64-linux now with
> this option, and committed to svn.
>
>
Hello,

After this message I realized that I was using this option to build
binaries.
I have used but the build process stopped:


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
builtin.cc: In function `void trans::base_venv(trans::venv&)':
builtin.cc:1370: error: `single' undeclared (first use this function)
builtin.cc:1370: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make: *** [builtin.o] Error 1

After applying the following patch:

--- builtin.cc.orig    2009-08-28 22:27:22.418444911 +0300
+++ builtin.cc    2009-08-28 22:22:44.352736081 +0300
@@ -44,6 +44,7 @@ using run::minus;


 using namespace run;
+using run::single;

 void gen_runtime_venv(venv &ve);
 void gen_backtrace_venv(venv &ve);

I managed to complete the compilation process. Unfortrunately, I cannot
start asy again:

apostolo at nadya>> ./asy
Welcome to Asymptote version 1.83-r14924 (to view the manual, type help)
error: could not load module 'plain'

Regards,

A.S.

-- 
Apostolos Syropoulos
Xanthi, GREECE
Web-page at http://obelix.ee.duth.gr/~apostolo
Blog at http://asyropoulos.wordpress.com/
          http://hypercomputation.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tlbuild/attachments/20090828/042146b3/attachment.html>


More information about the tlbuild mailing list