From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 16:49:56 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4309116A41F; Sat, 2 Jun 2007 16:49:56 +0000 (UTC) (envelope-from marko@exitcode.org) Received: from mailhub1.nextra.sk (mailhub1.nextra.sk [195.168.1.144]) by mx1.freebsd.org (Postfix) with ESMTP id D062C13C447; Sat, 2 Jun 2007 16:49:55 +0000 (UTC) (envelope-from marko@exitcode.org) Received: from d610.network.home ([195.168.246.30]) (AUTH: LOGIN web4all, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by mailhub1.nextra.sk with esmtp; Sat, 02 Jun 2007 18:39:51 +0200 id 00036B5A.46619D57.000022DB Received: by d610.network.home (Postfix, from userid 1003) id 0DECA418276; Sat, 2 Jun 2007 18:39:51 +0200 (CEST) Date: Sat, 2 Jun 2007 18:39:51 +0200 From: Marek Holly To: shaun@FreeBSD.org Message-ID: <20070602163950.GA30282@d610.network.home> Mail-Followup-To: shaun@FreeBSD.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-ports@freebsd.org Subject: net-im/psi build fails on CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 16:49:56 -0000 Hi, I am trying to build psi but I get following error: c++ -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -march=pentium-m -DHAVE_XSS -DHAVE_CONFIG -DXMPP_TEST -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include/plugins/qca -I../cutestuff/util -I../cutestuff/network -Itools/trayicon -Itools/idle -Itools/systemwatch -Itools/mac_dock -Itools/zip -Itools/dirwatch -Itools/openpgp -Itools/globalaccel -Itools/advwidget -I../iris/libidn -I../iris/include -I../iris/xmpp-core -I../iris/xmpp-im -I../iris/jabber -I../libpsi/iconset -I../libpsi/psiwidgets -I../libpsi/psipng -I../../../../../../local/include -I/usr/local/include -I../../../../../../local/include -I.ui/ -I. -Ioptions -I.moc/ -o .obj/ui_profilenew.o .ui/ui_profilenew.cpp .ui/ui_profilenew.cpp: In constructor 'ProfileNewUI::ProfileNewUI(QWidget*, const char*, bool, uint)': .ui/ui_profilenew.cpp:39: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:40: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:41: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:42: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:43: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' .ui/ui_profilenew.cpp:44: error: no matching function for call to 'QHBoxLayout::addWidget(PsiTextView*&)' ../../../../../../local/include/qlayout.h:386: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, int) .ui/ui_profilenew.cpp:103: error: no matching function for call to 'ProfileNewUI::setTabOrder(QCheckBox*&, PsiTextView*&)' ../../../../../../local/include/qwidget.h:309: note: candidates are: static void QWidget::setTabOrder(QWidget*, QWidget*) .ui/ui_profilenew.cpp: In member function 'virtual void ProfileNewUI::languageChange()': .ui/ui_profilenew.cpp:121: error: invalid use of incomplete type 'struct PsiTextView' .ui/ui_profilenew.h:20: error: forward declaration of 'struct PsiTextView' *** Error code 1 Stop in /usr/ports/net-im/psi/work/psi-0.10/src. *** Error code 1 Stop in /usr/ports/net-im/psi/work/psi-0.10. *** Error code 1 $ uname -a FreeBSD d610.network.home 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jun 2 16:04:21 CEST 2007 marko@d610.network.home:/usr/obj/usr/src/sys/KERNEL i386 Any ideas what cause it? Thanks -- Marek Holly marko@exitcode.org