From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mail.starstream.net (mail.windkeeper.com [66.126.156.4]) by chiba.3jane.net (Postfix) with ESMTP id 6453920AB129 for ; Sat, 13 Apr 2002 16:19:26 -0500 (CDT) Received: from trolocsis ([66.121.74.100]) by mail.starstream.net (Post.Office MTA v3.5.3 release 223 ID# 0-71924U9000L900S0V35) with SMTP id net for ; Sat, 13 Apr 2002 14:18:30 -0700 Received: from localhost (localhost [127.0.0.1]) by trolocsis (Postfix) with ESMTP id A754417FB1 for ; Sat, 13 Apr 2002 14:16:48 -0700 (PDT) Subject: Re: [gentoo-dev] Compiling NetHack with qt From: Ryan Phillips To: gentoo-dev@gentoo.org In-Reply-To: <3CB880B3.80609@myrealbox.com> References: <3CB880B3.80609@myrealbox.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 13 Apr 2002 14:16:48 -0700 Message-Id: <1018732608.9553.0.camel@trolocsis> Mime-Version: 1.0 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: c48356ff-f0c9-45b2-a966-88aa3e0b2de0 X-Archives-Hash: 41e9aca438a8b5d29de782fa8106a1b2 Which version of nethack ebuild does this error out on? -ryan On Sat, 2002-04-13 at 12:02, Jason Ritchie wrote: > When I have both QT2 and QT3 installed, nethack will not compile with qt > support: > > -- begin paste (longer than it needs to be) -- > > gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include > -I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome > -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H > -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c > ../win/gnome/gnyesno.c > gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include -c -o > version.o version.c > Loading ... > /usr/i686-pc-linux-gnu/bin/ld: cannot find -lqt > collect2: ld returned 1 exit status > make: *** [Sysunix] Error 1 > > !!! ERROR: The ebuild did not complete successfully. > !!! Function src_compile, Line 13, Exitcode 2 > !!! (no error message) > > roland nethack # > > -- end paste -- > > If I unmerge qt3, it compiles straight through and runs with qt support. > Any suggestions on forcing it to use qt2 or ignore qt3? > > Thanks! > Jason Ritchie > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev >