Re: 2.99.2 release
Willi Burmeister <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
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