ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Undefined symbol lua_gettop
Date: Sat, 6 Apr 2019 14:02:37 -0400 (EDT)	[thread overview]
Message-ID: <nycvar.YAK.7.76.44.1904061347030.16167@nqv-guvaxcnq> (raw)

Hi,

I am experimenting with using lua libraries with lmtx. I tried the 
following:

1. Download the lcomplex library (from 
http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/ar/lcomplex-100.tar.gz)

2. Untar and modify the Makefile so that LUA_TOPDIR points to the right 
location (/usr in my case).

3. Run make. This creates a complex.so file in the current directory.

4. Create a test file (and put complex.so in the same directory)

\starttext
\startluacode
   local complex=require("complex")

   z = complex.new(1,1);
   context("The absolute value of $z=%f + j%f$ is $%f$",
            z:real(), z:imag(), z:abs());
\stopluacode
\stoptext

This file runs correctly with mkiv, but when I try to run it with lmtx, I 
get the error

lua error       > lua error on line 8 in file 
/home/adityam/Software/lcomplex/lcomplex-100/test.tex:

...etatex/texmf-context/tex/context/base/mkiv/l-package.lua:325: error 
loading module 'complex' from file './complex.so':
         ./complex.so: undefined symbol: lua_gettop

Any idea why this is happening and what I can do to fix it?

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2019-04-06 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 18:02 Aditya Mahajan [this message]
2019-04-07  1:45 ` Henri Menke

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=nycvar.YAK.7.76.44.1904061347030.16167@nqv-guvaxcnq \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /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).