[CSOUND-DEV:5349] Loris Opcodes
| Date | 2004-09-23 09:00 |
| From | steven yi |
| Subject | [CSOUND-DEV:5349] Loris Opcodes |
Hi Michael and All,
Any reason why the SConstruct file is searching for:
configure.CheckHeader("Opcodes/Loris/src/loris.h")
and not:
configure.CheckHeader("loris.h")
? And any reason why we need to require that the Loris opcode also be a
python module? I'd like to alter the SConstruct file and the loris
opcode to remove any dependence on python so that it can be compiled
just as a standalone Opcode library to csound so I can have it usable
here on Linux.
steven |