Csound Csound-dev Csound-tekno Search About

[Cs-dev] build issues and qnan example

Date2011-09-14 02:27
FromKelly Hirai
Subject[Cs-dev] build issues and qnan example
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

Date2011-09-14 19:00
FromJohn ff
SubjectRe: [Cs-dev] build issues and qnan example
> (new parser is still choking on macros, sorry john, lost the output this
> time)

I am not aware of any problems.  I really would like to see the
evidence or better the input.

==John ffitch

------------------------------------------------------------------------------
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