caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Hezekiah M. Carty" <hcarty@atmos.umd.edu>
To: Joel Reymont <joelr1@gmail.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] fixing swig
Date: Wed, 29 Dec 2010 16:43:06 -0500	[thread overview]
Message-ID: <AANLkTinRd-KOLQJFyA5ChiEUrg0+CanKCYCfR=9zh8HS@mail.gmail.com> (raw)
In-Reply-To: <7ABEB515-2F72-4CB7-BDE1-1695FA9970A4@gmail.com>

On Tue, Dec 28, 2010 at 7:22 PM, Joel Reymont <joelr1@gmail.com> wrote:
> Here's what happens when building OCaml examples in the latest SWIG:
>
> ---
> ocamlc -I ` camlp4 -where` -pp "camlp4o pa_extend.cmo q_MLast.cmo" -c swigp4.ml
> File "swig.ml", line 159, characters 54-57:
> Warning 20: this argument will not be used by the function.
> File "swigp4.ml", line 26, characters 2-6:
> Parse error: Deprecated syntax, the grammar module is expected
> File "swigp4.ml", line 1, characters 0-1:
> Error: Preprocessor error
> make[1]: *** [ocaml_static_cpp] Error 2
> ---
>
> The following code from swigp4.ml needs to be fixed but I don't know enough Camlp4 to do it :-(.
>
> If a kind soul can lend me a hand with this then I can try to incorporate the changes back into SWIG.
>
>        Thanks in advance, Joel
>
> --- swigp4.ml ---
>
> open Pcaml ;;
>

I don't have much experience hacking around with camlp4, so this is
partial speculation.

It looks like swig may be using old camlp4 (now camlp5)
libraries/syntax.  As a work-around, you could try dropping in camlp5
in place of camlp4.

Good luck,

Hez


  reply	other threads:[~2010-12-29 21:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-29  0:22 Joel Reymont
2010-12-29 21:43 ` Hezekiah M. Carty [this message]
2010-12-29 21:47   ` Joel Reymont
2010-12-29 23:29   ` Joel Reymont
2011-01-02 19:31   ` Joel Reymont

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='AANLkTinRd-KOLQJFyA5ChiEUrg0+CanKCYCfR=9zh8HS@mail.gmail.com' \
    --to=hcarty@atmos.umd.edu \
    --cc=caml-list@inria.fr \
    --cc=joelr1@gmail.com \
    /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).