Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] scons problems

Date2008-04-04 23:42
Fromvictor
SubjectRe: [Cs-dev] scons problems
I think the  configure.CheckHeaderWithLib() lines are not working OK. If I 
change
it to config.CheckHeader() it seems to behave better.

If I do that, it seems to build without problems. Do you think the 
"autoadd=false" option
might be causing the problem?

Victor
----- Original Message ----- 
From: "Felipe Sateler" 
To: "Developer discussions" 
Sent: Friday, April 04, 2008 10:36 PM
Subject: [Cs-dev] scons problems


> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace


--------------------------------------------------------------------------------


> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-04-05 01:13
FromFelipe Sateler
SubjectRe: [Cs-dev] scons problems
AttachmentsNone  None  None  

Date2008-04-05 01:28
FromDavidW
SubjectRe: [Cs-dev] scons problems
Scons uses the SConstruct file to clean under -c That means, I think,  
that if you build with SConstruct2 and -c without explicitly stating  
SConstruct2 it will try to do it with SConstruct. Then all hell breaks  
out and the system is in a mess. I ran into this problem earlier in  
the week and ended up doing a new checkout..

Now I maintain two different build directories, one with SConstruct  
and one with SConstruct2
D.

On 05/04/2008, at 11:13 AM, Felipe Sateler wrote:
> On Friday 04 April 2008 18:42:32 victor wrote:
>> I think the  configure.CheckHeaderWithLib() lines are not working  
>> OK. If I
>> change
>> it to config.CheckHeader() it seems to behave better.
>>
>> If I do that, it seems to build without problems. Do you think the
>> "autoadd=false" option
>> might be causing the problem?
>
> I'm not sure this has anything to do with it.  For some reason the  
> csound
> library is bypassing normal behaviour: it is being built in the  
> background,
> and when using -c it doesn't clean the library.
> I erased all autoadd calls and it is not fixed.
>
>
> -- 
> Felipe Sateler

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2008-04-05 01:31
FromFelipe Sateler
SubjectRe: [Cs-dev] scons problems
AttachmentsNone  None  None