[TF] TinyFugue 5.0 alpha 10 released
Brought to you by:
kenkeys
|
From: kevin at sb.o. (K. Ballard) - 2003-05-27 07:06:20
|
Ack! It doesn't compile on MacOS X! First problem: socket.c includes resolv.h, which uses a constant MAXDNAME which is defined in nameser.h, but that's not included anywhere, so compile failed when MAXDNAME was used without being defined. I fixed it by including. #include nameser.h at line 90 in socket.c. But then another problem popped up. ld couldn't link the PCRE library because of a missing table of contents, or something like that. And there was a warning in the PCRE stuff about something exceeding the radix. Any solutions? I'd love to try TFv5, but I can't! On Tuesday, May 27, 2003, at 12:11 AM, Ken Keys wrote: > TF 5.0 alpha 10 is now available at http://tf.tcp.com/~hawkeye/tf/. > > Be sure to read the CHANGES file, section "5.0 alpha 9" as well as > "5.0 alpha 10". There are a lot of changes, and some may be quite > confusing if you're not expecting them. Some of the /help > documentation > is incomplete; if it disagrees with CHANGES, then CHANGES is correct. > Beware, this is an alpha release, and it DOES have at least some bugs > in it. If you want to see what the new tf can do, go for it, but if > you need something that just works, you should wait. -- Kevin Ballard ke...@sb... http://www.tildesoft.com |