From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 14:15:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F06AB16A41F for ; Mon, 21 Nov 2005 14:15:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC6E43D68 for ; Mon, 21 Nov 2005 14:15:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17959 invoked from network); 21 Nov 2005 14:15:36 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Nov 2005 14:15:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5670C2841B; Mon, 21 Nov 2005 09:15:34 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ivailo Bonev References: <20051120155844.51151.qmail@web25005.mail.ukl.yahoo.com> From: Lowell Gilbert Date: 21 Nov 2005 09:15:34 -0500 In-Reply-To: <20051120155844.51151.qmail@web25005.mail.ukl.yahoo.com> Message-ID: <44oe4exf21.fsf@be-well.ilk.org> Lines: 57 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: problem with KDE 3.4.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 14:15:44 -0000 Ivailo Bonev writes: > I have a problem with compilling KDE: > c++ -c -pipe -fno-exceptions -fPIC -Wall -W -O -pipe > -march=athlon-xp -DDESIGNE > R -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE > -DQT_INTERNAL_ICONVIEW -DQT_INTERNAL > _TABLE -DQT_TABLET_SUPPORT -DQT_NO_DEBUG > -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/ > local/share/qt/mkspecs/freebsd-g++ -I. > -I/usr/local/include/freetype2 -I/usr/loc > al/include -I../shared -I../uilib -I/usr/local/include > -I../../../include -I.moc > /release-shared-mt/ -o ./qmake_image_collection.o > qmake_image_collection.cpp > qmake_image_collection.cpp:1:1: unterminated comment > qmake_image_collection.cpp:215:39: warning: no newline > at end of file > *** Error code 1 > > Stop in > /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/tools/designer/desig > ner. > *** Error code 1 > > Stop in > /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/tools/designer. > *** Error code 1 > > Stop in > /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/tools. > *** Error code 1 > > Stop in > /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/qt33. > *** Error code 1 > > Any ideas whats wrong? > # uname -a > FreeBSD ivo-laptop.posiflexbg.com 6.0-STABLE FreeBSD > 6.0-STABLE #1: Sun Nov 20 01:19:53 EET 2005 > ibb@ivo-laptop.posiflexbg.com:/usr/obj/usr/src/sys/GENERIC > i386 > > I started to compile with optimizations in make.conf > for Athlon-xp but with this error I clear these lines... The clean build machine isn't seeing any problems: http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/qt-3.3.5.log So it's local to your machine. Make sure to clean out the port directories before doing the build, and if you've updated the ports collection, make sure that all of the qt dependencies are updated before building qt.