<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/01/effa51d1c454854a614c8cec430c24a8"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-28T14:32:15"
  subject="Re: [Caml-list] Displaying Postscript?"
  prev="2003/01/9a82dbd2b78af7a9bc331cc6f4371d1f"
  next="2003/01/b27956db968f8ee6e62241647f0e5287"
  prev-in-thread="2003/01/d4d750874d334e80e12dff031a132fc4"
  next-in-thread="2003/01/0a508cc160a2b5e559d7a99c2276655d"
  prev-thread="2003/01/f114509bfc6a85b29eab7c27e229d8a4"
  next-thread="2003/01/15cd7ca215908267fbf01507e08c168c"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/2a90151cd7b925c19cbd206907343e50"
  from="Robert Morelli &lt;morelli@c...&gt;"
  author="Robert Morelli"
  date="2003-01-25T10:12:44"
  subject="[Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/a49e9e013098fcb742180c896e71b247"
  from="Jun P. FURUSE &lt;Jun.Furuse@i...&gt;"
  author="Jun P. FURUSE"
  date="2003-01-28T10:44:03"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/075725fa46f617664f299e6294ece001"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-28T12:04:54"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/d4d750874d334e80e12dff031a132fc4"
  from="Jun P. FURUSE &lt;Jun.Furuse@i...&gt;"
  author="Jun P. FURUSE"
  date="2003-01-28T12:48:42"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/effa51d1c454854a614c8cec430c24a8"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-28T14:32:15"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
</msg>
</msg>
<msg 
  url="2003/01/0a508cc160a2b5e559d7a99c2276655d"
  from="Didier Le Botlan &lt;lebotlan@b...&gt;"
  author="Didier Le Botlan"
  date="2003-01-28T21:35:20"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/0f1781e12509a25a4d0920a81f3b180d"
  from="Florian Hars &lt;hars@b...&gt;"
  author="Florian Hars"
  date="2003-01-30T07:53:09"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
<msg 
  url="2003/01/675a2919db92353047fba13e9e3c9dcf"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2003-01-29T09:05:18"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
<msg 
  url="2003/01/fc673fece536a1d8340ab5d373adba7c"
  from="Oleg &lt;oleg_inconnu@m...&gt;"
  author="Oleg"
  date="2003-01-29T10:06:39"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/fa488ee2ec4adb372ccba5a2b3d66a2e"
  from="Mike Potanin &lt;potanin@m...&gt;"
  author="Mike Potanin"
  date="2003-01-29T10:44:28"
  subject="Re: [Caml-list] Displaying Postscript?">
<msg 
  url="2003/01/d0b66887cf76a8cb2fdfb72cd5b70f0f"
  from="Oleg &lt;oleg_inconnu@m...&gt;"
  author="Oleg"
  date="2003-01-29T19:23:46"
  subject="Re: [Caml-list] Displaying Postscript?">
</msg>
</msg>
</msg>
</msg>
</thread>

<contents>
On Tue, Jan 28, 2003 at 01:48:32PM +0100, Jun P. FURUSE wrote:
&gt; Hello,
&gt; 
&gt; &gt; &gt; One possibility is a combination of LablGtk and Camlimages 
&gt; &gt; &gt; LablGtk provides a GUI and Camlimages is for image file manipulation.
&gt; &gt; &gt; 
&gt; &gt; &gt; Maybe you can also use gdkpixbuf interface of LablGtk instead of 
&gt; &gt; &gt; Camlimages, but I am not really sure.
&gt; &gt; 
&gt; &gt; BTW, have you tested camlimages with the (alpha) lablgtk2 ?
&gt; 
&gt; Nope. Do you need it ?
&gt;  
&gt; &gt; And is it still possible to build camlimages with libpng 2 ?
&gt;  
&gt; Yes, I still use libpng2-dev.

Well, the thing is, in debian, gnome 1 packages are linked against
libpng2, and gnome2 (including gtk2) packages are linked against
libpng3 (well, libpng12-0 actually). And you cannot have the devel
environment for both libpngs installed at the same time. Stefano builds
his camlimages with libpng3 though, and it uses the lablgtk packages. In
turn, lablgtk depends on libgtkxmhtml-dev, which depends on libpng2. I
thought that the correct way would be to have two camlimages, one which
uses lablgtk and libpng2, and the other which uses lablgtk2 and libpng3.

I am not sure, but mixing both libpngs in a same executable may cause
problems, maybe ...

Friendly,

Sven Luther
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

