Re: 2.99.11: yet another release candidate

2005-02-01 Thread Willi Burmeister
Hi,

  I like this feature, but what about calling -sys variants if the
  main tree is writeable by the current user?
 
 Why should one do that?  If a particular user is maintaining the TeX
 tree, it is important that he has the ability to do maintainance both
 for himself as well as the system.

We have a special user 'tex', created only to maintain our TeX tree.
This is not a real user and so there is no need to maintain 'his' user
profile.

We have special user for many global software installations. This makes
it possible to change maintainer without dependencies.

Willi



Re: 2.99.9: 3rd (and last?) release candidate

2005-01-11 Thread Willi Burmeister
Hi Thomas,

 This 2.99.9 is the third (and hopefully last) release candidate of
 teTeX-3.0. texconfig hyphen is now back...
 
 As usual: please, send me feedback, even if it all just works :-)

everything works ok on Sparc Solaris 9 (Sun C 5.5)

Willi

P.S. what about creating an empty 'texmf-local' during install
 just to make clear it's the default place for local addons


Re: 2.99.2 release

2004-11-07 Thread Willi Burmeister
Hello Thomas,

 Feedback from the last release is still low (I did receive a few bug
 reports and even less success messages), so I encourage you very much
 to test and send me your results.

I tried it today and it failed :-(

While compiling xpdf with Sun C++ (5.5 2003/03/12) I got lots of 
warnings like this:

--
BuiltinFontTables.cc, line 15: Warning: String literal converted to char* in 
initialization.

CMap.cc, line 64: Warning: String literal converted to char* in formal 
argument msg in call to error(int, char*, ...).
--

These are warnings only, but this last message stoped my work

--
CC -g -DHAVE_CONFIG_H  -I.. -I./.. -I./../goo -I./../fofi -I. -I. 
-DPDF_PARSER_ONLY -c JArithmeticDecoder.cc
JArithmeticDecoder.cc, line 100: Error: JArithmeticDecoder::readByte() has 
already been called and cannot be defined inline.
1 Error(s) detected.
make[1]: *** [JArithmeticDecoder.o] Error 1
make[1]: Leaving directory 
`/home/wib/ftp/tex/tetex/tetex-src-2.99.2.20041106-beta/libs/xpdf/xpdf'
make: *** [libs/xpdf/xpdf/libxpdf.a] Error 2
--

compiling JArithmeticDecoder.cc with g++ gives no error, but I want 
to compile everthing with Suns compiler.


Here the facts:

- tetex-src-2.99.2.20041106-beta

- cc: Sun C 5.5 2003/03/12
- CC: Sun C++ 5.5 2003/03/12

- LD_OPTIONS=-R/usr/sfw/lib -R/usr/local/lib -R/opt/gnu/lib
- LDFLAGS=-L/usr/sfw/lib -L/usr/local/lib -L/opt/gnu/lib
- CPPFLAGS=-I/usr/sfw/include -I/usr/local/include -I/opt/gnu/include

./configure \
--prefix=$TETEX \
--disable-multiplatform \
--with-system-pnglib \
--with-pnglib-libdir=/usr/sfw/lib \
--with-pnglib-include=/usr/sfw/include \
--with-system-zlib \
--with-zlib-libdir=/usr/lib \
--with-zlib-include=/usr/include \
--with-system-gd \
--with-gd-libdir=/usr/local/lib \
--with-gd-include=/usr/local/include \

any ideas?


Willi