[tlbuild] asy status

Richard Koch koch at math.uoregon.edu
Mon Apr 21 05:38:18 CEST 2014


Karl,

We build asymptote 32 bit binaries on Leopard, and 64 bit binaries on Snow Leopard.
I used exactly the same technique as last year, which worked on the sources in
TeX Live as of two weeks ago.

Now both compiles end at the same spot with the same error message:

----------
Leopard:

g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC  -D_THREAD_SAFE -pthread -DFFTWPP_SINGLE_THREAD -g -O3 -ansi -fno-var-tracking  -I . -Igc-7.4.0/include -o interact.o -c interact.cc
interact.cc: In function ‘char* interact::readpipeline(const char*)’:
interact.cc:90: error: ‘getline’ was not declared in this scope
make: *** [interact.o] Error 1

Snow Leopard:

g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC  -D_THREAD_SAFE -pthread -DFFTWPP_SINGLE_THREAD -g -O3 -ansi -fno-var-tracking  -I . -Igc-7.4.0/include -o interact.o -c interact.cc
interact.cc: In function ‘char* interact::readpipeline(const char*)’:
interact.cc:90: error: ‘getline’ was not declared in this scope
make: *** [interact.o] Error 1
-----------

I'll be working on other things, but tell Bowman I'd be happy to try any
suggestion he has.

Dick Koch



More information about the tlbuild mailing list