First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 164857
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christoph Lange <langec@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 164857 depends on: Show dependency tree
Show dependency graph
Bug 164857 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-02-01 15:18 0000
When I compiled app-editors/emacs-cvs-22.0.93-r1 with the use flags

+X -Xaw3d +alsa -aqua +gif +gnome +gtk -gzip-el +jpeg -lesstif -motif +nls +png
-source +spell -tiff +toolkit-scroll-bars

... its "configure" script decided to build it with the "LUCID" GUI toolkit 
instead of GTK. Commenting the following line in the ebuild solved the problem

        if use gtk; then
            einfo "Configuring to build with GTK support"
            myconf="${myconf} --with-x-toolkit=gtk"
            # myconf="${myconf} --with-x-toolkit=athena"

------- Comment #1 From Christian Faulhammer 2007-02-01 17:20:59 0000 -------
Not uncommenting but moving that option to the next conditional solves the
problem.  Thanks for pointing out.

------- Comment #2 From Christian Faulhammer 2007-02-02 10:59:09 0000 -------
*** Bug 164962 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug