[PD-dev] [ pure-data-Patches-3222795 ] fully automate the creation of the translation template.pot

2011-03-18 Thread SourceForge.net
Patches item #3222795, was opened at 2011-03-18 10:19 Message generated for change (Tracker Item Submitted) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478072aid=3222795group_id=55736 Please note that this message will contain a full copy of

Re: [PD-dev] integrating pdlua into Pd-extended

2011-03-18 Thread Hans-Christoph Steiner
Ok, its built and included, but its not finding the liblua on Mac OS X: /Applications/Pd-0.43.0-extended-20110318.app/Contents/Resources/ Scripts/../extra/pdlua/pdlua.pd_darwin: dlopen(/Applications/Pd-0.43.0- extended-20110318.app/Contents/Resources/Scripts/../extra/pdlua/ pdlua.pd_darwin

[PD-dev] add a new tcl file to pd source [was: recentfiles_list explanation]

2011-03-18 Thread yvan volochine
hi as my work on recent files is nearly done, I'd like to know what's the proper way to add a new *.tcl file to pd source. as I said in the other thread, I added my new file to: pd/tcl/Makefile.am pd/tcl/po/Makefile.am then I ran manually tcl/pkg_mkIndex.tcl and my file ends up in

Re: [PD-dev] add a new tcl file to pd source [was: recentfiles_list explanation]

2011-03-18 Thread Hans-Christoph Steiner
Good news! Add the file here, like it sounds like you already have: pd/tcl/Makefile.am pd/po/Makefile.am Then manually edit pkgIndex.tcl, I haven't had good luck with pkg_mkIndex.tcl. .hc On Mar 18, 2011, at 12:46 PM, yvan volochine wrote: hi as my work on recent files is nearly

Re: [PD-dev] integrating pdlua into Pd-extended

2011-03-18 Thread Martin
, but its not finding the liblua on Mac OS X: /Applications/Pd-0.43.0-extended-20110318.app/Contents/Resources/Scripts/../extra/pdlua/pdlua.pd_darwin: dlopen(/Applications/Pd-0.43.0-extended-20110318.app/Contents/Resources/Scripts/../extra/pdlua/pdlua.pd_darwin, 10): Symbol not found: _lua_type

Re: [PD-dev] integrating pdlua into Pd-extended

2011-03-18 Thread Claude Heiland-Allen
Hey, On 18/03/11 17:38, Martin wrote: The error actually seems to originate in pkg-config not finding lua5.1: From my limited experience, Lua 5.1 libraries have different names all over the place, even in different GNU/Linux distros (lua51, lua5.1, lua5, lua, ...). A bit of a nightmare.

Re: [PD-dev] integrating pdlua into Pd-extended

2011-03-18 Thread katja
Hello, In the original Makefile.static for pdlua it is defined: lua-5.1.3 This worked for me on OSX. Katja On Fri, Mar 18, 2011 at 7:07 PM, Claude Heiland-Allen cla...@goto10.orgwrote: Hey, On 18/03/11 17:38, Martin wrote: The error actually seems to originate in pkg-config not

Re: [PD-dev] integrating pdlua into Pd-extended

2011-03-18 Thread Hans-Christoph Steiner
Martin, I think you could put different pkg-config lines in the per-OS section of the Makefile, and that would work for differences between Debian/ Ubuntu, Mac OS X, and Windows liblua. That won't help if different GNU/Linux distros have different names for the lib tho. .hc On Mar 18,