From owner-freebsd-ports Sat Feb 23 2:50:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 42ACB37B400 for ; Sat, 23 Feb 2002 02:50:47 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002020400) with ESMTP id g1NAojj19562 for ; Sat, 23 Feb 2002 11:50:46 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:FZZO5IFKfWGReHfa2JLgcoKWigYBJW7t@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g1NAojs08699 for ; Sat, 23 Feb 2002 11:50:45 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g1NAogO04576 for ; Sat, 23 Feb 2002 11:50:42 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g1NAogZ10103 for freebsd-ports@freebsd.org; Sat, 23 Feb 2002 11:50:42 +0100 (MET) From: Thomas Schuerger Message-Id: <200202231050.g1NAogZ10103@wjpserver.cs.uni-sb.de> Subject: Problems with libz, port editors/koffice To: freebsd-ports@freebsd.org Date: Sat, 23 Feb 2002 11:50:42 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I tried to compile the port editors/koffice and I get the following error messages (4.5-RELEASE): ----------- /bin/sh ../../../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../lib/kofficeui -I../../../lib/kofficeui -I../../../lib/kofficecore -I../../../lib/kofficecore -I../../../lib/store -I../../../lib/store -I../../../lib/kwmf -I../../../lib/kwmf -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -DNDEBUG -O2 -O2 -march=pentiumpro -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c kqiodevicegzip.cc c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../lib/kofficeui -I../../../lib/kofficeui -I../../../lib/kofficecore -I../../../lib/kofficecore -I../../../lib/store -I../../../lib/store -I../../../lib/kwmf -I../../../lib/kwmf -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -DNDEBUG -O2 -O2 -march=pentiumpro -pipe -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -Wp,-MD,.deps/kqiodevicegzip.pp -c kqiodevicegzip.cc -fPIC -DPIC -o .libs/kqiodevicegzip.o kqiodevicegzip.cc: In method `int KQIODeviceGZip::at() const': kqiodevicegzip.cc:93: implicit declaration of function `int gztell(...)' kqiodevicegzip.cc: In method `bool KQIODeviceGZip::at(int)': kqiodevicegzip.cc:100: implicit declaration of function `int gzseek(...)' kqiodevicegzip.cc: In method `bool KQIODeviceGZip::atEnd() const': kqiodevicegzip.cc:107: implicit declaration of function `int gzeof(...)' kqiodevicegzip.cc: In method `bool KQIODeviceGZip::reset()': kqiodevicegzip.cc:114: implicit declaration of function `int gzrewind(...)' kqiodevicegzip.cc: In method `int KQIODeviceGZip::getch()': kqiodevicegzip.cc:148: implicit declaration of function `int gzgetc(...)' kqiodevicegzip.cc: In method `int KQIODeviceGZip::putch(int)': kqiodevicegzip.cc:155: implicit declaration of function `int gzputc(...)' gmake[4]: *** [kqiodevicegzip.lo] Error 1 gmake[4]: Leaving directory `/new/data3/ports/editors/koffice/work/koffice-1.1.1/filters/kword/abiword' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/new/data3/ports/editors/koffice/work/koffice-1.1.1/filters/kword' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/new/data3/ports/editors/koffice/work/koffice-1.1.1/filters' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/new/data3/ports/editors/koffice/work/koffice-1.1.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /new/data3/ports/editors/koffice. *** Error code 1 Stop in /new/data3/ports/editors/koffice. *** Error code 1 Stop in /new/data3/ports/editors/koffice. Exit 1 ---------------- I also tried to reinstall /usr/src/lib/libz, but that didn't make difference. What am I doing wrong? What is missing on my system? Any help is appreciated! Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message