Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4665] RE: Csound5 continuing build errors

Date2004-05-11 15:25
From"gogins@pipeline.com"
Subject[CSOUND-DEV:4665] RE: Csound5 continuing build errors
You may not have the same zip lib I do. In which case, we need to make
buildzip an optional target. You have built everything; you are now
packaging. But there is a problem in dependencies (I know about it but
haven't fixed it yet) so some targets get built after packaging. Just
remove the builder call for buildzip from SConstruct, and you should get a
truly complete build.

I will make this packaging business optional tonight.

Original Message:
-----------------
From: Dave Phillips dlphilp@bright.net
Date: Tue, 11 May 2004 06:57:25 -0400
To: csound-dev@eartha.mills.edu
Subject: [CSOUND-DEV:4662] Csound5 continuing build errors


Greetings:

  I've been trying to build the complete Csound5 system (including 
CsoundVST) under Red Hat 9, Planet CCRMA. Thanks to Michael G's 
instructions I've been able to reach this point:

Compiling list of files to archive...
scons: *** [csoundvst-linux-2004-05-11.zip] Exception
Traceback (most recent call last):
  File "/usr/lib/scons/SCons/Taskmaster.py", line 101, in execute    
self.targets[0].build()
  File "/usr/lib/scons/SCons/Node/__init__.py", line 204, in build    
self._for_each_action(do_action)
  File "/usr/lib/scons/SCons/Node/__init__.py", line 179, in 
_for_each_action    executor(self, func)
  File "/usr/lib/scons/SCons/Executor.py", line 121, in 
__call__func(action, self.targets, self.sources, env)
  File "/usr/lib/scons/SCons/Node/__init__.py", line 200, in 
do_action    stat = action(targets, sources, env)
  File "/usr/lib/scons/SCons/Action.py", line 394, in __call__r = 
self.execfunction(target=target, source=rsources, env=env)
  File "SConstruct", line 256, in buildzip    for root, directories, 
files in os.walk(directory):
AttributeError: 'module' object has no attribute 'walk'
scons: building terminated because of errors.

  GCC 3.2.2
  SCons 0.95
  PortAudio 0.19
  FLTK 1.1.4 (with thread support)
  JACK 0.98
  Python 2.3

Any suggestions ??

Best regards,

dp


--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

Date2004-05-11 18:56
FromDave Phillips
Subject[CSOUND-DEV:4674] RE: Csound5 continuing build errors
Hi Michael:

  Okay, I removed all references to buildzip in SConstruct, and I was 
able to reach the end of the compile process. Is there an installation 
stage with SCons, and if so, what does it look like ? I tried running 
~/csound5/CsoundVST but it complains that it can't find  _CsoundVST.so.

Best,

dp


gogins@pipeline.com wrote:

>You may not have the same zip lib I do. In which case, we need to make
>buildzip an optional target. You have built everything; you are now
>packaging. But there is a problem in dependencies (I know about it but
>haven't fixed it yet) so some targets get built after packaging. Just
>remove the builder call for buildzip from SConstruct, and you should get a
>truly complete build.
>
>I will make this packaging business optional tonight.
>
>Original Message:
>-----------------
>From: Dave Phillips dlphilp@bright.net
>Date: Tue, 11 May 2004 06:57:25 -0400
>To: csound-dev@eartha.mills.edu
>Subject: [CSOUND-DEV:4662] Csound5 continuing build errors
>
>
>Greetings:
>
>  I've been trying to build the complete Csound5 system (including 
>CsoundVST) under Red Hat 9, Planet CCRMA. Thanks to Michael G's 
>instructions I've been able to reach this point:
>
>Compiling list of files to archive...
>scons: *** [csoundvst-linux-2004-05-11.zip] Exception
>Traceback (most recent call last):
>  File "/usr/lib/scons/SCons/Taskmaster.py", line 101, in execute    
>self.targets[0].build()
>  File "/usr/lib/scons/SCons/Node/__init__.py", line 204, in build    
>self._for_each_action(do_action)
>  File "/usr/lib/scons/SCons/Node/__init__.py", line 179, in 
>_for_each_action    executor(self, func)
>  File "/usr/lib/scons/SCons/Executor.py", line 121, in 
>__call__func(action, self.targets, self.sources, env)
>  File "/usr/lib/scons/SCons/Node/__init__.py", line 200, in 
>do_action    stat = action(targets, sources, env)
>  File "/usr/lib/scons/SCons/Action.py", line 394, in __call__r = 
>self.execfunction(target=target, source=rsources, env=env)
>  File "SConstruct", line 256, in buildzip    for root, directories, 
>files in os.walk(directory):
>AttributeError: 'module' object has no attribute 'walk'
>scons: building terminated because of errors.
>
>  GCC 3.2.2
>  SCons 0.95
>  PortAudio 0.19
>  FLTK 1.1.4 (with thread support)
>  JACK 0.98
>  Python 2.3
>
>Any suggestions ??
>
>Best regards,
>
>dp
>
>
>--------------------------------------------------------------------
>mail2web - Check your email from the web at
>http://mail2web.com/ .
>
>
>  
>