caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "s. n. wight" <swight@verticalnet.com>
To: Gerd Stolpmann <gerd@gerd-stolpmann.de>
Cc: caml-list@inria.fr
Subject: Re: Problem compiling xpath/tests
Date: Wed, 31 Jan 2001 01:51:29 -0800	[thread overview]
Message-ID: <20010131015129.A11313@verticalnet.com> (raw)
In-Reply-To: <01013121281203.00460@ice>; from gerd@gerd-stolpmann.de on Wed, Jan 31, 2001 at 08:59:12PM +0100

Thanks, Gerd - just a short while ago (this morning!) I found the
problem was that I needed to upgrade to PXP 1.0.38.3 - simple as that...

Thanks,
steve


> >ocamlfind ocamlc -o test -linkpkg -I .. xpath.cma -package pxp,wlexing test.cmo
> >/tmp/cc4Z3fxN.o(.data+0x360): undefined reference to `lex_engine_tiny_8bit'
> >/tmp/cc4Z3fxN.o(.data+0x364): undefined reference to `lex_engine_tiny_utf8'
> >collect2: ld returned 1 exit status
> >Error while building custom runtime system
> >make: *** [test] Error 2
> >
> >I'm running OCaml 3.00 on Suse Linux 7.0.
> 
> I suppose you must also pass the -custom flag to the compiler, because the
> C functions lex_engine_tiny_8bit and lex_engine_tiny_utf8 are not available in
> the standard bytecode interpreter. (But "Error while building custom runtime
> system" is a hint that ocamlc tries to build a custom runtime system; this
> message is confusing.)
> 
> I remember also that there are two versions of wlex, one using a lexing engine
> written in C, and another one using a lexing engine written in O'Caml. XPath
> seems to use the C version (applies module Lex_engines, not Lex_engines_ml
> in xpath_wlexer.mll).
> 
> If that does not help, I need the output of
>  
> camlfind ocamlc -verbose -o test -linkpkg -I .. xpath.cma -package pxp,wlexing
>    test.cmo
> 
> (added the -verbose option), plus the exact version numbers of the packages
> pxp, wlexing, and xpath to track the error.
> 
> Gerd
> -- 
> ----------------------------------------------------------------------------
> Gerd Stolpmann      Telefon: +49 6151 997705 (privat)
> Viktoriastr. 100             
> 64293 Darmstadt     EMail:   gerd@gerd-stolpmann.de
> Germany                     
> ----------------------------------------------------------------------------



      reply	other threads:[~2001-02-01  7:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-29 19:22 s. n. wight
2001-01-31 19:59 ` Gerd Stolpmann
2001-01-31  9:51   ` s. n. wight [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=20010131015129.A11313@verticalnet.com \
    --to=swight@verticalnet.com \
    --cc=caml-list@inria.fr \
    --cc=gerd@gerd-stolpmann.de \
    /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).