Gentoo Archives: gentoo-dev

From: Jason Ritchie <jasonr@×××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Re: Compiling NetHack with qt
Date: Sat, 13 Apr 2002 17:12:12
Message-Id: 1018735933.4d737ff9jasonr@myrealbox.com
1 Not any of the public ebuilds. I'm toying with getting a fully-functional USE-friendly, LFS-compliant, and BuzzWord-filled ebuild of 3.4.0 going without using diff. Hopefully it'll support X, qt, and gnome USE flags seamlessly. I've started from "scratch" (skel.ebuild), but I've found some nice gems in the existing ebuilds and I will be sure to credit the authors.
2
3 I think I will be the fourth nethack ebuild author? :)
4
5 -----Original Message-----
6 From: Ryan Phillips <ryan.phillips@××××.edu>
7 Subject: Re: [gentoo-dev] Compiling NetHack with qt
8
9 Which version of nethack ebuild does this error out on?
10
11 -ryan
12
13 On Sat, 2002-04-13 at 12:02, Jason Ritchie wrote:
14 > When I have both QT2 and QT3 installed, nethack will not compile with qt
15 > support:
16 >
17 > -- begin paste (longer than it needs to be) --
18 >
19 > gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include
20 > -I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome
21 > -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H
22 > -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2
23 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -c
24 > ../win/gnome/gnyesno.c
25 > gcc -march=i686 -O3 -pipe -fomit-frame-pointer -I../include -c -o
26 > version.o version.c
27 > Loading ...
28 > /usr/i686-pc-linux-gnu/bin/ld: cannot find -lqt
29 > collect2: ld returned 1 exit status
30 > make: *** [Sysunix] Error 1
31 >
32 > !!! ERROR: The ebuild did not complete successfully.
33 > !!! Function src_compile, Line 13, Exitcode 2
34 > !!! (no error message)
35 >
36 > roland nethack #
37 >
38 > -- end paste --
39 >
40 > If I unmerge qt3, it compiles straight through and runs with qt support.
41 > Any suggestions on forcing it to use qt2 or ignore qt3?
42 >
43 > Thanks!
44 > Jason Ritchie

Replies

Subject Author
Re: [gentoo-dev] Re: Compiling NetHack with qt Dan Armak <danarmak@g.o>