[kde-solaris] bzip compile problem

Darrell Esau Darrell.Esau at Sun.COM
Mon Apr 21 13:46:59 CEST 2003


I'm having trouble compiling kdelibs/kdoctools/kbzip2filter.cpp.

I've compiled kde3.1 for solaris before, which required me to compile/install 
my own version of bzip (since the version that comes with solaris is pre 1.x 
with different function names).

I don't think this is the same problem, but I'm not sure.

I started compiling kdelibs and got this message, so I compiled bzip2 and 
tried again, but I'm still getting the same problem.

Any ideas?

Thanks,
d

/bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. 
-I. -I.. -I.. -I../kio
slave -I../kioslave/bzip2 -I../dcop -I../libltdl -I../kdecore -I../kdeui 
-I../kio -I../kio/kio -I../k
io/kfile -I.. -I/tools/QT3.1.2//include  -I/tools/KDE3.1.1/include 
-I/usr/sfw/include -I/usr/include/
libxml2 -I/usr/include/libxml2 
-DSRCDIR="\"/tools/KDE3.1.1/src/kdelibs-3.1.1a/kdoctools\""  -DQT_THRE
AD_SUPPORT  -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 
-I/tools/KDE3.1.1/include  -
Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwr
ite-strings -O2 -fno-exceptions -fno-check-new  -DQT_NO_TRANSLATION 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCI
I_CAST -DQT_NO_COMPAT  -c -o kbzip2filter.lo `test -f 'kbzip2filter.cpp' || 
echo './'`kbzip2filter.cp
p
kbzip2filter.cpp: In member function `virtual void KBzip2Filter::init(int)':
kbzip2filter.cpp:93: `bzDecompressInit' undeclared (first use this function)
kbzip2filter.cpp:93: (Each undeclared identifier is reported only once for 
each
   function it appears in.)
kbzip2filter.cpp:97: `bzCompressInit' undeclared (first use this function)
kbzip2filter.cpp: In member function `virtual void KBzip2Filter::terminate()':
kbzip2filter.cpp:108: `bzDecompressEnd' undeclared (first use this function)
kbzip2filter.cpp:112: `bzCompressEnd' undeclared (first use this function)
kbzip2filter.cpp: In member function `virtual KFilterBase::Result
   KBzip2Filter::uncompress()':
kbzip2filter.cpp:152: `bzDecompress' undeclared (first use this function)
kbzip2filter.cpp: In member function `virtual KFilterBase::Result
   KBzip2Filter::compress(bool)':
kbzip2filter.cpp:172: `bzCompress' undeclared (first use this function)
make: *** [kbzip2filter.lo] Error 1


More information about the kde-solaris mailing list