From owner-freebsd-ports Tue Dec 2 21:13:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA09172 for ports-outgoing; Tue, 2 Dec 1997 21:13:06 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA09166 for ; Tue, 2 Dec 1997 21:13:00 -0800 (PST) (envelope-from kiri@kiri.toba-cmt.ac.jp) Received: from localhost (localhost [127.0.0.1]) by kiri.toba-cmt.ac.jp (8.8.8/8.8.7) with ESMTP id OAA29644 for ; Wed, 3 Dec 1997 14:08:25 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: Can't compile kdelibs-2.1b In-Reply-To: Your message of "Tue, 2 Dec 1997 22:25:34 -0500 (EST)" References: X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971203140825Q.kiri@kiri.toba-cmt.ac.jp> Date: Wed, 03 Dec 1997 14:08:25 +0900 From: Kazuhiko Kiriyama(System administrator) X-Dispatcher: imput version 971024 Lines: 76 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thaks for rapid reply! In Message-ID: Chuck Robey wrote : > notice in the first group of errors above that there was a syntax error > when it tried to get moc. FreeBSD found it, but that configure script > choked at that point. moc is part of qt, and I don't know why kdelibs > had trouble finding it ... but that's your problem. Make sure your build > of qt is up to date, and that moc is installed from it and in root's path. I awared that, but I didn't tried to rewrite configure. Now rewrite configure as --- work/kdelibs/configure~ Sun Nov 23 09:00:28 1997 +++ work/kdelibs/configure Wed Dec 3 13:54:06 1997 @@ -4722,7 +4722,7 @@ s%@qt_includes@%$qt_includes%g s%@QT_INCLUDES@%$QT_INCLUDES%g s%@QT_LDFLAGS@%$QT_LDFLAGS%g -s%@MOC@%$MOC%g +s%@MOC@%/usr/X11R6/bin/moc%g s%@kde_libraries@%$kde_libraries%g s%@kde_includes@%$kde_includes%g s%@KDE_LDFLAGS@%$KDE_LDFLAGS%g and force moc path to /usr/X11R6/bin, but then build stoped ;-< ===> Building for kdelibs-2.1b make all-recursive Making all in kdecore /usr/X11R6/bin/moc kconfig.h -o kconfig.moc /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/X11/qt -O2 -Wall -c kconfig.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/X11/qt -O2 -Wall -c -fPIC -DPIC kconfig.cpp mv -f kconfig.o kconfig.lo /usr/X11R6/bin/moc kconfigbase.h -o kconfigbase.moc /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/X11/qt -O2 -Wall -c kconfigbase.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include/X11/qt -O2 -Wall -c -fPIC -DPIC kconfigbase.cpp In file included from kapp.h:108, from kconfigbase.cpp:72: drag.h:87: X11/X.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. > Maybe you want to make sure you're running the newest ports version of qt? qt-1.31 is instaled from port qt-1.31(x11/qt)($Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp $). > If you find that's the problem, you better tell the kde maintainer about > it, so he can beef up the depends line in the kde makefile. Maybe problems would be lied in my local environment, I think ^^; Now I uses on "FreeBSD 2.2.5-STABLE #0: Sat Nov 29 04:55:16 JST 1997" + XFree86-3.3.1. ------------------------------------------------------------------------ KIRIYAMA Kazuhiko Toba National College of Maritime Technology Department of Electronic Mechanical Engineering