Csound Csound-dev Csound-tekno Search About

[Csnd] Scons issue for Lorix

Date2008-12-01 00:53
Fromcochedelaferte
Subject[Csnd] Scons issue for Lorix
Hi all,

It appears that nobody has this issue : 

scons: *** While building `['Opcodes/Loris/scripting/so_loris.o']' from
`['Opcodes/Loris/scripting/loris.i']': Don't know how to build from a source
file with suffix `.i'.  Expected a suffix in this list: ['.c', '.m', '.cpp',
'.cc', '.cxx', '.c++', '.C++', '.mm', '.C', '.f', '.for', '.ftn', '.fpp',
'.FPP', '.F', '.FOR', '.FTN', '.f77', '.F77', '.f90', '.F90', '.f95',
'.F95', '.s', '.asm', '.ASM', '.spp', '.SPP', '.sx', '.S'].

The Loris sources i installed comes directly from the Loris_STK_src_5.09
package. My Python pathes (Solaris) seems set as well, also i builded the
Python opcodes without any problem, also the SDK opcodes.
Here the problem is for the wrapper, as i understand.

What can be it ?

Sergio

-- 
View this message in context: http://www.nabble.com/Scons-issue-for-Lorix-tp20764432p20764432.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-12-01 15:31
FromFelipe Sateler
Subject[Csnd] Re: Scons issue for Lorix
AttachmentsNone  

Date2008-12-01 17:23
Fromcochedelaferte
Subject[Csnd] Re: Scons issue for Lorix
> Aren't .i files handled by SWIG?

That was also my idea, but i builded it without any difficulty, set it in
the path for the Loris build, no complain from it, no complain about it
could be not found. I think really that my issue can come from my installed
Scons version, normally the 0.9.6 must be preferred for the actual CS.

Cheers,

Sergio
-- 
View this message in context: http://www.nabble.com/Scons-issue-for-Loris-tp20764432p20774572.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2008-12-05 20:04
FromAnthony Kozar
Subject[Csnd] Re: Scons issue for Lorix
That's funny, because I used Scons 1.1.0 just fine recently to compile
Csound on OS X.  I think Scons is not finding your SWIG installation as
Felipe suggested.

Anthony Kozar
mailing-lists-1001 AT anthonykozar DOT net
http://anthonykozar.net/

cochedelaferte wrote on 12/1/08 12:23 PM:

> 
>> Aren't .i files handled by SWIG?
> 
> That was also my idea, but i builded it without any difficulty, set it in
> the path for the Loris build, no complain from it, no complain about it
> could be not found. I think really that my issue can come from my installed
> Scons version, normally the 0.9.6 must be preferred for the actual CS.