that's great, sorry for bothering, can you help me with this error? I compiled lua did some fixes in the makefile and then tried to compile pdlua, but got this error (I'm on osx).
/var/folders/TH/THjm5UAnEZSSB-y6nQY-6++++TI/-Tmp-//cc6upu2C.s:2824:FATAL:incompatible feature used: section type symbol_stubs (must specify "-dynamic" to be used) make: *** [lua.pd_darwin] Error 1 do I have to compile lua with special options? thanks, marius.
Claude Heiland-Allen wrote:
Hi all,
I'm proud to announce a new release of pdlua!
Pd (aka Pure-data) [1] is a real-time visual programming environment primarily used for multimedia processing. Lua [2] is a powerful, fast, light-weight, embeddable scripting language. pdlua [3] is a Lua embedding for Pd.
This is primarily a bug fix release, but also has some incompatible API changes (which should hopefully resolve some Pd vs Lua name clash issues in the long term).
pdlua-0.4 (2008-03-26), changes since pdlua-0.3 (2007-12-02):
- API change: "load $1"--[lua] users must add the file name extension
- Bug fix: "load $1"--[lua] works as advertised
- API change: users must name files "*.pd_lua" instead of "*.lua"
- API change: users must name files "*.pd_luax" instead of "*.luax"
- Bug fix: help patches should be found correctly
- Examples++: [lurn], [luametro], [lpipe]
- Internal: Doxygenated source comments
- Internal: fewer leading underscores
- Internal: renamed all examples for API change and tested them
Thanks to Frank Barknecht for the additional examples.
Get a tarball here:
https://devel.goto10.org/dl.php?repname=maximus&path=%2Freleases%2Fpdlua...
Or via SVN:
svn co https://devel.goto10.org/svn/maximus/releases/pdlua-0.4
Development version (may be broken at times):
svn co https://devel.goto10.org/svn/maximus/pdlua
Claude
[1] http://puredata.info [2] http://lua.org [3] no pdlua home page yet :(