Re: [E-devel] imlib2: Cygwin build patch

2005-09-20 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger wrote: > how about the attached patch ? Sorry, this doesn't work. Is it being fooled by the *.dll.a import libraries? Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (Cygwin) Comment: Using GnuPG with Thunderbird - http:

Re: [E-devel] imlib2: Cygwin build patch

2005-09-14 Thread The Rasterman
On Tue, 30 Aug 2005 18:20:08 -0500 Yaakov S <[EMAIL PROTECTED]> babbled: not sure it's worth all the ugliness for cygwin support really :) > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm attaching a patch which fixes a few issues with building and running > imlib2-1.2.1 on Cygwin. > >

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Saturday 03 September 2005 05:38 pm, Morten Nilsen wrote: > Mike Frysinger wrote: > > On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: > >>Shouldn't that be ifdef __win32__ or something? > > > > i dont use cygwin but i'm pretty sure it doesnt define __win32__ > > first patch in

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Morten Nilsen
Mike Frysinger wrote: On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: Shouldn't that be ifdef __win32__ or something? i dont use cygwin but i'm pretty sure it doesnt define __win32__ first patch in this thread had "#ifndef __CYGWIN__" in it, in several places... -- Mo

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: > Shouldn't that be ifdef __win32__ or something? i dont use cygwin but i'm pretty sure it doesnt define __win32__ -mike --- SF.Net email is Sponsored by the Better Software Con

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Sebastian Dransfeld
Mike Frysinger wrote: how about the attached patch ? -mike Index: src/lib/image.c === RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/image.c,v ret

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Thursday 01 September 2005 10:04 am, Mike Russo wrote: > Mike Frysinger wrote: > >find attached a patch for this then, please test :) > > I think I just did a "#define RTLD_LOCAL RTLD_GLOBAL" (which should be > defined everywhere) and it worked fine. committed the patch i sent earlier then > >

Re: [E-devel] imlib2: Cygwin build patch

2005-09-01 Thread Mike Russo
Mike Frysinger wrote: ld manpage seems to indicate opposite behavior here for the '-no-undefined' flag ... does the flag '--allow-shlib-undefined' work ? I know for sure -no-undefined works to generate shared libraries in all components except E modules (for the obvious reasons). then w

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread The Rasterman
On Thu, 01 Sep 2005 04:50:13 +0200 Sebastian Dransfeld <[EMAIL PROTECTED]> babbled: > > #ifndef __imlib_TrimLoaderList, since with it in Cygwin, imlib2 > # can't > find the modules > >>> > >>>going by the comment, this looks like a bug in cygwin ? what files does > >>>it co

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread Sebastian Dransfeld
#ifndef __imlib_TrimLoaderList, since with it in Cygwin, imlib2 can't find the modules going by the comment, this looks like a bug in cygwin ? what files does it consult if you try to do dlopen("libfoo") ? In Cygwin, the imlib2 modules are called bumpmap.dll, colormod.dll,

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread Mike Frysinger
On Wednesday 31 August 2005 10:50 pm, Sebastian Dransfeld wrote: > #ifndef __imlib_TrimLoaderList, since with it in Cygwin, imlib2 > can't > find the modules > >>> > >>>going by the comment, this looks like a bug in cygwin ? what files does > >>>it consult if you try to do

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread Mike Frysinger
On Wednesday 31 August 2005 05:44 pm, Yaakov S wrote: > Mike Frysinger wrote: > >>* src/lib/Makefile.am, src/modules/filters/Makefile.am, > >>src/modules/loaders/Makefile.am: > >>add '-no-undefined' to *_la_LDFLAGS; > > > > whats the point of this ? > > If this is absent, libtool refuses to bui

Re: [E-devel] imlib2: Cygwin build patch

2005-08-31 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Frysinger wrote: >>* src/lib/Makefile.am, src/modules/filters/Makefile.am, >>src/modules/loaders/Makefile.am: >> add '-no-undefined' to *_la_LDFLAGS; > > whats the point of this ? If this is absent, libtool refuses to build shared libraries

Re: [E-devel] imlib2: Cygwin build patch

2005-08-30 Thread Mike Frysinger
On Tuesday 30 August 2005 07:20 pm, Yaakov S wrote: > * src/lib/Makefile.am, src/modules/filters/Makefile.am, > src/modules/loaders/Makefile.am: > add '-no-undefined' to *_la_LDFLAGS; whats the point of this ? > * src/lib/dynamic_filters.c, src/lib/image.c: > RTDL_LOCAL is not defined

[E-devel] imlib2: Cygwin build patch

2005-08-30 Thread Yaakov S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm attaching a patch which fixes a few issues with building and running imlib2-1.2.1 on Cygwin. * src/lib/Makefile.am, src/modules/filters/Makefile.am, src/modules/loaders/Makefile.am: add '-no-undefined' to *_la_LDFLAGS; * src/lib/dynamic_f