Csound Csound-dev Csound-tekno Search About

[Cs-dev] What is this error

Date2006-05-26 10:42
Fromjpff@codemist.co.uk
Subject[Cs-dev] What is this error
Attempting to build on Debian

CONFIGURATION DECISION: Building static Csound library
CONFIGURATION DECISION: Building with PortMIDI.
CONFIGURATION DECISION: Building Csound interfaces library.
CONFIGURATION DECISION: Not building Java wrappers for Csound interfaces library.
CONFIGURATION DECISION: Not building Csound Lua interface library.
CONFIGURATION DECISION: Not generating PDF documentation.
CONFIGURATION DECISION: Building with FLTK graphs and widgets.
CONFIGURATION DECISION: Not building CoreAudio plugin.
CONFIGURATION DECISION: Building ALSA plugin.
CONFIGURATION DECISION: Building PortAudio module.
Adding Jack library for PortAudio
CONFIGURATION DECISION: Building JACK plugin.
CONFIGURATION DECISION: Building OSC plugin.
CONFIGURATION DECISION: Building UDP plugins.
Checking for C header file fluidsynth.h... yes
CONFIGURATION DECISION: Building fluid opcodes.
Checking for C header file Opcodes/Loris/src/loris.h... yes
Checking for C header file fftw3.h... no
CONFIGURATION DECISION: Not building Loris Python extension and Csound opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Building Python opcodes.
CONFIGURATION DECISION: Not building FLTK GUI frontend.
CONFIGURATION DECISION: Building CsoundVST plugin and standalone.
NameError: name 'csoundLibraryname' is not defined:
  File "SConstruct", line 1503:
    vstEnvironment.Prepend(LIBS = [csoundLibraryname, 'sndfile', '_csnd'])


==John ffitch


_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-05-26 10:53
FromVictor Lazzarini
SubjectRe: [Cs-dev] What is this error
That's probably my fault. I was editing sconstruct to change
things for mac build and introduced this bug. Just remove
'csoundLibraryname' and add 'csound' in place.

Sorry about that. it was late last night (for me at least).

At 10:42 26/05/2006, you wrote:
>Attempting to build on Debian
>
>CONFIGURATION DECISION: Building static Csound library
>CONFIGURATION DECISION: Building with PortMIDI.
>CONFIGURATION DECISION: Building Csound interfaces library.
>CONFIGURATION DECISION: Not building Java wrappers for Csound interfaces 
>library.
>CONFIGURATION DECISION: Not building Csound Lua interface library.
>CONFIGURATION DECISION: Not generating PDF documentation.
>CONFIGURATION DECISION: Building with FLTK graphs and widgets.
>CONFIGURATION DECISION: Not building CoreAudio plugin.
>CONFIGURATION DECISION: Building ALSA plugin.
>CONFIGURATION DECISION: Building PortAudio module.
>Adding Jack library for PortAudio
>CONFIGURATION DECISION: Building JACK plugin.
>CONFIGURATION DECISION: Building OSC plugin.
>CONFIGURATION DECISION: Building UDP plugins.
>Checking for C header file fluidsynth.h... yes
>CONFIGURATION DECISION: Building fluid opcodes.
>Checking for C header file Opcodes/Loris/src/loris.h... yes
>Checking for C header file fftw3.h... no
>CONFIGURATION DECISION: Not building Loris Python extension and Csound 
>opcodes.
>CONFIGURATION DECISION: Not building STK opcodes.
>CONFIGURATION DECISION: Building Python opcodes.
>CONFIGURATION DECISION: Not building FLTK GUI frontend.
>CONFIGURATION DECISION: Building CsoundVST plugin and standalone.
>NameError: name 'csoundLibraryname' is not defined:
>   File "SConstruct", line 1503:
>     vstEnvironment.Prepend(LIBS = [csoundLibraryname, 'sndfile', '_csnd'])
>
>
>==John ffitch
>
>
>_______________________________________________
>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 



_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-05-26 12:02
FromIstvan Varga
SubjectRe: [Cs-dev] What is this error
AttachmentsNone  

Date2006-05-26 12:24
FromIstvan Varga
SubjectRe: [Cs-dev] What is this error
AttachmentsNone