| I had this error, this is because SConstruct
can't find the VST headers. It's actually
what I would describe as a PITA. I alerted the list,
but none cared to do anything about it.
You can do two things:
(a) don't compile with FLTK
(b) if you need FLTK, go and comment out
the following lines in H/widglobals.h:
(c) install the VST SDK where Michael Gogins
tells you to.
#ifdef CS_VSTHOST
/* for the moment, to be able to build FLTK
without VST, until a fix is found */
/* #include "Opcodes/vst4cs/src/vsthost.h" */
#endif
I think this needs to be sorted out better, I
am really unhappy about it. This has to do with
the FLTK panel for VST host opcodes. But even if
you don't build with these, when scons reads
widglobals.h it tries to find all header files
listed there (and ignores #ifdefs). Then fails
because it can't find it.
But I think it's just a mess.
Victor
>
> I got one step further by installing an older version of
> scons that I had lying around (version 0.96). This gets me
> through to the actual building stag, but stops on this
> error:
>
> scons: done reading SConscript files.
> scons: Building targets ...
> scons: building terminated because of errors.
> scons: *** ParentOfRoot instance has no attribute
> 'must_be_a_Dir'
>
> What version of scons do you use ? Should it work with
> 0.96 ? >From a quick web search it seems that "older
> versions" (whatever that is) did not allow relative paths
> like ../ I would use the newest scons, but that one gives
> the UnicodeDecode errors for me.
>
> Oeyvind
>
> ----------------------------------------------------------
> --------------- This SF.net email is sponsored by: Splunk
> Inc. Still grepping through log files to find problems?
> Stop. Now Search log events and configuration files using
> AJAX and a browser. Download your FREE copy of Splunk now
> >> http://get.splunk.com/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |