<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.scigraphica.devel">
    <title>gmane.comp.scigraphica.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/273"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/272"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/271"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/270"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/269"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/268"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/267"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/266"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/265"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/264"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/263"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.scigraphica.devel/262"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/281">
    <title>error during compilation</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/281</link>
    <description>-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Pierre foicik</dc:creator>
    <dc:date>2008-06-12T02:27:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/280">
    <title>Re: Menus in CVS</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/280</link>
    <description>Hi Erwin,

You've done the right thing. I don't understand why you are still having 
problems with the menus.
run a  `grep export-dynamic src/Makefile`
and it should be there. If it is, then check that you don't have two 
copies of sg and you are running the old one. (happenned to me, cough, 
cough!)

The export-dynamic thing was the problem, and it should work now.
I am using plain and simple FC4.

Saludos,
&lt;ADRIAN&gt;


Erwin Gaubitzer wrote:



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT &amp; business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-09-21T18:39:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/279">
    <title>Menus in CVS</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/279</link>
    <description>Hello Adrian

Since Scigraphica to my knowledge wasnt successfully compiled on any linux 
distro including mine (Debian) I tried to do it myself. The latest official 
release (2.1.0) compiled without problems (with a minor modification: -added 
numarray to the python_numeric_path variable) but no menus . 

According to your last mail the cvs-version would solve the missing menus 
problem. So I checked this out and tried again.
- autogen.sh needed ./depmod, so I found the solution in a different mailing 
list:
aclocal
autoheader
automake --gnu --add-missing --copy     # here ./depmod is added
autoconf

- in configure again I had to add numarray, because I have both numeric and 
numarray installed

So with 'make' I got the error that there is no rule to target FAQ.html and 
with 'make install-exec' I could create the binary scigraphica, but again 
without menus.

In the end lets ask you, how you got it working and maybe you can describe us 
your linux environment for comparison

Greetings
Erwin

--------------</description>
    <dc:creator>Erwin Gaubitzer</dc:creator>
    <dc:date>2006-09-05T11:28:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/278">
    <title>menus problems fixed</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/278</link>
    <description>I finally figured out the problem with the menus and toolbars in 
scigraphica. The problem was the for some reason the option 
-export-dynamic (or -rdynamic) wasn't being used. Because of that, the 
plugins didn't have access to some functions in the global space. I now 
added it explicitly to Makefile.am and everything works great. The new 
code is in CVS.
Enjoy,

Saludos,
&lt;ADRIAN&gt;

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-08-18T17:43:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/277">
    <title>Re: Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/277</link>
    <description>Hi Dov,

After Dov ports gtkextra to cairo, there's something that I always 
wanted for gtkplot, an OpenGL backend. Are there any volunteers willing 
to work on this?
Thanks!
&lt;ADRIAN&gt;

Dov Grobgeld wrote:




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT &amp; business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-07-18T20:36:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/276">
    <title>Re: Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/276</link>
    <description>Hi Adrian,

Regarding GtkPlotCanvas, my mistake in the name. I meant to get rid of
the GtkPlotPC class and its implementations and use cairo directly.
Does  that make more sense?

I hope to create the branch tonight.

Regards,
Dov

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT &amp; business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV
</description>
    <dc:creator>Dov Grobgeld</dc:creator>
    <dc:date>2006-07-18T03:40:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/275">
    <title>Re: Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/275</link>
    <description>Hi Dov,

First, I guess the best would be for you to create a CVS branch, maybe 
"gtkextra-3".

All the changes you are suggesting make a lot of sense to me, and I 
think would make gtkplot more versatile and powerful.
I wouldn't like to break to backward compatibility, we have to figure 
out a way to avoid doing it, especially with the markup and fonts. I 
guess the best way to deal with both these problems is by adding a field 
"markup_format" to GtkPlotText. It would make sense for it to be a 
string, so can be expanded in the future to "XMGR"/"OldSG" (pretty much 
the actual format),"Pango","TeX",etc. The Font problem would be fixed 
automatically by checking what format you are using. If you are using 
"XMGR"/"OldSG", you use the old fontmap, otherwise, you use the 
corresponding one.

I love the idea of using SVGs for the symbols. The old ones should be 
supplied by default, though.

I don't understand why you want to get rid of the canvas, IMHO it's what 
makes GtkPlot so user firendly at the GUI leve</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-07-17T21:51:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/274">
    <title>Re: Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/274</link>
    <description>Hi Adrian,

Thanks for the encouragement. I needed that to keep going. :-)

I've put up a page showing my current progress:

    http://imagic.weizmann.ac.il/~dov/freesw/gtk/gtk+extra-cairo/index.html

I'm a bit weary of how to continue as I would like to make some big
changes, that are breaking backwards compatibility. They are:

1. Replace gtk's current markup language with PangoMarkup.
2. Replace the current font mechanism with fontconfig fonts.
3. Replace symbols with static svg files.

What do you think Adrian?

Other things that need to be done:

* Get rid of the postcript backend and simply use the cairo backend
with proper initialization.
* Get rid of gtkplotcanvas alltogether.
* Add arrows to the axes. :-)
* Support pdf and svg output.
* Allow drawing on user provided cairo surface. Perhaps then we don't
need to provide save functions at all.

I'd like to putback my work in progress as a backup. Should I create a
cvs branch?

Regards,
Dov

On 7/17/06, Adrian E. Feiguin &lt;afeiguin&lt; at &gt;kitp.ucsb.edu&gt; wrote</description>
    <dc:creator>Dov Grobgeld</dc:creator>
    <dc:date>2006-07-17T20:17:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/273">
    <title>Re: Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/273</link>
    <description>That's great Dov, thanks for taking care of the port!
I guess this would also make gtkplotps obsolete.
Keep us posted with your progress.
Saludos,
&lt;ADRIAN&gt;

Dov Grobgeld wrote:




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-07-17T17:39:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/272">
    <title>Cairo backend of GtkPlot</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/272</link>
    <description>Hello,

I thought the following comment that I added to the feature request 1382216 [1],
might be of interest to the mailing list:

I finally started working on this. So far I have created a
new implementation of the GtkPlotPC interface called
GtkPlotCairo, that draws through the cairo backend. I have
implemented most backend functions, except the text and the
image drawing. Meanwhile I have not modified the GtkPlotPC
interface.

Further I have replaced the instantiation of a GtkPlotGdk
object with the GtkPlotCairo class. The software compiles,
but still nothing is drawn in the GdkWindow. I still have
some debugging to see why that is happening.

Once I get this to work my plans are:

1. Change the API of GtkPlotPC to get rid of all the Gdk
structures in the interface, and replace these with cairo
structures.

2. Get rid of GtkPlotPC alltogether and work directly with
cairo. Possibly I will create some utility functions to make
the conversion from the current to API to cairo smoother.

Regards,
Dov

[</description>
    <dc:creator>Dov Grobgeld</dc:creator>
    <dc:date>2006-07-09T08:52:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/271">
    <title>Re: integrate libscigraphica</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/271</link>
    <description>Hi Simon,

It's nice to hear from someone trying to embed libscigraphica. I just 
committed a new testgtkplot.c to the cvs repository showing how to plot 
a simple dataset. Let me know if there is anything I can do to help.

Saludos,
&lt;ADRIAN&gt;

Simon Ennis wrote:



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-06-29T21:53:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/270">
    <title>[Fwd: Re: SCIGRAPHICA 2.x DOES NOT INSTALL-PLEASE POST PROPER INSTALL INSTRUCTIONS!!!!!]</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/270</link>
    <description>Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Andor J Kiss</dc:creator>
    <dc:date>2006-06-29T12:00:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/269">
    <title>integrate libscigraphica</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/269</link>
    <description>Hello,
I want to integrate libscigraphica in an application. I can see from the
testplot example how to open the UI etc. 
I would like to know if there is a way to do this using a dataset so i
can open the UI with the dataset already plotted ??
Thanks
Simon

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Simon Ennis</dc:creator>
    <dc:date>2006-06-29T09:21:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/268">
    <title>Re: SCIGRAPHICA 2.x DOES NOT INSTALL - PLEASE POST PROPER INSTALL INSTRUCTIONS!!!!!</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/268</link>
    <description>
Hi Andor...

I seriously doubt if you wanna invest time in this... I have invested
time in getting SciGraphica to work... but it's so unstable that i have
to consider all of that time lost...

Do consider qtiplot instead for you scientific graphical plotting. The
maintainer responds to every question asked and fixes very quickly
stuff when you encounter problem...

(this is not to shoot SciGraphica in the back or anything but i'm just
making sure Andor doesn't waste time compiling programs that are
in a state that makes them unusable... Though i would be very glad if
the devs of this program could pickup their work again... )

gr,S.

On Wed, 28 Jun 2006 22:22:51 -0400
Andor J Kiss &lt;andor&lt; at &gt;UDel.Edu&gt; wrote:




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Samuel Verstraete</dc:creator>
    <dc:date>2006-06-29T07:09:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/267">
    <title>SCIGRAPHICA 2.x DOES NOT INSTALL - PLEASE POSTPROPER INSTALLINSTRUCTIONS!!!!!</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/267</link>
    <description>Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Andor J Kiss</dc:creator>
    <dc:date>2006-06-29T02:22:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/266">
    <title>Re: error with gtk+-2.8.19</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/266</link>
    <description>Hi Andor,

Try ./configure --disable-glib-check

Saludos,
&lt;ADRIAN&gt;

Andor J Kiss wrote:




</description>
    <dc:creator>Adrian Feiguin</dc:creator>
    <dc:date>2006-06-28T02:30:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/265">
    <title>error with gtk+-2.8.19</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/265</link>
    <description>Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Andor J Kiss</dc:creator>
    <dc:date>2006-06-28T01:35:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/264">
    <title>Re: Where is Scigraphica after install?</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/264</link>
    <description>Hi Andor,

Once you've installed libscigraphica, you have to install scigraphica 
istelf. It's a different package, you can get it from the same 
sourcforge project page.

Saludos,
&lt;ADRIAN&gt;

Andor J Kiss wrote:



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Adrian E. Feiguin</dc:creator>
    <dc:date>2006-06-27T18:43:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/263">
    <title>Where is Scigraphica after install?</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/263</link>
    <description>Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Andor J Kiss</dc:creator>
    <dc:date>2006-06-27T14:53:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/262">
    <title>Windows Port</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/262</link>
    <description>_______________________________________________
Scigraphica-devel mailing list
Scigraphica-devel&lt; at &gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scigraphica-devel
</description>
    <dc:creator>Max R. Yaffe</dc:creator>
    <dc:date>2006-06-09T13:51:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.scigraphica.devel/261">
    <title>menu problems : SOLLUTION</title>
    <link>http://permalink.gmane.org/gmane.comp.scigraphica.devel/261</link>
    <description>

Hello list,
I just subscribed to tell you this...
next to the export SG_PLUGIN_PATH you need to have imlib installed to see the menu's...  anything higher than 1.9.7 (and lower than 2.0)
You need to recompile scigraphica after the installation of imlib. (normally gtk+extra and libscigraphica don't need this)
&lt;snip from the configure script&gt;
checking for imlib-config... /usr/bin/imlib-config
checking for IMLIB - version &gt;= 1.9.7... yes
&lt;/snip&gt;

I have no idea why this is not listed on the webpage and why the configure script doesn't simply fail on the imlib-config....




gr,S.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&amp;kid=120709&amp;bid=263057&amp;dat=121642
</description>
    <dc:creator>Samuel Verstraete</dc:creator>
    <dc:date>2006-05-16T11:33:55</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.scigraphica.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.scigraphica.devel</link>
  </textinput>
</rdf:RDF>
