#1792: imlib 1.9.15 will not compile without X
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  defect                   |       Status:  assigned                  
     
 Priority:  high                     |    Milestone:  future                    
     
Component:  BOOK                     |      Version:  SVN                       
     
 Severity:  major                    |   Resolution:                            
     
 Keywords:                           |  
-------------------------------------+--------------------------------------
Comment (by [EMAIL PROTECTED]):

 X11 is required, no doubt about it.  I got configure to pass with an sed,
 but make bombed.  Here's the top of Imlib/Imlib_types.h (without which,
 Imlib wouldn't work):

 {{{
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/Xatom.h>
 #include <X11/Xos.h>
 }}}

 There's no preprocessor directive to ignore these without X.  GTK is still
 optional, AFAICT.  Will test at home, but it looks like the fix is just to
 make X required.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1792>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to