<div class="markdown_content"><hr/>
<p><strong> <a class="alink" href="https://sourceforge.net/p/pure-data/bugs/1234/">[bugs:#1234]</a> pdlua build system on linux (raspbian,archlinux)</strong></p>
<p><strong>Status:</strong> open<br/>
<strong>Group:</strong> v0.46<br/>
<strong>Created:</strong> Sun Mar 13, 2016 11:47 AM UTC by Anonymous<br/>
<strong>Last Updated:</strong> Sun Mar 13, 2016 11:47 AM UTC<br/>
<strong>Owner:</strong> Martin Peach</p>
<p>README file is obsolete, we try to use lua5.1 like specified in README but implicit declaration of lua_version shows that we need lua5.2.<br/>
the Makefile don't find lua.h because it doesn't look in the right folder, so we have to do this to Makefile:</p>
<p>sed -i '/LUA_CFLAGS =<em>/c\LUA_CFLAGS = -I\/usr\/include\/lua5.2' Makefile<br/>
sed -i '/LUA_LIBS =</em>/c\LUA_LIBS = -llua5.2' Makefile<br/>
and this to install in ~/pd-external instead of /usr/local/lib/pd-externals<br/>
sed -i '/libdir = $(prefix)\/lib/c\libdir = ~' Makefile</p>
<hr/>
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs/">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>