Csound Csound-dev Csound-tekno Search About

[Cs-dev] ...here i go again....

Date2007-01-10 11:34
FromJohn ffitch
Subject[Cs-dev] ...here i go again....
Today i cannot build csound as i get

PATH = /home/jpff/bin:/usr/local/bin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/etc:.
: name 'csoundInterfaces' is not defined:
  File "SConstruct", line 1720:
    Depends(csoundvst, csoundInterfaces)
make: *** [all] Error 2

This is an OS-updated machine so some things may be missing, but the
error message does not convey much!  I think it might be related to
versions of python, but is it not required to have python?
==John ffitch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-01-10 11:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] ...here i go again....
The line (977)

csoundInterfaces = csoundInterfacesEnvironment.SharedLibrary(...)

is only parsed if SConstruct is building the interfaces lib. So either you
have that option off, or a component (such as swig) was not found and
the interfaces lib is not being built.

The thing is, there should be a condition that stops building csoundVST if
interfaces is not built, so the line scons complains about is never
reached.

Michael, can you check this (I don't want to intrude in your part of the
code).

For now turning off the csoundVST build should sort your problem.

Victor

At 11:34 10/01/2007, you wrote:
>Today i cannot build csound as i get
>
>PATH = 
>/home/jpff/bin:/usr/local/bin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/etc:.
>: name 'csoundInterfaces' is not defined:
>   File "SConstruct", line 1720:
>     Depends(csoundvst, csoundInterfaces)
>make: *** [all] Error 2
>
>This is an OS-updated machine so some things may be missing, but the
>error message does not convey much!  I think it might be related to
>versions of python, but is it not required to have python?
>==John ffitch
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share your
>opinions on IT & business topics through brief surveys - and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>Csound-devel mailing list
>Csound-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/csound-devel

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net