imlib 1.9.15 will not compile without X
Reported by: |
jason@… |
Owned by: |
dnicholson@… |
Priority:
|
high
|
Milestone:
|
|
Component:
|
BOOK
|
Version:
|
SVN
|
Severity:
|
major
|
Keywords:
|
|
Cc:
|
|
|
|
IMLib lists X as being an optional component for compiling, but the config
script as of 1.9.14 always tries to include X with a -lX11 preventing imlib from
compiling. When you try to compile without X, it will error out not being able
to find any graphics libs, JPEG being the first. Installing XWindows fixes this
problem.
Description: |
modified (diff)
|
Owner: |
changed from blfs-book@… to dnicholson@…
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
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):
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.