caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jos Backus <jos@catnook.com>
To: caml-list@inria.fr
Subject: rocaml bug + fix
Date: Wed, 1 Aug 2007 16:34:37 -0700	[thread overview]
Message-ID: <20070801233437.GD29353@lizzy.catnook.local> (raw)
In-Reply-To: <20070801175907.GA29353@lizzy.catnook.local>

On Wed, Aug 01, 2007 at 10:59:07AM -0700, Jos Backus wrote:
[snip]
> $ make
> kpp_rocaml_wrapper.c:39: error: missing terminating " character
> $ vi kpp_rocaml_wrapper.c
> [Change line 39:
> 
> static VALUE String_list_caml_to_ruby(value v);"
> 
> to
> 
> static VALUE String_list_caml_to_ruby(value v);
> ]

--- rocaml.rb.orig      2007-08-01 19:30:01.000000000 -0400
+++ rocaml.rb   2007-08-01 19:30:33.000000000 -0400
@@ -512,7 +512,7 @@
 
     def caml_to_ruby_prototype
       <<-EOF
-static VALUE #{@typename}_list_caml_to_ruby(value v);"
+static VALUE #{@typename}_list_caml_to_ruby(value v);
 
       EOF
     end

-- 
Jos Backus
jos at catnook.com


      parent reply	other threads:[~2007-08-01 23:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-01  4:01 undefined symbol `caml_tuplify2' in dynamic rocaml extension Jos Backus
2007-08-01  7:44 ` [Caml-list] " Julien Moutinho
2007-08-01  9:43   ` Mauricio Fernandez
2007-08-01 13:59   ` Gordon Henriksen
2007-08-01  9:16 ` Mauricio Fernandez
2007-08-01 16:17   ` Jos Backus
2007-08-01 17:59     ` Jos Backus
2007-08-01 23:24       ` [Caml-list] undefined symbol `caml_tuplify2' in dynamic rocaml extension (UPDATE) Jos Backus
2007-08-02  9:20         ` Mauricio Fernandez
2007-08-02  9:58           ` Mauricio Fernandez
2007-08-02 18:54             ` Jos Backus
2007-08-02 18:58           ` Jos Backus
2007-08-01 23:34       ` Jos Backus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070801233437.GD29353@lizzy.catnook.local \
    --to=jos@catnook.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).