Re: [Amsn-devel] TkCximage, libjpeg

2006-05-20 Thread Youness Alaoui
On Sat, 20 May 2006 07:35:58 -0400, Sander Hoentjen <[EMAIL PROTECTED]> wrote: On Fri, 2006-05-19 at 16:00 -0400, Youness Alaoui wrote: Yes, I know about GIF.. but why would the guy include the other libs with Well i found 2 downloads, full and lite, lite didn't have the libs Oh :o omg,

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-20 Thread Sander Hoentjen
On Fri, 2006-05-19 at 16:00 -0400, Youness Alaoui wrote: > Yes, I know about GIF.. but why would the guy include the other libs with Well i found 2 downloads, full and lite, lite didn't have the libs > cximage, and I'm sure (almost) that he wrote somewhere, (maybe forums?) > that the libs were

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-20 Thread Sander Hoentjen
On Fri, 2006-05-19 at 21:10 +0200, Philippe Valembois - Phil wrote: > Hi, > I know where is the trouble ;) > You missed to specify the lib to link against... > I join a draft of the good way to do that (we should use autoconf at the > end)... > Phil Thanks Phil, now it works (I thought it would b

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Youness Alaoui
On Fri, 19 May 2006 15:19:34 -0400, Philippe Valembois - Phil <[EMAIL PROTECTED]> wrote: Le Friday 19 May 2006 17:20, Youness Alaoui a écrit : The question is, though, how will it work on windows and mac ? the libs are portable right ? (if no, maybe that was the reason he patched them, then

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Philippe Valembois - Phil
Le Friday 19 May 2006 17:20, Youness Alaoui a écrit : > > The question is, though, how will it work on windows and mac ? the libs > are portable right ? (if no, maybe that was the reason he patched them, > then we could use the cximage libs only for those platforms..) Libs are portable (the only t

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Philippe Valembois - Phil
Hi, I know where is the trouble ;) You missed to specify the lib to link against... I join a draft of the good way to do that (we should use autoconf at the end)... Phil Le Friday 19 May 2006 20:40, Youness Alaoui a écrit : > Humm.. what do you mean by exists? was it by looking at libjpeg source

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Youness Alaoui
Humm.. what do you mean by exists? was it by looking at libjpeg source ? or did you do an 'nm' on it ? it might be that the symbol is in another library (if you found it in the sources, it might have been for libjpegutils or whatever, something != from lijpeg itself), or it might be that the

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Sander Hoentjen
i'll answer more later.. for now, i just want to say that the function jpeg_resync_to_restart that is giving the undefined symbol error does exist in my system libs, so it must be something wrong on my part On Fri, 2006-05-19 at 11:20 -0400, Youness Alaoui wrote: > Humm... am I wrong ? I kept sear

Re: [Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Youness Alaoui
Humm... am I wrong ? I kept searching on http://xdp.it/ but couldn't find anything about the modified libraries, although i'm sure I saw that sometime since I also wanted to remove the extra code... I can't tell you unfortunately.. also, I see that the Cximage project has been abondonned, its

[Amsn-devel] TkCximage, libjpeg

2006-05-19 Thread Sander Hoentjen
Hi, in order to get the amsn rpm into Fedora, I need to build TkCximage against system copies of jpeg, png and zlib. I told youness this and he answered that it isn't possible, since our versions are heavily modified ones. I search for proof of that but I can only find that the amsn team didn't ch