| Well. then if there are no errors, you should get some output. Please
copy here the messages it prints for us to read.
Victor
On 1 May 2011, at 21:59, Adam Puckett wrote:
> Yes. Csound.exe is in the top level directory and printing its usual
> output.
>
> On 5/1/11, Victor Lazzarini wrote:
>> Did you manage to build csound?
>>
>> On 1 May 2011, at 21:51, Adam Puckett wrote:
>>
>>> I have a bunch of executables and DLLs in my root Csound directory,
>>> but I'm not getting a WAV file when running a CSD.
>>>
>>> On 5/1/11, Victor Lazzarini wrote:
>>>> just rename libsndfile-1.dll to libsndfile.dll and then set the
>>>> libsndfile bin directory as your customLIBPATH
>>>>
>>>> Victor
>>>> On 1 May 2011, at 21:13, Adam Puckett wrote:
>>>>
>>>>> I have a file called libsndfile-1.dll in the libsndfile bin
>>>>> directory
>>>>> and libsndfile-1.def and libsndfile-1.def in the lib directory. ld
>>>>> still reports problems.
>>>>>
>>>>> On 5/1/11, Victor Lazzarini wrote:
>>>>>> In custom.py, you can set this:
>>>>>>
>>>>>> # If libsndfile is not in a standard location add it here
>>>>>> (where ...
>>>>>> is ):
>>>>>> customLIBPATH.append('...')
>>>>>>
>>>>>> Victor
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 1 May 2011, at 20:40, Adam Puckett wrote:
>>>>>>
>>>>>>> How do I get the linker to find libsndfile?
>>>>>>>
>>>>>>> On 5/1/11, Victor Lazzarini wrote:
>>>>>>>> The problem is the linker not finding libsndfile, the
>>>>>>>> compiler is
>>>>>>>> finding the headers.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>> On 1 May 2011, at 20:29, Adam Puckett wrote:
>>>>>>>>
>>>>>>>>> No, the other way works too.
>>>>>>>>>
>>>>>>>>> On 5/1/11, Oeyvind Brandtsegg
>>>>>>>>> wrote:
>>>>>>>>>> Just a shot in the dark, but shouldn't it be
>>>>>>>>>> -I"C:\program files\Mega-Nerd\libsndfile\include"
>>>>>>>>>> instead of
>>>>>>>>>> "-IC:\program files\Mega-Nerd\libsndfile\include"
>>>>>>>>>> Oeyvind
>>>>>>>>>>
>>>>>>>>>> 2011/5/1 Adam Puckett :
>>>>>>>>>>> Here's the relevant section of config.log:
>>>>>>>>>>>
>>>>>>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -
>>>>>>>>>>> shared-
>>>>>>>>>>> libgcc
>>>>>>>>>>> -O3 -mtune=core2 -ftree-vectorize -ffast-math -Wno-format -g
>>>>>>>>>>> -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -
>>>>>>>>>>> DPIPES
>>>>>>>>>>> -DOS_IS_WIN32 -DUSE_DOUBLE -I. -IH "-IC:\program
>>>>>>>>>>> files\Mega-Nerd\libsndfile\include" -IC:\utah\opt\portaudio
>>>>>>>>>>> \include
>>>>>>>>>>> -IC:\utah\opt\portmidi\pm_common -IC:\utah\opt\portmidi
>>>>>>>>>>> \pm_win
>>>>>>>>>>> -IC:\utah\opt\portmidi\porttime -IC:\utah\msys\1.0\local
>>>>>>>>>>> \include
>>>>>>>>>>> -IC:\utah\opt\Python27\include -IC:\utah\opt\vstsdk2.4
>>>>>>>>>>> -IC:\utah\opt\boost_1_45_0
>>>>>>>>>>> -IC:\utah\opt\VSTModuleArchitectureSDK\pluginterfaces\base
>>>>>>>>>>> -IC:\utah\opt\luajit-2.0\src -IC:\utah\opt\Tcl\include
>>>>>>>>>>> -IC:\utah\opt\fluidsynth-1.1.3\include
>>>>>>>>>>> -IC:\utah\opt\Java\jdk1.6.0_23\include
>>>>>>>>>>> -IC:\utah\opt\Java\jdk1.6.0_23\include\win32 -IC:\utah\opt
>>>>>>>>>>> \liblo
>>>>>>>>>>> -IC:\utah\opt\liblo\lo -IC:\utah\opt\liblo\src
>>>>>>>>>>> -IC:\utah\opt\pure-data\pd\src -IC:\utah\opt\gmm-4.1\include
>>>>>>>>>>> -IC:\utah\opt\musicxml-v2\src\elements
>>>>>>>>>>> -IC:\utah\opt\musicxml-v2\src\files
>>>>>>>>>>> -IC:\utah\opt\musicxml-v2\src\visitors
>>>>>>>>>>> -IC:\utah\opt\musicxml-v2\src\lib -IC:\utah\opt\musicxml-
>>>>>>>>>>> v2\src
>>>>>>>>>>> \parser
>>>>>>>>>>> -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>>>>>>>> \conftest_1.c
>>>>>>>>>>> gcc -o .sconf_temp\conftest_1.exe -fexceptions -shared-
>>>>>>>>>>> libgcc
>>>>>>>>>>> -mno-cygwin -Wl,--enable-auto-import -Wl,--enable-runtime-
>>>>>>>>>>> pseudo-
>>>>>>>>>>> reloc
>>>>>>>>>>> .sconf_temp\conftest_1.o -L. -L. -LC:\usr\local\lib -L. -L.
>>>>>>>>>>> "-LC:\program files\Mega-Nerd\libsndfile" -LC:\utah\opt
>>>>>>>>>>> \portaudio
>>>>>>>>>>> -LC:\utah\opt\portmidi -LC:\utah\msys\1.0\local\lib
>>>>>>>>>>> -LC:\utah\msys\1.0\local\bin -LC:\utah\opt\Python27\libs
>>>>>>>>>>> -LC:\utah\opt\luajit-2.0\src -LC:\utah\opt\Tcl\lib
>>>>>>>>>>> -LC:\utah\opt\Tcl\bin -LC:\utah\opt\fluidsynth-1.1.3\src
>>>>>>>>>>> -LC:\utah\opt\directx-sdk-2010-06\Lib\x86 -LC:\utah\opt
>>>>>>>>>>> \liblo
>>>>>>>>>>> -LC:\utah\opt\pd\bin -LC:\utah\opt\musicxml-
>>>>>>>>>>> v2\win32\codeblocks
>>>>>>>>>>> -lsndfile
>>>>>>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../../mingw32/
>>>>>>>>>>> bin/
>>>>>>>>>>> ld.exe:
>>>>>>>>>>> cannot find -lsndfile
>>>>>>>>>>> collect2: ld returned 1 exit status
>>>>>>>>>>> scons: Configure: no
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 5/1/11, Victor Lazzarini
>>>>>>>>>>> wrote:
>>>>>>>>>>>> in the top level csound sources directory
>>>>>>>>>>>> On 1 May 2011, at 19:56, Adam Puckett wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Where is config.log?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 5/1/11, Victor Lazzarini
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> Look in config.log and see what the messages there say.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>> On 1 May 2011, at 19:41, Adam Puckett wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hey list,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I'm finally starting my Csound build! The thing I'm
>>>>>>>>>>>>>>> stuck on
>>>>>>>>>>>>>>> now is
>>>>>>>>>>>>>>> trying to find libsndfile. I installed the binary into
>>>>>>>>>>>>>>> c:
>>>>>>>>>>>>>>> \program
>>>>>>>>>>>>>>> files\mega-nerd\libsndfile, and told SCons where to look
>>>>>>>>>>>>>>> for
>>>>>>>>>>>>>>> it, and
>>>>>>>>>>>>>>> it still says "checking for sndfile... no." What
>>>>>>>>>>>>>>> should I
>>>>>>>>>>>>>>> do?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks!
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Adam
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 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"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 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"
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Dr Victor Lazzarini
>>>>>>>>>>>> Senior Lecturer
>>>>>>>>>>>> Dept. of Music
>>>>>>>>>>>> NUI Maynooth Ireland
>>>>>>>>>>>> tel.: +353 1 708 3545
>>>>>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 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"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 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"
>>>>>>>>>
>>>>>>>>
>>>>>>>> Dr Victor Lazzarini
>>>>>>>> Senior Lecturer
>>>>>>>> Dept. of Music
>>>>>>>> NUI Maynooth Ireland
>>>>>>>> tel.: +353 1 708 3545
>>>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 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"
>>>>>>>
>>>>>>
>>>>>> Dr Victor Lazzarini
>>>>>> Senior Lecturer
>>>>>> Dept. of Music
>>>>>> NUI Maynooth Ireland
>>>>>> tel.: +353 1 708 3545
>>>>>> Victor dot Lazzarini AT nuim dot ie
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> 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"
>>>>>
>>>>
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>>>
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> 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"
>
Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie
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"
|