<?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 rdf:about="http://blog.gmane.org/gmane.comp.gnome.lib.gamin.general">
    <title>gmane.comp.gnome.lib.gamin.general</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.lib.gamin.general</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://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/555"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/554"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/553"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/552"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/551"/>
      </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://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/555">
    <title>Compile python bindings only</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/555</link>
    <description>&lt;pre&gt;Hi,
how can I compile python26 gamin bindings on Centos? I downloaded gamin sources and was looking for a python only make target but can't find one.

Reason for this is the fact that Centos 5 supplies python2.6, however, gamin package comes with gamin python2.4 bindings where python2.4 is the default version of python on Centos/Redhat 5.


Gamin python bindings are required by Bcfg2 which runs with python26.

Thanks,
Marcel_______________________________________________
gamin-list mailing list
gamin-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/gamin-list
&lt;/pre&gt;</description>
    <dc:creator>marcel liker</dc:creator>
    <dc:date>2011-06-16T12:53:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/554">
    <title>bug: gamin exception: disconnected</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/554</link>
    <description>&lt;pre&gt;Hello,

I have found a bug which occurs when I shutdown all my WatchMonitors (exception
during raising of disconnected exception). The following path solves this.

Best regards,

Rolf Anderegg
--- /usr/lib/pymodules/python2.6/gamin.py.orig  2011-03-28 16:34:51.862301001 +0200
+++ /usr/lib/pymodules/python2.6/gamin.py       2011-03-28 16:35:33.694301001 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -142,7 +142,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     def __del__ (self):
         self.disconnect()

-    def __raise_disconnected():
+    def __raise_disconnected(self):
        raise(GaminException("Already disconnected"))

     def _debug_object(self, value, callback, data = None):_______________________________________________
gamin-list mailing list
gamin-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/gamin-list
&lt;/pre&gt;</description>
    <dc:creator>Rolf Anderegg</dc:creator>
    <dc:date>2011-03-28T18:25:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/553">
    <title>Building Gamin 0.1.9 on OSX</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/553</link>
    <description>&lt;pre&gt;I am trying to get gamin to build on OSX. On searching the mail archives 
I found that patches to build on OSX as described in:
http://mail.gnome.org/archives/gamin-list/2007-May/msg00002.html
have been applied in 0.1.9 as stated in:
http://mail.gnome.org/archives/gamin-list/2007-July/msg00005.html

However, I am unable to build on OSX (10.6.6)
The following is a transcript of the configure script's output and make 
output.
Can someone please take a look and see what is going wrong?

NightWing:gamin-0.1.9 balajeerc$ ls
AUTHORS        NEWS        config.sub    gamin.spec.in    python
COPYING        README        configure    install-sh    server
ChangeLog    TODO        configure.in    lib        tests
Copyright    acinclude.m4    depcomp        libgamin
INSTALL        aclocal.m4    doc        ltmain.sh
Makefile.am    config.guess    gamin.pc.in    missing
Makefile.in    config.h.in    gamin.spec    mkinstalldirs
NightWing:gamin-0.1.9 balajeerc$ mkdir build
NightWing:gamin-0.1.9 balajeerc$ ./configure
checkin&lt;/pre&gt;</description>
    <dc:creator>Balajee</dc:creator>
    <dc:date>2011-03-14T07:16:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/552">
    <title>Question about gamin.</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/552</link>
    <description>&lt;pre&gt;Hello,

I'm working on a fuse module, and want to make it inotify aware.

Now I know about gamin. I'm building my won desktop with
LinuxFromScratch, and gamin
is always a part of the build.

But what does gamin excactly?

Inotify request go via the kernel. Does gamin replace these calls?

Or is it an extra layer around the inotify syscalls/structure, to
provide an seemless interface
with filesystems that do not provide inotify (remote fs's for example)

Stef
PS I've sent this message before, but somehowe that's lost.
&lt;/pre&gt;</description>
    <dc:creator>Stef Bon</dc:creator>
    <dc:date>2010-04-30T20:36:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/551">
    <title>modelos planilhas modelos de planilhas</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.lib.gamin.general/551</link>
    <description>&lt;pre&gt;criando planilhas no excel comparar planilhas excel:
http://www.modelosdecartascomerciais.com

criar uma planilha no excel como fazer planilhas no excel , gráficos em excel ocultar planilhas no excel, modelos planilhas do excel ocultar planilha no excel, planilha em excel de fluxo de caixa planilha eletronica do excel, planilhas no excel  planilhas eletrônicas excel, exemplos de planilhas em excel exemplo planilhas excel, modelos de planilha do excel macro no excel, planilha de excel  planilhas de estoque no excel 
Visite:
http://www.modelosdecartascomerciais.com

criando planilhas no excel comparar planilhas excel.criar uma planilha no excel celulas excel, gráficos em excel modelos planilhas excel, modelos planilhas do excel modelos de planilhas xls, planilha em excel de fluxo de caixa planilha de fluxo de caixa no excel, planilhas no excel  planilhas avançadas de excel, exemplos de planilhas em excel exemplo de planilha de excel, modelos de planilha do excel grafico em excel, planilha de excel  planilh&lt;/pre&gt;</description>
    <dc:creator>Rene Miranda</dc:creator>
    <dc:date>2010-03-05T00:02:18</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.lib.gamin.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.lib.gamin.general</link>
  </textinput>
</rdf:RDF>

