Csound Csound-dev Csound-tekno Search About

Re: [Csnd] error running custom built csound on win7

Date2012-06-16 14:39
Frommichael.gogins@gmail.com
SubjectRe: [Csnd] error running custom built csound on win7
AttachmentsNone  None  

Date2012-06-16 14:57
FromRory Walsh
SubjectRe: [Csnd] error running custom built csound on win7
Attachmentscsound.txt  
That's what I did. This time I've attached the output log file.
Hopefully that might have some clues in it.

Date2012-06-16 21:35
FromRory Walsh
SubjectRe: [Csnd] error running custom built csound on win7
I just ran the exe through gdb, here is the output. It doesn't tell me
much but I have very little experience with gdb. Can anyone else see
what the issue might be?

C:\Users\Rory\Documents\SourceCode\Csound\Csound5.17.11>gdb csound.exe
GNU gdb (GDB) 7.4
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".
For bug reporting instructions, please see:
...
Reading symbols from C:\Users\Rory\Documents\SourceCode\Csound\Csound5.17.11\cso
und.exe...done.
(gdb) run
Starting program: C:\Users\Rory\Documents\SourceCode\Csound\Csound5.17.11\csound
.exe
[New Thread 47984.0xbbb0]
During startup program exited with code 0xc000007b.
(gdb)

On 16 June 2012 14:57, Rory Walsh  wrote:
> That's what I did. This time I've attached the output log file.
> Hopefully that might have some clues in it.

Date2012-06-16 21:39
FromSteven Yi
SubjectRe: [Csnd] error running custom built csound on win7
Hi Rory,

I saw some things in your log about syswow64 dll's.  I don't know what
that is, but made me wonder if you're somehow linking with some 32bit
dll's and some 64bit ones?

steven

On Sat, Jun 16, 2012 at 6:57 AM, Rory Walsh  wrote:
> That's what I did. This time I've attached the output log file.
> Hopefully that might have some clues in it.
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-06-16 22:18
FromRory Walsh
SubjectRe: [Csnd] error running custom built csound on win7
Hmm. That's a thought. I'm very new to windows 7 and 64 bit
architecture. I assume all the system dlls are 64bit, so could it be
that some of my libraries, e.g., libsndfile are built as 32bit when I
should be using 64bit. As far as I know it's possible to grab a
pre-compiled 64bit version of libsndfile. I might start there and see
if it helps. Thanks.

Rory.

On 16 June 2012 21:39, Steven Yi  wrote:
> Hi Rory,
>
> I saw some things in your log about syswow64 dll's.  I don't know what
> that is, but made me wonder if you're somehow linking with some 32bit
> dll's and some 64bit ones?
>
> steven
>
> On Sat, Jun 16, 2012 at 6:57 AM, Rory Walsh  wrote:
>> That's what I did. This time I've attached the output log file.
>> Hopefully that might have some clues in it.
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-06-16 22:38
FromRory Walsh
SubjectRe: [Csnd] error running custom built csound on win7
Thanks Steven. Updating my libsndfile got me over that hurdle. I'm
sure it probably says something about this in Mike's build
instructions but I haven't got around to reading them yet!

On 16 June 2012 22:18, Rory Walsh  wrote:
> Hmm. That's a thought. I'm very new to windows 7 and 64 bit
> architecture. I assume all the system dlls are 64bit, so could it be
> that some of my libraries, e.g., libsndfile are built as 32bit when I
> should be using 64bit. As far as I know it's possible to grab a
> pre-compiled 64bit version of libsndfile. I might start there and see
> if it helps. Thanks.
>
> Rory.
>
> On 16 June 2012 21:39, Steven Yi  wrote:
>> Hi Rory,
>>
>> I saw some things in your log about syswow64 dll's.  I don't know what
>> that is, but made me wonder if you're somehow linking with some 32bit
>> dll's and some 64bit ones?
>>
>> steven
>>
>> On Sat, Jun 16, 2012 at 6:57 AM, Rory Walsh  wrote:
>>> That's what I did. This time I've attached the output log file.
>>> Hopefully that might have some clues in it.
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>


Date2012-06-16 22:41
FromRory Walsh
SubjectRe: [Csnd] error running custom built csound on win7
Thanks Steven. Updating my libsndfile got me over that hurdle. I'm
sure it probably says spomething about this in Mike's bulid
instructions but I haven't got around to reading them yet!

On 16 June 2012 22:18, Rory Walsh  wrote:
> Hmm. That's a thought. I'm very new to windows 7 and 64 bit
> architecture. I assume all the system dlls are 64bit, so could it be
> that some of my libraries, e.g., libsndfile are built as 32bit when I
> should be using 64bit. As far as I know it's possible to grab a
> pre-compiled 64bit version of libsndfile. I might start there and see
> if it helps. Thanks.
>
> Rory.
>
> On 16 June 2012 21:39, Steven Yi  wrote:
>> Hi Rory,
>>
>> I saw some things in your log about syswow64 dll's.  I don't know what
>> that is, but made me wonder if you're somehow linking with some 32bit
>> dll's and some 64bit ones?
>>
>> steven
>>
>> On Sat, Jun 16, 2012 at 6:57 AM, Rory Walsh  wrote:
>>> That's what I did. This time I've attached the output log file.
>>> Hopefully that might have some clues in it.
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>