Skip Menu |

This queue is for tickets about the Image-Imlib2 CPAN distribution.

Report information
The Basics
Id: 14088
Status: rejected
Priority: 0/
Queue: Image-Imlib2

People
Owner: Nobody in particular
Requestors: altblue [...] n0i.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.07
Fixed in: (no value)



Subject: compilation fails (missing x11 lib include)
The fix would be: perl -pi -e 's{(#include <Imlib2.h>)}{#include <X11/Xlib.h>\n$1}' lib/Image/Imlib2.xs
On Tue Aug 09 18:36:09 2005, guest wrote: Show quoted text
> The fix would be: > > perl -pi -e 's{(#include <Imlib2.h>)}{#include <X11/Xlib.h>\n$1}' > lib/Image/Imlib2.xs
This isn't necessary on at least OS X or Debian, so I'm rejecting this. Leon