Re: [E-devel] IMLIB2 ported to mingw+msys

2008-11-01 Thread carlo.bramix
Nov 2008 08:23:50 +0100 (CET) Subject : Re: [E-devel] IMLIB2 ported to mingw+msys > On Thu, 30 Oct 2008, Kim Woelders wrote: > > > On Tue, 28 Oct 2008 17:45:10 +0100, carlo.bramix <[EMAIL PROTECTED]> > > wrote: > > > >> Hello, > >> I got the sourc

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-28 Thread carlo.bramix
Hello, I got the sources of your newly released Imlib2 1.4.2 and I did again the fixes for Mingw+Msys. I think I also fixed my bugs with: 1) bad mmap() detection 2) wrong use of HAVE_SIGJMP_BUF instead of HAVE_SIGSETJMP. 3) all my files are in unix format. I tested Imlib2 with: - Mingw+Msys - Cygw

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-15 Thread carlo.bramix
Hello, > I have already implemented some of the functions you need in a lib called > 'Evil' (mmap, dlfcn, pwd.h, mkstemp,...). I use it for the EFL Windows (XP > or Ce) port. Maybe you could look at my code, improve it if you think it's > needed, and make imlib2 Windows port depending on Evil >

[E-devel] IMLIB2 ported to mingw+msys

2008-10-14 Thread carlo.bramix
Hello, I ported IMLIB2 to Mingw+msys and I also included some fixes for Cygwin. List of Changes: 1) Added test for mmap support. This test is required because TGA needs it (but why???). By conseguence, the TGA support becomes configurable. 2) Added test for sigjmp_buf support. If it is not suppor