<?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://permalink.gmane.org/gmane.comp.programming.g-wrap.devel">
    <title>gmane.comp.programming.g-wrap.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.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.programming.g-wrap.devel/165"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/164"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/163"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/162"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/161"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/160"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/159"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/158"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/157"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/156"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/155"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/154"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/153"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/152"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/151"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/150"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/149"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/148"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/147"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/146"/>
      </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.programming.g-wrap.devel/165">
    <title>Re: Build Issue with Latest Git Guile</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/165</link>
    <description>&lt;pre&gt;

It should be a warning.  Are tarballs being released with -Werror?  That
would be a bug.

Anyway it is fixed in git:

commit 9a7e60dcc511a8f34aa4cf0f98a04886b28acc43
Author: Andy Wingo &amp;lt;wingo&amp;lt; at &amp;gt;pobox.com&amp;gt;
Date:   Wed Jul 11 13:31:08 2012 +0200

    use scm_module_variable instead of the deprecated scm_sym2var
    
    * guile/g-wrap/guile-compatibility.h:
    * guile/g-wrap/guile-compatibility.c (scm_module_variable): New stub for
      Guile &amp;lt; 2.0.
    
    * guile/g-wrap/guile-runtime.c (allocate_generic_variable): Use
      scm_module_variable, and update the comments.
    
    Thanks to Dale Smith for the report and patch.

Cheers,

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2013-01-14T14:30:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/164">
    <title>Build Issue with Latest Git Guile</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/164</link>
    <description>&lt;pre&gt;Hello,

I just tried to build g-wrap with the latest development guile, and got a
build error. It seems that scm_sym2var and scm_module_lookup_closure (used
on line 346 of guile-runtime.c in g-wrap 1.9.14) will be gone in guile 2.2.

I would be more than happy to write a patch that replaces these with
equivalent calls, but I don't know how to modify the build system to make
it detect guile 2.2. If someone could tell me how to do that, I would be
glad to do the rest. (I'm not sure it's necessary to detect 2.2., but it
might be if we need to have different versions of the code that apply in
different guile versions.)

Thanks,
Noah Lavine
_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Noah Lavine</dc:creator>
    <dc:date>2013-01-13T17:51:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/163">
    <title>Re: Guile 2.0.6</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/163</link>
    <description>&lt;pre&gt;
Most excellent.  Thanks!

  -Dale
&lt;/pre&gt;</description>
    <dc:creator>Dale Smith</dc:creator>
    <dc:date>2012-07-11T13:52:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/162">
    <title>Re: Guile 2.0.6</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/162</link>
    <description>&lt;pre&gt;

Pushed something very similar.  The scm_module_variable stub needed to
be in a guile &amp;lt; 2.0 block, not a guile &amp;lt; 1.8 block.

Thanks!

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2012-07-11T11:32:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/161">
    <title>Guile 2.0.6</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/161</link>
    <description>&lt;pre&gt;Howdy g-wrappers,

G-wrap doesn't like the new Guile 2.0.6 as scm_sym2var and
scm_module_lookup_closure are now deprecated.  And since the default
is to compile with -Werror, that ends in a failed build.  Configuring
with --disable-Werror seems to work fine.

Here is an attempt to use a the newer non-deprecated replacements.

diff --git a/guile/g-wrap/guile-compatibility.c
b/guile/g-wrap/guile-compatibility.c
index 8be423e..cc1fc2f 100644
--- a/guile/g-wrap/guile-compatibility.c
+++ b/guile/g-wrap/guile-compatibility.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -92,4 +92,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; scm_without_guile (void*(*func)(void*), void *data)
     return func(data);
 }

+SCM scm_module_variable (SCM module, SCM sym)
+{
+  return scm_sym2var (sym, scm_module_lookup_closure (module), SCM_BOOL_F);
+}
+
+
 #endif
diff --git a/guile/g-wrap/guile-compatibility.h
b/guile/g-wrap/guile-compatibility.h
index c875e98..5ccacdf 100644
--- a/guile/g-wrap/guile-compatibility.h
+++ b/guile/g-wrap/guile-compatibility.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -127,6 +127,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; size_t  scm_to_locale_stringbuf (SCM str&lt;/pre&gt;</description>
    <dc:creator>Dale Smith</dc:creator>
    <dc:date>2012-07-10T22:48:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/160">
    <title>Re: bad link on g-wrap  home page</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/160</link>
    <description>&lt;pre&gt;
  &amp;gt;&amp;gt;   http://www.//home.gna.org/guile-gnome/

Thanks - the link works now.
_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-06-02T23:29:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/159">
    <title>Re: g-wrap and -j4</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/159</link>
    <description>&lt;pre&gt;
Here's a failing build - first time running with -j4.
pkgsrc is really just doing configure and then make, with wrappers
around tools to force visibility of .h files from dependent packages
only.  With MAKE_JOBS_SAFE=no, which forces -j1 (or rather no -j
option), it builds fine every time.

=&amp;gt; Bootstrap dependency digest&amp;gt;=20010302: found digest-20111104
WARNING: [license.mk] Every package should define a LICENSE.
=&amp;gt; Checksum SHA1 OK for g-wrap-1.9.14.tar.gz
=&amp;gt; Checksum RMD160 OK for g-wrap-1.9.14.tar.gz
===&amp;gt; Installing dependencies for g-wrap-1.9.14nb2
=&amp;gt; Build dependency ccache-[0-9]*: found ccache-3.1.7
=&amp;gt; Build dependency libtool-base&amp;gt;=2.2.6bnb3: found libtool-base-2.2.6bnb6
=&amp;gt; Build dependency gmake&amp;gt;=3.81: found gmake-3.82nb3
=&amp;gt; Build dependency pkg-config&amp;gt;=0.19: found pkg-config-0.25nb1
=&amp;gt; Build dependency checkperms&amp;gt;=1.1: found checkperms-1.11
=&amp;gt; Full dependency guile-lib&amp;gt;=0.1.2: found guile-lib-0.1.6nb3
=&amp;gt; Full dependency glib2&amp;gt;=2.30.2nb3: found glib2-2.32.3nb1
=&amp;gt; Full dependency libffi&amp;gt;=2.0betanb1: &lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-06-02T23:28:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/158">
    <title>Re: bad link on g-wrap  home page</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/158</link>
    <description>&lt;pre&gt;
Fixed now; thanks for the hint.  The homepage is created from Emacs
org-mode files; I really should put them (along with corresponding
org-mode configuration) online; however, I'd need to split out the
latter from my overall org-mode config first.

Regards, Rotty
&lt;/pre&gt;</description>
    <dc:creator>Andreas Rottmann</dc:creator>
    <dc:date>2012-05-29T07:55:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/157">
    <title>Re: bad link on g-wrap  home page</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/157</link>
    <description>&lt;pre&gt;

Interesting.  I don't know how the web pages are made, so Andreas would
have to make this change.

Cheers,

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2012-05-24T12:54:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/156">
    <title>Re: g-wrap and -j4</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/156</link>
    <description>&lt;pre&gt;

If you get the error again, please attach it to a mail.


It should, but as you found out, perhaps it doesn't :/  Would be good to
fix.

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2012-05-24T12:53:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/155">
    <title>bad link on g-wrap  home page</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/155</link>
    <description>&lt;pre&gt;
at

  http://www.nongnu.org/g-wrap/

there is a link to

  http://www.//home.gna.org/guile-gnome/
_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-05-23T23:18:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/154">
    <title>g-wrap and -j4</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/154</link>
    <description>&lt;pre&gt;
I was rebuilding packages (NetBSD, pkgsrc), and on building g-wrap
1.9.14 (with guile 1.8.8) got a mysterious error with an obviously
malformed standard.c.   By default I was using -j4.  After disabling
parallel make, g-wrap built fine.

So my question is whether g-wrap is thought to build ok with -j4?

I have marked the pkgsrc package as not safe for parallel builds, so
this is not a big deal, but it seems like a bug.

_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2012-05-23T23:14:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/153">
    <title>Re: [David Holland] Re: CVS commit: pkgsrc/devel/g-wrap</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/153</link>
    <description>&lt;pre&gt;
Yes, it should build and work with any recent gcc (just checked with gcc
4.5 on a Debian sid amd64 system). Could you please provide more
detailed information (full build log, content of offending file?).


Regards, Rotty
&lt;/pre&gt;</description>
    <dc:creator>Andreas Rottmann</dc:creator>
    <dc:date>2012-02-05T14:06:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/152">
    <title>[David Holland] Re: CVS commit: pkgsrc/devel/g-wrap</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/152</link>
    <description>&lt;pre&gt;I updated g-wrap in pkgsrc to 1.9.14, and while it compiled fine on
NetBSD 5.1-stable, i386, gcc 4.1.3, it failed on NetBSD-current on gcc
4.5.


Is g-wrap thought to be ok with gcc 4.5?


_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Greg Troxel</dc:creator>
    <dc:date>2011-12-06T16:37:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/151">
    <title>G-Wrap 1.9.14 released</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/151</link>
    <description>&lt;pre&gt;Hi!

I'm pleased to announce G-Wrap 1.9.14; as always, it can be downloaded
from &amp;lt;http://www.nongnu.org/g-wrap/&amp;gt;.

This release adds support for the Guile 2.0.x branch, while staying
compatible with 1.8.x.

About G-Wrap:

  G-Wrap is a tool (and Guile library) for generating function wrappers
  for inter-language calls. It currently only supports generating Guile
  wrappers for C functions.

Changes since 1.9.13:

    - Guile 2.0 is now supported.

    - G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as
      these have been both provided by Guile since 1.8.3.

Regards, Rotty
&lt;/pre&gt;</description>
    <dc:creator>Andreas Rottmann</dc:creator>
    <dc:date>2011-12-05T01:22:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/150">
    <title>Re: g-wrap release?</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/150</link>
    <description>&lt;pre&gt;
Very nice -- this was indeed the last issue keeping me from releasing.
I hope to find time tomorrow (Sunday) to push out 1.9.14.

Regards, Rotty
&lt;/pre&gt;</description>
    <dc:creator>Andreas Rottmann</dc:creator>
    <dc:date>2011-11-26T23:13:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/149">
    <title>Re: Segfault in `aggregated' tests on Guile 1.9</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/149</link>
    <description>&lt;pre&gt;Hi,

On Sun 26 Sep 2010 16:20, Andreas Rottmann &amp;lt;a.rottmann&amp;lt; at &amp;gt;gmx.at&amp;gt; writes:


In the end, this was simple, but subtle.  See my recent mail to
guile-user regarding SMOB mark functions for more details.

Cheers,

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2011-11-23T21:21:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/148">
    <title>g-wrap release?</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/148</link>
    <description>&lt;pre&gt;Hi Andreas,

With the patch I just pushed to g-wrap, the test suites pass again on
Guile 2.0.  How about a release?  :-)

Cheers,

Andy
&lt;/pre&gt;</description>
    <dc:creator>Andy Wingo</dc:creator>
    <dc:date>2011-11-23T21:24:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/147">
    <title>Re: g-wrap build fails, missing standard.c?</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/147</link>
    <description>&lt;pre&gt;Thank you!

I was using BSD make.

---
Some notes:

Installed gmake:
$ sudo portinstall devel/gmake
$ cd /usr/local/bin
$ ln -s gmake make

Then made sure /usr/local/bin comes before /usr/bin in $PATH




On Thu, Jun 23, 2011 at 9:42 AM, Andreas Rottmann &amp;lt;a.rottmann&amp;lt; at &amp;gt;gmx.at&amp;gt; wrote:

_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Brad Whitlock</dc:creator>
    <dc:date>2011-06-24T02:30:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/146">
    <title>Re: g-wrap build fails, missing standard.c?</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/146</link>
    <description>&lt;pre&gt;
It is indeed auto-generated, and there's the following fragment in
guile/g-wrap/gw/Makefile.am that provides a build rule for it:

LIBGW_STANDARD_GWGEN = $(addprefix standard, .h .c .scm) 

${LIBGW_STANDARD_GWGEN}: $(top_srcdir)/guile/g-wrap/guile/ws/standard.scm
        guile $(GUILE_FLAGS) -c \
          $(SETGWPATH)"(use-modules (g-wrap)) \
                       (use-modules (g-wrap guile)) \
                       (use-modules (g-wrap guile ws standard)) \
                       (generate-wrapset 'guile 'standard \"standard\")"

I just tried a clean, non-srcdir build, and here (Debian sid, amd64)
everything works fine.  Could it be the case that your build is using a
non-GNU or very old GNU make?

Regards, Rotty
&lt;/pre&gt;</description>
    <dc:creator>Andreas Rottmann</dc:creator>
    <dc:date>2011-06-23T15:42:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/145">
    <title>Re: g-wrap build fails, missing standard.c?</title>
    <link>http://permalink.gmane.org/gmane.comp.programming.g-wrap.devel/145</link>
    <description>&lt;pre&gt;Just for kicks, I just tried to build in the same dir, but no success.

-Brad


On Tue, Jun 21, 2011 at 7:54 PM, Brad Whitlock
&amp;lt;bradley.whitlock&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
g-wrap-dev mailing list
g-wrap-dev&amp;lt; at &amp;gt;nongnu.org
https://lists.nongnu.org/mailman/listinfo/g-wrap-dev
&lt;/pre&gt;</description>
    <dc:creator>Brad Whitlock</dc:creator>
    <dc:date>2011-06-23T02:05:20</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.programming.g-wrap.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.programming.g-wrap.devel</link>
  </textinput>
</rdf:RDF>
