From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30402 invoked by alias); 5 Jan 2009 22:58:18 -0000 Received: (qmail 30383 invoked by uid 48); 5 Jan 2009 22:58:18 -0000 Date: Mon, 05 Jan 2009 22:58:00 -0000 Message-ID: <20090105225818.30382.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/24403] --enable-java-awt=qt fails to build In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "rob1weld at aol dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2009-q1/txt/msg00009.txt.bz2 ------- Comment #17 from rob1weld at aol dot com 2009-01-05 22:58 ------- (In reply to comment #16) > ping... > This missed 4.3 again, it should probably get in now before 4.4 enters freeze > mode... How about 4.5 ? > Re the moc -> moc-qt4 change suggested in comment #14: This should be detected > by the configure script, moc-qt4 is a nonstandard way some distributions use to > tell moc 3.x apart from moc 4.x, other candidates for the correct moc include > "moc4" and simply launching moc from a different path (/usr/lib/qt4/bin/moc) if > the default moc is from 3.x > "a nonstandard way some distributions..." I was using GNU/Linux with GNU's gcc - nonstandard or "The Standard". There are no Docs for having both QT3 _and_ QT4 but it is permissible. Read these Docs here: http://doc.trolltech.com/4.4/moc.html -- use "-v" to check that the "moc" you found (on path, and check the "usual directories" too) is for QT4 and not QT3. On OpenSolaris 2008.11 Qt4 is using this to check the version: # /usr/local/Trolltech/Qt-4.4.3/bin/moc -v Qt Meta Object Compiler version 59 (Qt 4.4.3) Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24403