| buildling from git on gentoo using custom-linux-jpff.py with
scons includeP5Glove=1 word64=1 Lib64=1 useOSC=1 useDouble=1 useFLTK=1
useJack=1 useAlsa=1 buildPythonOpcodes=1 buildLuaOpcodes=1 includeWii=1
buildNewParser=0
(new parser is still choking on macros, sorry john, lost the output this
time)
in line ~2054-2059 i had changed the LIBS flags for lua from 'lua51' to
'lua':
- luaEnvironment.Append(LIBS = ['lua51'])
if getPlatform() == 'linux':
- luaEnvironment.Append(LIBS = ['util', 'dl', 'm'])
+ luaEnvironment.Append(LIBS = ['lua','util', 'dl', 'm'])
elif getPlatform() == 'win32':
+ luaEnvironment.Append(LIBS = ['lua51'])
haven't tested lua yet, and i'm not sure this is politically correct,
but it builds this way on gentoo.
also noticed the canonical manual uses isnan() instead of qnan() in the
example.
i'm taking notes to possibly make a csound on gentoo wiki entry later.
kelly
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the
BlackBerry® mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry® DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |