Csound Csound-dev Csound-tekno Search About

[Cs-dev] windows build...

Date2011-05-18 12:27
FromRory Walsh
Subject[Cs-dev] windows build...
When I build with windows many of my csd's won't run due to invalid
opcodes. It seems that not all opcodes are being built for some reason
or another. Anyone know why this might be? Simplke csd's with oscils
and buzzs run but add in a random or ftgen and csound says invalid
opcode. Has something changed in how to build for windows? I'm using
source I check out a few days ago.

Rory.

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 12:37
FromVictor Lazzarini
SubjectRe: [Cs-dev] windows build...
No, but what about OPCODEDIR? Is it set? Are all the plugin opcodes  
there?

Victor
On 18 May 2011, at 12:27, Rory Walsh wrote:

> When I build with windows many of my csd's won't run due to invalid
> opcodes. It seems that not all opcodes are being built for some reason
> or another. Anyone know why this might be? Simplke csd's with oscils
> and buzzs run but add in a random or ftgen and csound says invalid
> opcode. Has something changed in how to build for windows? I'm using
> source I check out a few days ago.
>
> Rory.
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 13:27
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
It's only building plugin dll for those starting with a b or c it
seems. OPCODEDIR64 is set and as I mentioned, many of my csd's do run.
Here is my scons output? It's bizzare?

For custom options, run 'scons -h'.
For default options, run 'scons -H'.
If headers or libraries are not found, edit 'custom.py'.
For Linux, run in the standard shell
    with standard Python and just run 'scons'.
For MinGW, run in the MSys shell
    and use www.python.org WIN32 Python to run scons.
For Microsoft Visual C++, run in the Platform SDK
    command shell, and use www.python.org WIN32 Python to run scons.

System platform is 'win32'.

scons: warning: The Options class is deprecated; use the Variables class instead
.
File "C:\MyDocuments\SourceCode\Csound5\csound5\SConstruct", line 75, in 
Using options from 'custom.py.'
Build platform is MinGW/MSYS
SCons tools on this platform:  ['mingw', 'gcc', 'g++', 'gnulink', 'ar', 'gas', '
m4', 'swig', 'javac', 'jar']
CONFIGURATION DECISION: No localisation
CONFIGURATION DECISION: Using double-precision floating point for audio samples.

Checking for C header file stdio.h... (cached) yes
Checking for C library sndfile... (cached) yes
Checking for C library pthread... (cached) yes
CONFIGURATION DECISION: No MP3 support
CONFIGURATION DECISION: No Wiimote support
CONFIGURATION DECISION: No P5 Glove support
Checking for pthread_barrier_init(0, 0, 0) in C library pthread... (cached) yes
Checking for int n = omp_get_num_threads() in C++ library gomp... (cached) yes
Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m... (cached
) yes
found sync lock
Checking for C++ header file frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst
2.x/audioeffectx.h... (cached) no
Checking for C header file portaudio.h... (cached) yes
Checking for C header file portmidi.h... (cached) no
Checking for C++ header file FL/Fl.H... (cached) no
Checking for C++ header file boost/any.hpp... (cached) no
Checking for C++ header file gmm/gmm.h... (cached) no
Checking for C library asound... (cached) no
Checking for C library lo... (cached) yes
Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in C++ librar
y musicxml2... (cached) no
Checking for C header file jack/jack.h... (cached) no
Checking for C header file pulse/simple.h... (cached) no
Checking for C++ header file Opcodes/stk/include/Stk.h... (cached) no
Checking for C header file m_pd.h... (cached) yes
Checking for C header file tcl.h... (cached) no
Checking for C header file zlib.h... (cached) no
Checking for C++ header file funknown.h... (cached) no
Checking for C header file lua.h... (cached) no
Checking for SWIG... yes
Python Version: 2.6
Checking for C header file Python.h... (cached) yes
Checking for C++ header file jni.h... (cached) no
Checking for C header file io.h... (cached) yes
Checking for C header file fcntl.h... (cached) yes
Checking for C header file unistd.h... (cached) yes
Checking for C header file stdint.h... (cached) yes
Checking for C header file sys/time.h... (cached) yes
Checking for C header file sys/types.h... (cached) yes
Checking for C header file termios.h... (cached) no
Checking for C header file values.h... (cached) yes
Checking for C header file winsock.h... (cached) yes
Checking for C header file dirent.h... (cached) yes
Checking for libsndfile version 1.0.16 or later... (cached) yes
CONFIGURATION DECISION: Not building with new parser
CONFIGURATION DECISION: Building dynamic Csound library
CONFIGURATION DECISION: Building Csound C++ interface library.
CONFIGURATION DECISION: Not building Lua wrapper to Csound C++ interface library
.
CONFIGURATION DECISION: Not building Java wrapper to Csound C++ interface librar
y.
CONFIGURATION DECISION: Not building Python wrapper to Csound C++ interface libr
ary.
CONFIGURATION DECISION: Not generating Csound API PDF documentation.
Checking for C library fltk_png... (cached) no
CONFIGURATION DECISION: Not building linear algebra opcodes.
CONFIGURATION DECISION: Not building with FLTK graphs and widgets.
CONFIGURATION DECISION: Not building CoreAudio plugin.
CONFIGURATION DECISION: Not building ALSA plugin.
CONFIGURATION DECISION: Building PortAudio module.
CONFIGURATION DECISION: Not building JACK plugin.
CONFIGURATION DECISION: Not building with PortMIDI.
CONFIGURATION DECISION: Not building OSC plugin.
CONFIGURATION DECISION: Not building UDP plugins.
Checking for C header file fluidsynth.h... (cached) no
CONFIGURATION DECISION: Not building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
CONFIGURATION DECISION: Not building DSSI plugin host opcodes.
Checking for C header file Opcodes/Loris/src/loris.h... (cached) no
CONFIGURATION DECISION: Not building Loris Python extension and Csound opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Not building Python opcodes.
CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
CONFIGURATION DECISION: Not building Csound Text Editor.
CONFIGURATION DECISION: Not building CsoundAC extension module for Csound with a
lgorithmic composition.
CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
CONFIGURATION DECISION: Not building Tclcsound
CONFIGURATION DECISION: Not building Winsound
CONFIGURATION DECISION: Not building OSX GUI frontend
CONFIGURATION DEFAULT:  Building csLadspa.
CONFIGURATION DECISION: Not building beats score frontend.
CONFIGURATION DECISION: Not calling TAGS
scons: done reading SConscript files.
scons: Building targets ...
scons: done building targets.
TypeError: unhashable instance:
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 12
64:
    _exec_main(parser, values)
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 12
29:
    _main(parser)
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 99
2:
    nodes = _build_targets(fs, options, targets, target_top)
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Script\Main.py", line 11
85:
    jobs.run(postfunc = jobs_postfunc)
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Job.py", line 109:
    self.job.start()
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Job.py", line 191:
    task = self.taskmaster.next_task()
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Taskmaster.py", line 871
:
    node = self._find_next_ready_node()
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Taskmaster.py", line 762
:
    for child in chain(children,node.prerequisites):
  File "C:\Python26\lib\_abcoll.py", line 493:
    v = self[i]
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1324:
    self.__make_unique()
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1297:
    self.data = uniquer_hashables(self.data)
  File "C:\Python26\Lib\site-packages\scons-1.2.0\SCons\Util.py", line 1253:
    if not seen.has_key(item):

C:\MyDocuments\SourceCode\Csound5\csound5>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 13:30
FromVictor Lazzarini
SubjectRe: [Cs-dev] windows build...
I had these funny messages last week, after updating to the latest  
scons, they disappeared.

Victor
On 18 May 2011, at 13:27, Rory Walsh wrote:

> TypeError: unhashable instance:

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 13:39
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
I'll try that, hopefully it will also sort out the strange build
problems. I'll let you know.

Rory.


On 18 May 2011 13:30, Victor Lazzarini  wrote:
> I had these funny messages last week, after updating to the latest
> scons, they disappeared.
>
> Victor
> On 18 May 2011, at 13:27, Rory Walsh wrote:
>
>> TypeError: unhashable instance:
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 19:40
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
So I just grabbed the latest source and tried building again. Same
messages as before, and still the same problem. Only 11 plugins are
building. It seems to only build opcodes beginning with a b or c? I'm
building with these options:

scons buildInterfaces=1 buildNewParser=0 useDoubles=1

The only other thing I did was to move #include "csound_orc.h" so that
it's located in the #ifdef PARCS section of main.c. Otherwise scons
fails.

On 18 May 2011 13:39, Rory Walsh  wrote:
> I'll try that, hopefully it will also sort out the strange build
> problems. I'll let you know.
>
> Rory.
>
>
> On 18 May 2011 13:30, Victor Lazzarini  wrote:
>> I had these funny messages last week, after updating to the latest
>> scons, they disappeared.
>>
>> Victor
>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>
>>> TypeError: unhashable instance:
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> What Every C/C++ and Fortran developer Should Know!
>> Read this article and learn how Intel has extended the reach of its
>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>> developers boost performance applications - including clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 19:57
FromVictor Lazzarini
SubjectRe: [Cs-dev] windows build...
did you upgrade your scons?
On 18 May 2011, at 19:40, Rory Walsh wrote:

> So I just grabbed the latest source and tried building again. Same
> messages as before, and still the same problem. Only 11 plugins are
> building. It seems to only build opcodes beginning with a b or c? I'm
> building with these options:
>
> scons buildInterfaces=1 buildNewParser=0 useDoubles=1
>
> The only other thing I did was to move #include "csound_orc.h" so that
> it's located in the #ifdef PARCS section of main.c. Otherwise scons
> fails.
>
> On 18 May 2011 13:39, Rory Walsh  wrote:
>> I'll try that, hopefully it will also sort out the strange build
>> problems. I'll let you know.
>>
>> Rory.
>>
>>
>> On 18 May 2011 13:30, Victor Lazzarini   
>> wrote:
>>> I had these funny messages last week, after updating to the latest
>>> scons, they disappeared.
>>>
>>> Victor
>>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>>
>>>> TypeError: unhashable instance:
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> What Every C/C++ and Fortran developer Should Know!
>>> Read this article and learn how Intel has extended the reach of its
>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>> developers boost performance applications - including clusters.
>>> http://p.sf.net/sfu/intel-dev2devmay
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 20:32
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
No I'm using a relatively old version. Should I upgrade?

On Wednesday, 18 May 2011, Victor Lazzarini  wrote:
> did you upgrade your scons?
> On 18 May 2011, at 19:40, Rory Walsh wrote:
>
>> So I just grabbed the latest source and tried building again. Same
>> messages as before, and still the same problem. Only 11 plugins are
>> building. It seems to only build opcodes beginning with a b or c? I'm
>> building with these options:
>>
>> scons buildInterfaces=1 buildNewParser=0 useDoubles=1
>>
>> The only other thing I did was to move #include "csound_orc.h" so that
>> it's located in the #ifdef PARCS section of main.c. Otherwise scons
>> fails.
>>
>> On 18 May 2011 13:39, Rory Walsh  wrote:
>>> I'll try that, hopefully it will also sort out the strange build
>>> problems. I'll let you know.
>>>
>>> Rory.
>>>
>>>
>>> On 18 May 2011 13:30, Victor Lazzarini 
>>> wrote:
>>>> I had these funny messages last week, after updating to the latest
>>>> scons, they disappeared.
>>>>
>>>> Victor
>>>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>>>
>>>>> TypeError: unhashable instance:
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> What Every C/C++ and Fortran developer Should Know!
>>>> Read this article and learn how Intel has extended the reach of its
>>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>>> developers boost performance applications - including clusters.
>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> What Every C/C++ and Fortran developer Should Know!
>> Read this article and learn how Intel has extended the reach of its
>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>> developers boost performance applications - including clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 21:00
FromVictor Lazzarini
SubjectRe: [Cs-dev] windows build...
That is what I did when I had similar messages to the ones you copied  
here. I said it before, it stopped
the funny messages.


On 18 May 2011, at 20:32, Rory Walsh wrote:

> No I'm using a relatively old version. Should I upgrade?
>
> On Wednesday, 18 May 2011, Victor Lazzarini  
>  wrote:
>> did you upgrade your scons?
>> On 18 May 2011, at 19:40, Rory Walsh wrote:
>>
>>> So I just grabbed the latest source and tried building again. Same
>>> messages as before, and still the same problem. Only 11 plugins are
>>> building. It seems to only build opcodes beginning with a b or c?  
>>> I'm
>>> building with these options:
>>>
>>> scons buildInterfaces=1 buildNewParser=0 useDoubles=1
>>>
>>> The only other thing I did was to move #include "csound_orc.h" so  
>>> that
>>> it's located in the #ifdef PARCS section of main.c. Otherwise scons
>>> fails.
>>>
>>> On 18 May 2011 13:39, Rory Walsh  wrote:
>>>> I'll try that, hopefully it will also sort out the strange build
>>>> problems. I'll let you know.
>>>>
>>>> Rory.
>>>>
>>>>
>>>> On 18 May 2011 13:30, Victor Lazzarini 
>>>> wrote:
>>>>> I had these funny messages last week, after updating to the latest
>>>>> scons, they disappeared.
>>>>>
>>>>> Victor
>>>>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>>>>
>>>>>> TypeError: unhashable instance:
>>>>>
>>>>> Dr Victor Lazzarini
>>>>> Senior Lecturer
>>>>> Dept. of Music
>>>>> NUI Maynooth Ireland
>>>>> tel.: +353 1 708 3545
>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> What Every C/C++ and Fortran developer Should Know!
>>>>> Read this article and learn how Intel has extended the reach of  
>>>>> its
>>>>> next-generation tools to help Windows* and Linux* C/C++ and  
>>>>> Fortran
>>>>> developers boost performance applications - including clusters.
>>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> What Every C/C++ and Fortran developer Should Know!
>>> Read this article and learn how Intel has extended the reach of its
>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>> developers boost performance applications - including clusters.
>>> http://p.sf.net/sfu/intel-dev2devmay
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> What Every C/C++ and Fortran developer Should Know!
>> Read this article and learn how Intel has extended the reach of its
>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>> developers boost performance applications - including clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-18 21:15
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
Sorry, I thought you were talking about SConstruct. I'll try the newer
version of scons and get back to you. Cheers,
Rory.



On 18 May 2011 21:00, Victor Lazzarini  wrote:
> That is what I did when I had similar messages to the ones you copied
> here. I said it before, it stopped
> the funny messages.
>
>
> On 18 May 2011, at 20:32, Rory Walsh wrote:
>
>> No I'm using a relatively old version. Should I upgrade?
>>
>> On Wednesday, 18 May 2011, Victor Lazzarini
>>  wrote:
>>> did you upgrade your scons?
>>> On 18 May 2011, at 19:40, Rory Walsh wrote:
>>>
>>>> So I just grabbed the latest source and tried building again. Same
>>>> messages as before, and still the same problem. Only 11 plugins are
>>>> building. It seems to only build opcodes beginning with a b or c?
>>>> I'm
>>>> building with these options:
>>>>
>>>> scons buildInterfaces=1 buildNewParser=0 useDoubles=1
>>>>
>>>> The only other thing I did was to move #include "csound_orc.h" so
>>>> that
>>>> it's located in the #ifdef PARCS section of main.c. Otherwise scons
>>>> fails.
>>>>
>>>> On 18 May 2011 13:39, Rory Walsh  wrote:
>>>>> I'll try that, hopefully it will also sort out the strange build
>>>>> problems. I'll let you know.
>>>>>
>>>>> Rory.
>>>>>
>>>>>
>>>>> On 18 May 2011 13:30, Victor Lazzarini 
>>>>> wrote:
>>>>>> I had these funny messages last week, after updating to the latest
>>>>>> scons, they disappeared.
>>>>>>
>>>>>> Victor
>>>>>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>>>>>
>>>>>>> TypeError: unhashable instance:
>>>>>>
>>>>>> Dr Victor Lazzarini
>>>>>> Senior Lecturer
>>>>>> Dept. of Music
>>>>>> NUI Maynooth Ireland
>>>>>> tel.: +353 1 708 3545
>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> What Every C/C++ and Fortran developer Should Know!
>>>>>> Read this article and learn how Intel has extended the reach of
>>>>>> its
>>>>>> next-generation tools to help Windows* and Linux* C/C++ and
>>>>>> Fortran
>>>>>> developers boost performance applications - including clusters.
>>>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> What Every C/C++ and Fortran developer Should Know!
>>>> Read this article and learn how Intel has extended the reach of its
>>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>>> developers boost performance applications - including clusters.
>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> What Every C/C++ and Fortran developer Should Know!
>>> Read this article and learn how Intel has extended the reach of its
>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>> developers boost performance applications - including clusters.
>>> http://p.sf.net/sfu/intel-dev2devmay
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> What Every C/C++ and Fortran developer Should Know!
>> Read this article and learn how Intel has extended the reach of its
>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>> developers boost performance applications - including clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-05-19 11:14
FromRory Walsh
SubjectRe: [Cs-dev] windows build...
Thanks Victor, that did the trick. Linking to the float version of
Csound is causing my host to die on exit every time. Linking to the
doubles version doesn't. I've spent the past few days trying to figure
out why but I can't find the source of the problem. This is particular
to windows, the host exits fine on every other platform. I guess it's
not a problem given Mike is only preparing doubles versions of the
windows installer. If it wasn't particular to windows it would bother
me, as it is I can live with it.

Rory.


On 18 May 2011 21:15, Rory Walsh  wrote:
> Sorry, I thought you were talking about SConstruct. I'll try the newer
> version of scons and get back to you. Cheers,
> Rory.
>
>
>
> On 18 May 2011 21:00, Victor Lazzarini  wrote:
>> That is what I did when I had similar messages to the ones you copied
>> here. I said it before, it stopped
>> the funny messages.
>>
>>
>> On 18 May 2011, at 20:32, Rory Walsh wrote:
>>
>>> No I'm using a relatively old version. Should I upgrade?
>>>
>>> On Wednesday, 18 May 2011, Victor Lazzarini
>>>  wrote:
>>>> did you upgrade your scons?
>>>> On 18 May 2011, at 19:40, Rory Walsh wrote:
>>>>
>>>>> So I just grabbed the latest source and tried building again. Same
>>>>> messages as before, and still the same problem. Only 11 plugins are
>>>>> building. It seems to only build opcodes beginning with a b or c?
>>>>> I'm
>>>>> building with these options:
>>>>>
>>>>> scons buildInterfaces=1 buildNewParser=0 useDoubles=1
>>>>>
>>>>> The only other thing I did was to move #include "csound_orc.h" so
>>>>> that
>>>>> it's located in the #ifdef PARCS section of main.c. Otherwise scons
>>>>> fails.
>>>>>
>>>>> On 18 May 2011 13:39, Rory Walsh  wrote:
>>>>>> I'll try that, hopefully it will also sort out the strange build
>>>>>> problems. I'll let you know.
>>>>>>
>>>>>> Rory.
>>>>>>
>>>>>>
>>>>>> On 18 May 2011 13:30, Victor Lazzarini 
>>>>>> wrote:
>>>>>>> I had these funny messages last week, after updating to the latest
>>>>>>> scons, they disappeared.
>>>>>>>
>>>>>>> Victor
>>>>>>> On 18 May 2011, at 13:27, Rory Walsh wrote:
>>>>>>>
>>>>>>>> TypeError: unhashable instance:
>>>>>>>
>>>>>>> Dr Victor Lazzarini
>>>>>>> Senior Lecturer
>>>>>>> Dept. of Music
>>>>>>> NUI Maynooth Ireland
>>>>>>> tel.: +353 1 708 3545
>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> What Every C/C++ and Fortran developer Should Know!
>>>>>>> Read this article and learn how Intel has extended the reach of
>>>>>>> its
>>>>>>> next-generation tools to help Windows* and Linux* C/C++ and
>>>>>>> Fortran
>>>>>>> developers boost performance applications - including clusters.
>>>>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> What Every C/C++ and Fortran developer Should Know!
>>>>> Read this article and learn how Intel has extended the reach of its
>>>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>>>> developers boost performance applications - including clusters.
>>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> What Every C/C++ and Fortran developer Should Know!
>>>> Read this article and learn how Intel has extended the reach of its
>>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>>> developers boost performance applications - including clusters.
>>>> http://p.sf.net/sfu/intel-dev2devmay
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> What Every C/C++ and Fortran developer Should Know!
>>> Read this article and learn how Intel has extended the reach of its
>>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>>> developers boost performance applications - including clusters.
>>> http://p.sf.net/sfu/intel-dev2devmay
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> What Every C/C++ and Fortran developer Should Know!
>> Read this article and learn how Intel has extended the reach of its
>> next-generation tools to help Windows* and Linux* C/C++ and Fortran
>> developers boost performance applications - including clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net