Csound Csound-dev Csound-tekno Search About

[Cs-dev] tyoos in "How to build Csound on Windows"

Date2011-10-29 17:37
Fromjohn ffitch
Subject[Cs-dev] tyoos in "How to build Csound on Windows"
On page 6, section IV 
  A. refers to head-mingw-env.py but this should be  head-mingw-env.sh

  E. refers to head-mingw-env.sh but this should be head-mingw-build.sh

Still cannot build though -- fails to find sndfile.h
==John ffitch

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-29 17:57
FromMichael Gogins
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
That would libsndfile which needs to be configured in your custom python file.

Regards,
Mike

On Sat, Oct 29, 2011 at 12:37 PM, john ffitch  wrote:
> On page 6, section IV
>  A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>
>  E. refers to head-mingw-env.sh but this should be head-mingw-build.sh
>
> Still cannot build though -- fails to find sndfile.h
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-29 18:02
FromVictor Lazzarini
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
scons always prints that it can't find libsndfile, because it's one of  
the first things it tests for, but I've seen it fail for all sorts of  
other reasons, not finding libsndfile.h NOT being one of them. You  
need to look at config.log.

On 29 Oct 2011, at 17:37, john ffitch wrote:

> On page 6, section IV
>  A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>
>  E. refers to head-mingw-env.sh but this should be head-mingw-build.sh
>
> Still cannot build though -- fails to find sndfile.h
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and  
> simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> 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




------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-29 18:34
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
The fix was to make customLIBPath point at C:\csound\libsndfile\bin and not
C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile\lib
as I guessed

I now have it building, but have other problems,  Main one is, what is the
predefined macro to identify Windows in gcc?  The code say __OS_WINDOWS__
in two files and _WINDOPWS_ in another, but =neither work

==John ff


> scons always prints that it can't find libsndfile, because it's one of
> the first things it tests for, but I've seen it fail for all sorts of
> other reasons, not finding libsndfile.h NOT being one of them. You
> need to look at config.log.
>
> On 29 Oct 2011, at 17:37, john ffitch wrote:
>
>> On page 6, section IV
>>  A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>
>>  E. refers to head-mingw-env.sh but this should be head-mingw-build.sh
>>
>> Still cannot build though -- fails to find sndfile.h
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-29 23:46
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
me too, I also have the 
"""
Checking for C library sndfile... no
The sndfile library is required to build Csound 5.
"""
now.

Admittedly, my build system may be off as I tried manually fixing oddities with flex/bison.
I also installed a new version of mingw/msys (side by side my old msys install, in another directory on the root).
Both mingws give the missing sndfile error. 
I have libsndfile installed in the default location C:/Programfiler/Mega-Nerd/libsndfile, and have this path added as customLIBPATH in custom.py. I don't have a libsndfile/bin, the dlls reside in the libsndfile directory.
Strangely, the sndfile lib could be found until a few days back, and I haven't moved it ...

Is there a reccomendation on version numbers for mingw, flex and bison for compiling csound on windows ?
I recall having problems earlier when using *too recent* versions of some tools.

The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
still refers to getting source from cvs, so I'm unsure if the page is up to date (well , more sure that it is not ...)
I would happily clean out my msys and start from scratch if I knew what versions to use.

best
Oeyvind

________________________________________
Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
Sendt: 29. oktober 2011 19:34
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

The fix was to make customLIBPath point at C:\csound\libsndfile\bin and not
C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile\lib
as I guessed

I now have it building, but have other problems,  Main one is, what is the
predefined macro to identify Windows in gcc?  The code say __OS_WINDOWS__
in two files and _WINDOPWS_ in another, but =neither work

==John ff


> scons always prints that it can't find libsndfile, because it's one of
> the first things it tests for, but I've seen it fail for all sorts of
> other reasons, not finding libsndfile.h NOT being one of them. You
> need to look at config.log.
>
> On 29 Oct 2011, at 17:37, john ffitch wrote:
>
>> On page 6, section IV
>>  A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>
>>  E. refers to head-mingw-env.sh but this should be head-mingw-build.sh
>>
>> Still cannot build though -- fails to find sndfile.h
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook
in minutes. BlackBerry App World™ now supports Android™ Apps
for the BlackBerry® PlayBook™. Discover just how easy and simple
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-30 00:27
FromVictor Lazzarini
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
What does your config.log say?

On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:

> me too, I also have the
> """
> Checking for C library sndfile... no
> The sndfile library is required to build Csound 5.
> """
> now.
>
> Admittedly, my build system may be off as I tried manually fixing  
> oddities with flex/bison.
> I also installed a new version of mingw/msys (side by side my old  
> msys install, in another directory on the root).
> Both mingws give the missing sndfile error.
> I have libsndfile installed in the default location C:/Programfiler/ 
> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in  
> custom.py. I don't have a libsndfile/bin, the dlls reside in the  
> libsndfile directory.
> Strangely, the sndfile lib could be found until a few days back, and  
> I haven't moved it ...
>
> Is there a reccomendation on version numbers for mingw, flex and  
> bison for compiling csound on windows ?
> I recall having problems earlier when using *too recent* versions of  
> some tools.
>
> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
> still refers to getting source from cvs, so I'm unsure if the page  
> is up to date (well , more sure that it is not ...)
> I would happily clean out my msys and start from scratch if I knew  
> what versions to use.
>
> best
> Oeyvind
>
> ________________________________________
> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
> Sendt: 29. oktober 2011 19:34
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> The fix was to make customLIBPath point at C:\csound\libsndfile\bin  
> and not
> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile 
> \lib
> as I guessed
>
> I now have it building, but have other problems,  Main one is, what  
> is the
> predefined macro to identify Windows in gcc?  The code say  
> __OS_WINDOWS__
> in two files and _WINDOPWS_ in another, but =neither work
>
> ==John ff
>
>
>> scons always prints that it can't find libsndfile, because it's one  
>> of
>> the first things it tests for, but I've seen it fail for all sorts of
>> other reasons, not finding libsndfile.h NOT being one of them. You
>> need to look at config.log.
>>
>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>
>>> On page 6, section IV
>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>
>>> E. refers to head-mingw-env.sh but this should be head-mingw- 
>>> build.sh
>>>
>>> Still cannot build though -- fails to find sndfile.h
>>> ==John ffitch
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™  
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> 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
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™  
>> Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and  
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and  
> simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and  
> simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> 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




------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-30 14:33
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Here it is:

file C:\msys\1.0\source\csound5\SConstruct,line 390:
	Configure(confdir = .sconf_temp)

file C:\msys\1.0\source\csound5\SConstruct,line 682:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file stdio.h... 
scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp\conftest_0.c <-
  |  |
  |  |#include 
  |  |
  |  |
  |
gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
scons: Configure: yes

scons: Configure: Checking for C library sndfile... 
scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
scons: Configure: The original builder output was:
  |.sconf_temp\conftest_1.c <-
  |  |
  |  |
  |  |#include "sndfile.h"
  |  |
  |  |int
  |  |main() {
  |  |  
  |  |return 0;
  |  |}
  |  |
  |
gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
collect2: ld returned 1 exit status
scons: Configure: no




________________________________________
Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
Sendt: 30. oktober 2011 01:27
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

What does your config.log say?

On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:

> me too, I also have the
> """
> Checking for C library sndfile... no
> The sndfile library is required to build Csound 5.
> """
> now.
>
> Admittedly, my build system may be off as I tried manually fixing
> oddities with flex/bison.
> I also installed a new version of mingw/msys (side by side my old
> msys install, in another directory on the root).
> Both mingws give the missing sndfile error.
> I have libsndfile installed in the default location C:/Programfiler/
> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
> custom.py. I don't have a libsndfile/bin, the dlls reside in the
> libsndfile directory.
> Strangely, the sndfile lib could be found until a few days back, and
> I haven't moved it ...
>
> Is there a reccomendation on version numbers for mingw, flex and
> bison for compiling csound on windows ?
> I recall having problems earlier when using *too recent* versions of
> some tools.
>
> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
> still refers to getting source from cvs, so I'm unsure if the page
> is up to date (well , more sure that it is not ...)
> I would happily clean out my msys and start from scratch if I knew
> what versions to use.
>
> best
> Oeyvind
>
> ________________________________________
> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
> Sendt: 29. oktober 2011 19:34
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
> and not
> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
> \lib
> as I guessed
>
> I now have it building, but have other problems,  Main one is, what
> is the
> predefined macro to identify Windows in gcc?  The code say
> __OS_WINDOWS__
> in two files and _WINDOPWS_ in another, but =neither work
>
> ==John ff
>
>
>> scons always prints that it can't find libsndfile, because it's one
>> of
>> the first things it tests for, but I've seen it fail for all sorts of
>> other reasons, not finding libsndfile.h NOT being one of them. You
>> need to look at config.log.
>>
>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>
>>> On page 6, section IV
>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>
>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>> build.sh
>>>
>>> Still cannot build though -- fails to find sndfile.h
>>> ==John ffitch
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> 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
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™
>> Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and
> simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and
> simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> 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




------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook
in minutes. BlackBerry App World™ now supports Android™ Apps
for the BlackBerry® PlayBook™. Discover just how easy and simple
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 11:45
FromSteven Yi
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Hi Oeyvind,

Did you ever get through this?  I was going to say it looks a bit odd
that you have some Microsoft things in your path.  Also, are you on
the windows command prompt, or in msys, or in a cygwin terminal?  I'm
trying to remember what I used but I use the msys terminal.

steven

On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
 wrote:
> Here it is:
>
> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>        Configure(confdir = .sconf_temp)
>
> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>        Configure(confdir = .sconf_temp)
> scons: Configure: Checking for C header file stdio.h...
> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_0.c <-
>  |  |
>  |  |#include 
>  |  |
>  |  |
>  |
> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
> scons: Configure: yes
>
> scons: Configure: Checking for C library sndfile...
> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_1.c <-
>  |  |
>  |  |
>  |  |#include "sndfile.h"
>  |  |
>  |  |int
>  |  |main() {
>  |  |
>  |  |return 0;
>  |  |}
>  |  |
>  |
> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
> collect2: ld returned 1 exit status
> scons: Configure: no
>
>
>
>
> ________________________________________
> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
> Sendt: 30. oktober 2011 01:27
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> What does your config.log say?
>
> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>
>> me too, I also have the
>> """
>> Checking for C library sndfile... no
>> The sndfile library is required to build Csound 5.
>> """
>> now.
>>
>> Admittedly, my build system may be off as I tried manually fixing
>> oddities with flex/bison.
>> I also installed a new version of mingw/msys (side by side my old
>> msys install, in another directory on the root).
>> Both mingws give the missing sndfile error.
>> I have libsndfile installed in the default location C:/Programfiler/
>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>> libsndfile directory.
>> Strangely, the sndfile lib could be found until a few days back, and
>> I haven't moved it ...
>>
>> Is there a reccomendation on version numbers for mingw, flex and
>> bison for compiling csound on windows ?
>> I recall having problems earlier when using *too recent* versions of
>> some tools.
>>
>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>> still refers to getting source from cvs, so I'm unsure if the page
>> is up to date (well , more sure that it is not ...)
>> I would happily clean out my msys and start from scratch if I knew
>> what versions to use.
>>
>> best
>> Oeyvind
>>
>> ________________________________________
>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>> Sendt: 29. oktober 2011 19:34
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>> and not
>> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
>> \lib
>> as I guessed
>>
>> I now have it building, but have other problems,  Main one is, what
>> is the
>> predefined macro to identify Windows in gcc?  The code say
>> __OS_WINDOWS__
>> in two files and _WINDOPWS_ in another, but =neither work
>>
>> ==John ff
>>
>>
>>> scons always prints that it can't find libsndfile, because it's one
>>> of
>>> the first things it tests for, but I've seen it fail for all sorts of
>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>> need to look at config.log.
>>>
>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>
>>>> On page 6, section IV
>>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>>
>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>> build.sh
>>>>
>>>> Still cannot build though -- fails to find sndfile.h
>>>> ==John ffitch
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 12:51
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Hi Steven,
I haven't solved it yet.
I'm using the msys terminal.
Since your comments about a possibly bloated path, I tried just now using the custom-mingw.py file (just modifying the path to libsndfile to match my system, leaving all other paths in custom-mingw.py as it). I would expect libsndfile to be found then, and then stop at the next thing that could not be found... but no, still stops because of missing libsndfile.

I will try updating libsndfile (I'm on 1.0.23 and the most recent is 1.0.25), but i was unsure if I should use the 64 bit or the 32 bit version version (can't remember what I did last time). I'm on windows 7 64 bit, so I would expect I should use the 64 bit libsndfile (or?).

best
Oeyvind

________________________________________
Fra: Steven Yi [stevenyi@gmail.com]
Sendt: 1. november 2011 12:45
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

Hi Oeyvind,

Did you ever get through this?  I was going to say it looks a bit odd
that you have some Microsoft things in your path.  Also, are you on
the windows command prompt, or in msys, or in a cygwin terminal?  I'm
trying to remember what I used but I use the msys terminal.

steven

On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
 wrote:
> Here it is:
>
> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>        Configure(confdir = .sconf_temp)
>
> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>        Configure(confdir = .sconf_temp)
> scons: Configure: Checking for C header file stdio.h...
> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_0.c <-
>  |  |
>  |  |#include 
>  |  |
>  |  |
>  |
> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
> scons: Configure: yes
>
> scons: Configure: Checking for C library sndfile...
> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_1.c <-
>  |  |
>  |  |
>  |  |#include "sndfile.h"
>  |  |
>  |  |int
>  |  |main() {
>  |  |
>  |  |return 0;
>  |  |}
>  |  |
>  |
> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
> collect2: ld returned 1 exit status
> scons: Configure: no
>
>
>
>
> ________________________________________
> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
> Sendt: 30. oktober 2011 01:27
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> What does your config.log say?
>
> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>
>> me too, I also have the
>> """
>> Checking for C library sndfile... no
>> The sndfile library is required to build Csound 5.
>> """
>> now.
>>
>> Admittedly, my build system may be off as I tried manually fixing
>> oddities with flex/bison.
>> I also installed a new version of mingw/msys (side by side my old
>> msys install, in another directory on the root).
>> Both mingws give the missing sndfile error.
>> I have libsndfile installed in the default location C:/Programfiler/
>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>> libsndfile directory.
>> Strangely, the sndfile lib could be found until a few days back, and
>> I haven't moved it ...
>>
>> Is there a reccomendation on version numbers for mingw, flex and
>> bison for compiling csound on windows ?
>> I recall having problems earlier when using *too recent* versions of
>> some tools.
>>
>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>> still refers to getting source from cvs, so I'm unsure if the page
>> is up to date (well , more sure that it is not ...)
>> I would happily clean out my msys and start from scratch if I knew
>> what versions to use.
>>
>> best
>> Oeyvind
>>
>> ________________________________________
>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>> Sendt: 29. oktober 2011 19:34
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>> and not
>> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
>> \lib
>> as I guessed
>>
>> I now have it building, but have other problems,  Main one is, what
>> is the
>> predefined macro to identify Windows in gcc?  The code say
>> __OS_WINDOWS__
>> in two files and _WINDOPWS_ in another, but =neither work
>>
>> ==John ff
>>
>>
>>> scons always prints that it can't find libsndfile, because it's one
>>> of
>>> the first things it tests for, but I've seen it fail for all sorts of
>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>> need to look at config.log.
>>>
>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>
>>>> On page 6, section IV
>>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>>
>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>> build.sh
>>>>
>>>> Still cannot build though -- fails to find sndfile.h
>>>> ==John ffitch
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 13:14
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Tried once more with a fresh clone of csound5 repo, a fresh install of mingw, and a minimal custom.py

Here's the config.log

file C:\MinGW\csound5\csound5\SConstruct,line 390:
	Configure(confdir = .sconf_temp)

file C:\MinGW\csound5\csound5\SConstruct,line 682:
	Configure(confdir = .sconf_temp)
scons: Configure: Checking for C header file stdio.h... 
.sconf_temp\conftest_0.c <-
  |
  |#include 
  |
  |
gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
scons: Configure: yes

scons: Configure: Checking for C library sndfile... 
.sconf_temp\conftest_1.c <-
  |
  |
  |#include "sndfile.h"
  |
  |int
  |main() {
  |  
  |return 0;
  |}
  |
gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -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:\MinGW\libsndfile -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


________________________________________
Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
Sendt: 1. november 2011 13:51
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

Hi Steven,
I haven't solved it yet.
I'm using the msys terminal.
Since your comments about a possibly bloated path, I tried just now using the custom-mingw.py file (just modifying the path to libsndfile to match my system, leaving all other paths in custom-mingw.py as it). I would expect libsndfile to be found then, and then stop at the next thing that could not be found... but no, still stops because of missing libsndfile.

I will try updating libsndfile (I'm on 1.0.23 and the most recent is 1.0.25), but i was unsure if I should use the 64 bit or the 32 bit version version (can't remember what I did last time). I'm on windows 7 64 bit, so I would expect I should use the 64 bit libsndfile (or?).

best
Oeyvind

________________________________________
Fra: Steven Yi [stevenyi@gmail.com]
Sendt: 1. november 2011 12:45
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

Hi Oeyvind,

Did you ever get through this?  I was going to say it looks a bit odd
that you have some Microsoft things in your path.  Also, are you on
the windows command prompt, or in msys, or in a cygwin terminal?  I'm
trying to remember what I used but I use the msys terminal.

steven

On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
 wrote:
> Here it is:
>
> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>        Configure(confdir = .sconf_temp)
>
> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>        Configure(confdir = .sconf_temp)
> scons: Configure: Checking for C header file stdio.h...
> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_0.c <-
>  |  |
>  |  |#include 
>  |  |
>  |  |
>  |
> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
> scons: Configure: yes
>
> scons: Configure: Checking for C library sndfile...
> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
> scons: Configure: The original builder output was:
>  |.sconf_temp\conftest_1.c <-
>  |  |
>  |  |
>  |  |#include "sndfile.h"
>  |  |
>  |  |int
>  |  |main() {
>  |  |
>  |  |return 0;
>  |  |}
>  |  |
>  |
> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
> collect2: ld returned 1 exit status
> scons: Configure: no
>
>
>
>
> ________________________________________
> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
> Sendt: 30. oktober 2011 01:27
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> What does your config.log say?
>
> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>
>> me too, I also have the
>> """
>> Checking for C library sndfile... no
>> The sndfile library is required to build Csound 5.
>> """
>> now.
>>
>> Admittedly, my build system may be off as I tried manually fixing
>> oddities with flex/bison.
>> I also installed a new version of mingw/msys (side by side my old
>> msys install, in another directory on the root).
>> Both mingws give the missing sndfile error.
>> I have libsndfile installed in the default location C:/Programfiler/
>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>> libsndfile directory.
>> Strangely, the sndfile lib could be found until a few days back, and
>> I haven't moved it ...
>>
>> Is there a reccomendation on version numbers for mingw, flex and
>> bison for compiling csound on windows ?
>> I recall having problems earlier when using *too recent* versions of
>> some tools.
>>
>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>> still refers to getting source from cvs, so I'm unsure if the page
>> is up to date (well , more sure that it is not ...)
>> I would happily clean out my msys and start from scratch if I knew
>> what versions to use.
>>
>> best
>> Oeyvind
>>
>> ________________________________________
>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>> Sendt: 29. oktober 2011 19:34
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>> and not
>> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
>> \lib
>> as I guessed
>>
>> I now have it building, but have other problems,  Main one is, what
>> is the
>> predefined macro to identify Windows in gcc?  The code say
>> __OS_WINDOWS__
>> in two files and _WINDOPWS_ in another, but =neither work
>>
>> ==John ff
>>
>>
>>> scons always prints that it can't find libsndfile, because it's one
>>> of
>>> the first things it tests for, but I've seen it fail for all sorts of
>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>> need to look at config.log.
>>>
>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>
>>>> On page 6, section IV
>>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>>
>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>> build.sh
>>>>
>>>> Still cannot build though -- fails to find sndfile.h
>>>> ==John ffitch
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and
>> simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 13:40
FromSteven Yi
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
It looks likeyou have the include path but perhaps not the lib dir
added for libsndfile?  Could you paste what you have in your
custom.py, and check customLIBPATH has the value pointing to your
libsndfile directory where the dll is?

On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
 wrote:
> Tried once more with a fresh clone of csound5 repo, a fresh install of mingw, and a minimal custom.py
>
> Here's the config.log
>
> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>        Configure(confdir = .sconf_temp)
>
> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>        Configure(confdir = .sconf_temp)
> scons: Configure: Checking for C header file stdio.h...
> .sconf_temp\conftest_0.c <-
>  |
>  |#include 
>  |
>  |
> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
> scons: Configure: yes
>
> scons: Configure: Checking for C library sndfile...
> .sconf_temp\conftest_1.c <-
>  |
>  |
>  |#include "sndfile.h"
>  |
>  |int
>  |main() {
>  |
>  |return 0;
>  |}
>  |
> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -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:\MinGW\libsndfile -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
>
>
> ________________________________________
> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
> Sendt: 1. november 2011 13:51
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> Hi Steven,
> I haven't solved it yet.
> I'm using the msys terminal.
> Since your comments about a possibly bloated path, I tried just now using the custom-mingw.py file (just modifying the path to libsndfile to match my system, leaving all other paths in custom-mingw.py as it). I would expect libsndfile to be found then, and then stop at the next thing that could not be found... but no, still stops because of missing libsndfile.
>
> I will try updating libsndfile (I'm on 1.0.23 and the most recent is 1.0.25), but i was unsure if I should use the 64 bit or the 32 bit version version (can't remember what I did last time). I'm on windows 7 64 bit, so I would expect I should use the 64 bit libsndfile (or?).
>
> best
> Oeyvind
>
> ________________________________________
> Fra: Steven Yi [stevenyi@gmail.com]
> Sendt: 1. november 2011 12:45
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> Hi Oeyvind,
>
> Did you ever get through this?  I was going to say it looks a bit odd
> that you have some Microsoft things in your path.  Also, are you on
> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
> trying to remember what I used but I use the msys terminal.
>
> steven
>
> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>  wrote:
>> Here it is:
>>
>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>        Configure(confdir = .sconf_temp)
>>
>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>        Configure(confdir = .sconf_temp)
>> scons: Configure: Checking for C header file stdio.h...
>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>> scons: Configure: The original builder output was:
>>  |.sconf_temp\conftest_0.c <-
>>  |  |
>>  |  |#include 
>>  |  |
>>  |  |
>>  |
>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
>> scons: Configure: yes
>>
>> scons: Configure: Checking for C library sndfile...
>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>> scons: Configure: The original builder output was:
>>  |.sconf_temp\conftest_1.c <-
>>  |  |
>>  |  |
>>  |  |#include "sndfile.h"
>>  |  |
>>  |  |int
>>  |  |main() {
>>  |  |
>>  |  |return 0;
>>  |  |}
>>  |  |
>>  |
>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
>> collect2: ld returned 1 exit status
>> scons: Configure: no
>>
>>
>>
>>
>> ________________________________________
>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>> Sendt: 30. oktober 2011 01:27
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> What does your config.log say?
>>
>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>
>>> me too, I also have the
>>> """
>>> Checking for C library sndfile... no
>>> The sndfile library is required to build Csound 5.
>>> """
>>> now.
>>>
>>> Admittedly, my build system may be off as I tried manually fixing
>>> oddities with flex/bison.
>>> I also installed a new version of mingw/msys (side by side my old
>>> msys install, in another directory on the root).
>>> Both mingws give the missing sndfile error.
>>> I have libsndfile installed in the default location C:/Programfiler/
>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>> libsndfile directory.
>>> Strangely, the sndfile lib could be found until a few days back, and
>>> I haven't moved it ...
>>>
>>> Is there a reccomendation on version numbers for mingw, flex and
>>> bison for compiling csound on windows ?
>>> I recall having problems earlier when using *too recent* versions of
>>> some tools.
>>>
>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>> still refers to getting source from cvs, so I'm unsure if the page
>>> is up to date (well , more sure that it is not ...)
>>> I would happily clean out my msys and start from scratch if I knew
>>> what versions to use.
>>>
>>> best
>>> Oeyvind
>>>
>>> ________________________________________
>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>> Sendt: 29. oktober 2011 19:34
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>> and not
>>> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
>>> \lib
>>> as I guessed
>>>
>>> I now have it building, but have other problems,  Main one is, what
>>> is the
>>> predefined macro to identify Windows in gcc?  The code say
>>> __OS_WINDOWS__
>>> in two files and _WINDOPWS_ in another, but =neither work
>>>
>>> ==John ff
>>>
>>>
>>>> scons always prints that it can't find libsndfile, because it's one
>>>> of
>>>> the first things it tests for, but I've seen it fail for all sorts of
>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>> need to look at config.log.
>>>>
>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>
>>>>> On page 6, section IV
>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>>>
>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>> build.sh
>>>>>
>>>>> Still cannot build though -- fails to find sndfile.h
>>>>> ==John ffitch
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™ Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™ Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> 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
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 15:02
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
I have 

    customCPPPATH.append('C:\MinGW\libsndfile\include') 
    customLIBPATH.append('C:\MinGW\libsndfile')

in my custom.py

and I have 
libsndfile-1.dll
residing in C:\MinGW\libsndfile

strange isn't it ?
Oeyind
________________________________________
Fra: Steven Yi [stevenyi@gmail.com]
Sendt: 1. november 2011 14:40
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

It looks likeyou have the include path but perhaps not the lib dir
added for libsndfile?  Could you paste what you have in your
custom.py, and check customLIBPATH has the value pointing to your
libsndfile directory where the dll is?

On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
 wrote:
> Tried once more with a fresh clone of csound5 repo, a fresh install of mingw, and a minimal custom.py
>
> Here's the config.log
>
> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>        Configure(confdir = .sconf_temp)
>
> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>        Configure(confdir = .sconf_temp)
> scons: Configure: Checking for C header file stdio.h...
> .sconf_temp\conftest_0.c <-
>  |
>  |#include 
>  |
>  |
> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
> scons: Configure: yes
>
> scons: Configure: Checking for C library sndfile...
> .sconf_temp\conftest_1.c <-
>  |
>  |
>  |#include "sndfile.h"
>  |
>  |int
>  |main() {
>  |
>  |return 0;
>  |}
>  |
> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW\libsndfile\include -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:\MinGW\libsndfile -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
>
>
> ________________________________________
> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
> Sendt: 1. november 2011 13:51
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> Hi Steven,
> I haven't solved it yet.
> I'm using the msys terminal.
> Since your comments about a possibly bloated path, I tried just now using the custom-mingw.py file (just modifying the path to libsndfile to match my system, leaving all other paths in custom-mingw.py as it). I would expect libsndfile to be found then, and then stop at the next thing that could not be found... but no, still stops because of missing libsndfile.
>
> I will try updating libsndfile (I'm on 1.0.23 and the most recent is 1.0.25), but i was unsure if I should use the 64 bit or the 32 bit version version (can't remember what I did last time). I'm on windows 7 64 bit, so I would expect I should use the 64 bit libsndfile (or?).
>
> best
> Oeyvind
>
> ________________________________________
> Fra: Steven Yi [stevenyi@gmail.com]
> Sendt: 1. november 2011 12:45
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> Hi Oeyvind,
>
> Did you ever get through this?  I was going to say it looks a bit odd
> that you have some Microsoft things in your path.  Also, are you on
> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
> trying to remember what I used but I use the msys terminal.
>
> steven
>
> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>  wrote:
>> Here it is:
>>
>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>        Configure(confdir = .sconf_temp)
>>
>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>        Configure(confdir = .sconf_temp)
>> scons: Configure: Checking for C header file stdio.h...
>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>> scons: Configure: The original builder output was:
>>  |.sconf_temp\conftest_0.c <-
>>  |  |
>>  |  |#include 
>>  |  |
>>  |  |
>>  |
>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp\conftest_0.c
>> scons: Configure: yes
>>
>> scons: Configure: Checking for C library sndfile...
>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>> scons: Configure: The original builder output was:
>>  |.sconf_temp\conftest_1.c <-
>>  |  |
>>  |  |
>>  |  |#include "sndfile.h"
>>  |  |
>>  |  |int
>>  |  |main() {
>>  |  |
>>  |  |return 0;
>>  |  |}
>>  |  |
>>  |
>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys\1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source\portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys\1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec\mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends\CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk\source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java\jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include\win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-LC:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc\Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys\1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec\mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x28): undefined reference to `__dyn_tls_init_callback'
>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text+0x5c): undefined reference to `__cpu_features_init'
>> collect2: ld returned 1 exit status
>> scons: Configure: no
>>
>>
>>
>>
>> ________________________________________
>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>> Sendt: 30. oktober 2011 01:27
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> What does your config.log say?
>>
>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>
>>> me too, I also have the
>>> """
>>> Checking for C library sndfile... no
>>> The sndfile library is required to build Csound 5.
>>> """
>>> now.
>>>
>>> Admittedly, my build system may be off as I tried manually fixing
>>> oddities with flex/bison.
>>> I also installed a new version of mingw/msys (side by side my old
>>> msys install, in another directory on the root).
>>> Both mingws give the missing sndfile error.
>>> I have libsndfile installed in the default location C:/Programfiler/
>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>> libsndfile directory.
>>> Strangely, the sndfile lib could be found until a few days back, and
>>> I haven't moved it ...
>>>
>>> Is there a reccomendation on version numbers for mingw, flex and
>>> bison for compiling csound on windows ?
>>> I recall having problems earlier when using *too recent* versions of
>>> some tools.
>>>
>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>> still refers to getting source from cvs, so I'm unsure if the page
>>> is up to date (well , more sure that it is not ...)
>>> I would happily clean out my msys and start from scratch if I knew
>>> what versions to use.
>>>
>>> best
>>> Oeyvind
>>>
>>> ________________________________________
>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>> Sendt: 29. oktober 2011 19:34
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>> and not
>>> C:\csound\libsndfile as the examples suggest or C:\csound\libsndfile
>>> \lib
>>> as I guessed
>>>
>>> I now have it building, but have other problems,  Main one is, what
>>> is the
>>> predefined macro to identify Windows in gcc?  The code say
>>> __OS_WINDOWS__
>>> in two files and _WINDOPWS_ in another, but =neither work
>>>
>>> ==John ff
>>>
>>>
>>>> scons always prints that it can't find libsndfile, because it's one
>>>> of
>>>> the first things it tests for, but I've seen it fail for all sorts of
>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>> need to look at config.log.
>>>>
>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>
>>>>> On page 6, section IV
>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-env.sh
>>>>>
>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>> build.sh
>>>>>
>>>>> Still cannot build though -- fails to find sndfile.h
>>>>> ==John ffitch
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™ Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™ Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> 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
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>> in minutes. BlackBerry App World™ now supports Android™ Apps
>> for the BlackBerry® PlayBook™. Discover just how easy and simple
>> it is! http://p.sf.net/sfu/android-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 15:11
FromVictor Lazzarini
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
yes but isn't it looking for libsndfile.dll (without the -1)?

On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:

> I have
>
>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>    customLIBPATH.append('C:\MinGW\libsndfile')
>
> in my custom.py
>
> and I have
> libsndfile-1.dll
> residing in C:\MinGW\libsndfile
>
> strange isn't it ?
> Oeyind
> ________________________________________
> Fra: Steven Yi [stevenyi@gmail.com]
> Sendt: 1. november 2011 14:40
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> It looks likeyou have the include path but perhaps not the lib dir
> added for libsndfile?  Could you paste what you have in your
> custom.py, and check customLIBPATH has the value pointing to your
> libsndfile directory where the dll is?
>
> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>  wrote:
>> Tried once more with a fresh clone of csound5 repo, a fresh install  
>> of mingw, and a minimal custom.py
>>
>> Here's the config.log
>>
>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>       Configure(confdir = .sconf_temp)
>>
>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>       Configure(confdir = .sconf_temp)
>> scons: Configure: Checking for C header file stdio.h...
>> .sconf_temp\conftest_0.c <-
>> |
>> |#include 
>> |
>> |
>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared- 
>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks - 
>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW 
>> \libsndfile\include -IC:\usr\local\include -IC:\usr 
>> \include .sconf_temp\conftest_0.c
>> scons: Configure: yes
>>
>> scons: Configure: Checking for C library sndfile...
>> .sconf_temp\conftest_1.c <-
>> |
>> |
>> |#include "sndfile.h"
>> |
>> |int
>> |main() {
>> |
>> |return 0;
>> |}
>> |
>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared- 
>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks - 
>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW 
>> \libsndfile\include -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:\MinGW\libsndfile -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
>>
>>
>> ________________________________________
>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>> Sendt: 1. november 2011 13:51
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> Hi Steven,
>> I haven't solved it yet.
>> I'm using the msys terminal.
>> Since your comments about a possibly bloated path, I tried just now  
>> using the custom-mingw.py file (just modifying the path to  
>> libsndfile to match my system, leaving all other paths in custom- 
>> mingw.py as it). I would expect libsndfile to be found then, and  
>> then stop at the next thing that could not be found... but no,  
>> still stops because of missing libsndfile.
>>
>> I will try updating libsndfile (I'm on 1.0.23 and the most recent  
>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32  
>> bit version version (can't remember what I did last time). I'm on  
>> windows 7 64 bit, so I would expect I should use the 64 bit  
>> libsndfile (or?).
>>
>> best
>> Oeyvind
>>
>> ________________________________________
>> Fra: Steven Yi [stevenyi@gmail.com]
>> Sendt: 1. november 2011 12:45
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> Hi Oeyvind,
>>
>> Did you ever get through this?  I was going to say it looks a bit odd
>> that you have some Microsoft things in your path.  Also, are you on
>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>> trying to remember what I used but I use the msys terminal.
>>
>> steven
>>
>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>  wrote:
>>> Here it is:
>>>
>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>       Configure(confdir = .sconf_temp)
>>>
>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>       Configure(confdir = .sconf_temp)
>>> scons: Configure: Checking for C header file stdio.h...
>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>> scons: Configure: The original builder output was:
>>> |.sconf_temp\conftest_0.c <-
>>> |  |
>>> |  |#include 
>>> |  |
>>> |  |
>>> |
>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared- 
>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks - 
>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys 
>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source 
>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys 
>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec 
>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends 
>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk 
>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java 
>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include 
>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp 
>>> \conftest_0.c
>>> scons: Configure: yes
>>>
>>> scons: Configure: Checking for C library sndfile...
>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>> scons: Configure: The original builder output was:
>>> |.sconf_temp\conftest_1.c <-
>>> |  |
>>> |  |
>>> |  |#include "sndfile.h"
>>> |  |
>>> |  |int
>>> |  |main() {
>>> |  |
>>> |  |return 0;
>>> |  |}
>>> |  |
>>> |
>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared- 
>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks - 
>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys 
>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source 
>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys 
>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec 
>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends 
>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk 
>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java 
>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include 
>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "- 
>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003  
>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows  
>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc 
>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys 
>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec 
>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text 
>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text 
>>> +0x5c): undefined reference to `__cpu_features_init'
>>> collect2: ld returned 1 exit status
>>> scons: Configure: no
>>>
>>>
>>>
>>>
>>> ________________________________________
>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>> Sendt: 30. oktober 2011 01:27
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> What does your config.log say?
>>>
>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>
>>>> me too, I also have the
>>>> """
>>>> Checking for C library sndfile... no
>>>> The sndfile library is required to build Csound 5.
>>>> """
>>>> now.
>>>>
>>>> Admittedly, my build system may be off as I tried manually fixing
>>>> oddities with flex/bison.
>>>> I also installed a new version of mingw/msys (side by side my old
>>>> msys install, in another directory on the root).
>>>> Both mingws give the missing sndfile error.
>>>> I have libsndfile installed in the default location C:/ 
>>>> Programfiler/
>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>> libsndfile directory.
>>>> Strangely, the sndfile lib could be found until a few days back,  
>>>> and
>>>> I haven't moved it ...
>>>>
>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>> bison for compiling csound on windows ?
>>>> I recall having problems earlier when using *too recent* versions  
>>>> of
>>>> some tools.
>>>>
>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>> is up to date (well , more sure that it is not ...)
>>>> I would happily clean out my msys and start from scratch if I knew
>>>> what versions to use.
>>>>
>>>> best
>>>> Oeyvind
>>>>
>>>> ________________________________________
>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>> Sendt: 29. oktober 2011 19:34
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>> and not
>>>> C:\csound\libsndfile as the examples suggest or C:\csound 
>>>> \libsndfile
>>>> \lib
>>>> as I guessed
>>>>
>>>> I now have it building, but have other problems,  Main one is, what
>>>> is the
>>>> predefined macro to identify Windows in gcc?  The code say
>>>> __OS_WINDOWS__
>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>
>>>> ==John ff
>>>>
>>>>
>>>>> scons always prints that it can't find libsndfile, because it's  
>>>>> one
>>>>> of
>>>>> the first things it tests for, but I've seen it fail for all  
>>>>> sorts of
>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>> need to look at config.log.
>>>>>
>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>
>>>>>> On page 6, section IV
>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw- 
>>>>>> env.sh
>>>>>>
>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>> build.sh
>>>>>>
>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>> ==John ffitch
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry  
>>>>>> PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy  
>>>>>> and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry  
>>>>> PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™  
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™  
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™  
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and  
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>> in minutes. BlackBerry App World™ now supports Android™  
>>> Apps
>>> for the BlackBerry® PlayBook™. Discover just how easy and  
>>> simple
>>> it is! http://p.sf.net/sfu/android-dev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> 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




------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 15:13
FromSteven Yi
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll

On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
 wrote:
> yes but isn't it looking for libsndfile.dll (without the -1)?
>
> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>
>> I have
>>
>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>
>> in my custom.py
>>
>> and I have
>> libsndfile-1.dll
>> residing in C:\MinGW\libsndfile
>>
>> strange isn't it ?
>> Oeyind
>> ________________________________________
>> Fra: Steven Yi [stevenyi@gmail.com]
>> Sendt: 1. november 2011 14:40
>> Til: Developer discussions
>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>
>> It looks likeyou have the include path but perhaps not the lib dir
>> added for libsndfile?  Could you paste what you have in your
>> custom.py, and check customLIBPATH has the value pointing to your
>> libsndfile directory where the dll is?
>>
>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>  wrote:
>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>> of mingw, and a minimal custom.py
>>>
>>> Here's the config.log
>>>
>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>       Configure(confdir = .sconf_temp)
>>>
>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>       Configure(confdir = .sconf_temp)
>>> scons: Configure: Checking for C header file stdio.h...
>>> .sconf_temp\conftest_0.c <-
>>> |
>>> |#include 
>>> |
>>> |
>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>> \include .sconf_temp\conftest_0.c
>>> scons: Configure: yes
>>>
>>> scons: Configure: Checking for C library sndfile...
>>> .sconf_temp\conftest_1.c <-
>>> |
>>> |
>>> |#include "sndfile.h"
>>> |
>>> |int
>>> |main() {
>>> |
>>> |return 0;
>>> |}
>>> |
>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>
>>>
>>> ________________________________________
>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>> Sendt: 1. november 2011 13:51
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> Hi Steven,
>>> I haven't solved it yet.
>>> I'm using the msys terminal.
>>> Since your comments about a possibly bloated path, I tried just now
>>> using the custom-mingw.py file (just modifying the path to
>>> libsndfile to match my system, leaving all other paths in custom-
>>> mingw.py as it). I would expect libsndfile to be found then, and
>>> then stop at the next thing that could not be found... but no,
>>> still stops because of missing libsndfile.
>>>
>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>> bit version version (can't remember what I did last time). I'm on
>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>> libsndfile (or?).
>>>
>>> best
>>> Oeyvind
>>>
>>> ________________________________________
>>> Fra: Steven Yi [stevenyi@gmail.com]
>>> Sendt: 1. november 2011 12:45
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> Hi Oeyvind,
>>>
>>> Did you ever get through this?  I was going to say it looks a bit odd
>>> that you have some Microsoft things in your path.  Also, are you on
>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>> trying to remember what I used but I use the msys terminal.
>>>
>>> steven
>>>
>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>  wrote:
>>>> Here it is:
>>>>
>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>       Configure(confdir = .sconf_temp)
>>>>
>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>       Configure(confdir = .sconf_temp)
>>>> scons: Configure: Checking for C header file stdio.h...
>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>> scons: Configure: The original builder output was:
>>>> |.sconf_temp\conftest_0.c <-
>>>> |  |
>>>> |  |#include 
>>>> |  |
>>>> |  |
>>>> |
>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>> \conftest_0.c
>>>> scons: Configure: yes
>>>>
>>>> scons: Configure: Checking for C library sndfile...
>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>> scons: Configure: The original builder output was:
>>>> |.sconf_temp\conftest_1.c <-
>>>> |  |
>>>> |  |
>>>> |  |#include "sndfile.h"
>>>> |  |
>>>> |  |int
>>>> |  |main() {
>>>> |  |
>>>> |  |return 0;
>>>> |  |}
>>>> |  |
>>>> |
>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>> collect2: ld returned 1 exit status
>>>> scons: Configure: no
>>>>
>>>>
>>>>
>>>>
>>>> ________________________________________
>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>> Sendt: 30. oktober 2011 01:27
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> What does your config.log say?
>>>>
>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>
>>>>> me too, I also have the
>>>>> """
>>>>> Checking for C library sndfile... no
>>>>> The sndfile library is required to build Csound 5.
>>>>> """
>>>>> now.
>>>>>
>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>> oddities with flex/bison.
>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>> msys install, in another directory on the root).
>>>>> Both mingws give the missing sndfile error.
>>>>> I have libsndfile installed in the default location C:/
>>>>> Programfiler/
>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>> libsndfile directory.
>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>> and
>>>>> I haven't moved it ...
>>>>>
>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>> bison for compiling csound on windows ?
>>>>> I recall having problems earlier when using *too recent* versions
>>>>> of
>>>>> some tools.
>>>>>
>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>> is up to date (well , more sure that it is not ...)
>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>> what versions to use.
>>>>>
>>>>> best
>>>>> Oeyvind
>>>>>
>>>>> ________________________________________
>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>> Sendt: 29. oktober 2011 19:34
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>> and not
>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>> \libsndfile
>>>>> \lib
>>>>> as I guessed
>>>>>
>>>>> I now have it building, but have other problems,  Main one is, what
>>>>> is the
>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>> __OS_WINDOWS__
>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>
>>>>> ==John ff
>>>>>
>>>>>
>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>> one
>>>>>> of
>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>> sorts of
>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>> need to look at config.log.
>>>>>>
>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>
>>>>>>> On page 6, section IV
>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>> env.sh
>>>>>>>
>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>> build.sh
>>>>>>>
>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>> ==John ffitch
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>> PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>> and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>> PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>> in minutes. BlackBerry App World™ now supports Android™
>>>> Apps
>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>> simple
>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 18:48
FromMichael Gogins
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Should be libsndfile for 32 bit architecture. As far as I know, nobody
is building Csound for 64 bit architecture. This can be confusing
because many of us are RUNNING Csound built for 32 bit ARCHITECTURE
with 64 bit SAMPLES on a 64 bit OPERATING SYSTEM.

Hope this helps,
Mike

On Tue, Nov 1, 2011 at 11:13 AM, Steven Yi  wrote:
> Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll
>
> On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
>  wrote:
>> yes but isn't it looking for libsndfile.dll (without the -1)?
>>
>> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>>
>>> I have
>>>
>>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>>
>>> in my custom.py
>>>
>>> and I have
>>> libsndfile-1.dll
>>> residing in C:\MinGW\libsndfile
>>>
>>> strange isn't it ?
>>> Oeyind
>>> ________________________________________
>>> Fra: Steven Yi [stevenyi@gmail.com]
>>> Sendt: 1. november 2011 14:40
>>> Til: Developer discussions
>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>
>>> It looks likeyou have the include path but perhaps not the lib dir
>>> added for libsndfile?  Could you paste what you have in your
>>> custom.py, and check customLIBPATH has the value pointing to your
>>> libsndfile directory where the dll is?
>>>
>>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>>  wrote:
>>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>>> of mingw, and a minimal custom.py
>>>>
>>>> Here's the config.log
>>>>
>>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>>       Configure(confdir = .sconf_temp)
>>>>
>>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>>       Configure(confdir = .sconf_temp)
>>>> scons: Configure: Checking for C header file stdio.h...
>>>> .sconf_temp\conftest_0.c <-
>>>> |
>>>> |#include 
>>>> |
>>>> |
>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>>> \include .sconf_temp\conftest_0.c
>>>> scons: Configure: yes
>>>>
>>>> scons: Configure: Checking for C library sndfile...
>>>> .sconf_temp\conftest_1.c <-
>>>> |
>>>> |
>>>> |#include "sndfile.h"
>>>> |
>>>> |int
>>>> |main() {
>>>> |
>>>> |return 0;
>>>> |}
>>>> |
>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>>
>>>>
>>>> ________________________________________
>>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>>> Sendt: 1. november 2011 13:51
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> Hi Steven,
>>>> I haven't solved it yet.
>>>> I'm using the msys terminal.
>>>> Since your comments about a possibly bloated path, I tried just now
>>>> using the custom-mingw.py file (just modifying the path to
>>>> libsndfile to match my system, leaving all other paths in custom-
>>>> mingw.py as it). I would expect libsndfile to be found then, and
>>>> then stop at the next thing that could not be found... but no,
>>>> still stops because of missing libsndfile.
>>>>
>>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>>> bit version version (can't remember what I did last time). I'm on
>>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>>> libsndfile (or?).
>>>>
>>>> best
>>>> Oeyvind
>>>>
>>>> ________________________________________
>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>> Sendt: 1. november 2011 12:45
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> Hi Oeyvind,
>>>>
>>>> Did you ever get through this?  I was going to say it looks a bit odd
>>>> that you have some Microsoft things in your path.  Also, are you on
>>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>>> trying to remember what I used but I use the msys terminal.
>>>>
>>>> steven
>>>>
>>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>>  wrote:
>>>>> Here it is:
>>>>>
>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>>       Configure(confdir = .sconf_temp)
>>>>>
>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>>       Configure(confdir = .sconf_temp)
>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>>> scons: Configure: The original builder output was:
>>>>> |.sconf_temp\conftest_0.c <-
>>>>> |  |
>>>>> |  |#include 
>>>>> |  |
>>>>> |  |
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>> \conftest_0.c
>>>>> scons: Configure: yes
>>>>>
>>>>> scons: Configure: Checking for C library sndfile...
>>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>>> scons: Configure: The original builder output was:
>>>>> |.sconf_temp\conftest_1.c <-
>>>>> |  |
>>>>> |  |
>>>>> |  |#include "sndfile.h"
>>>>> |  |
>>>>> |  |int
>>>>> |  |main() {
>>>>> |  |
>>>>> |  |return 0;
>>>>> |  |}
>>>>> |  |
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>>> collect2: ld returned 1 exit status
>>>>> scons: Configure: no
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ________________________________________
>>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>>> Sendt: 30. oktober 2011 01:27
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> What does your config.log say?
>>>>>
>>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>>
>>>>>> me too, I also have the
>>>>>> """
>>>>>> Checking for C library sndfile... no
>>>>>> The sndfile library is required to build Csound 5.
>>>>>> """
>>>>>> now.
>>>>>>
>>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>>> oddities with flex/bison.
>>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>>> msys install, in another directory on the root).
>>>>>> Both mingws give the missing sndfile error.
>>>>>> I have libsndfile installed in the default location C:/
>>>>>> Programfiler/
>>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>>> libsndfile directory.
>>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>>> and
>>>>>> I haven't moved it ...
>>>>>>
>>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>>> bison for compiling csound on windows ?
>>>>>> I recall having problems earlier when using *too recent* versions
>>>>>> of
>>>>>> some tools.
>>>>>>
>>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>>> is up to date (well , more sure that it is not ...)
>>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>>> what versions to use.
>>>>>>
>>>>>> best
>>>>>> Oeyvind
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>>> Sendt: 29. oktober 2011 19:34
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>>> and not
>>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>>> \libsndfile
>>>>>> \lib
>>>>>> as I guessed
>>>>>>
>>>>>> I now have it building, but have other problems,  Main one is, what
>>>>>> is the
>>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>>> __OS_WINDOWS__
>>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>>
>>>>>> ==John ff
>>>>>>
>>>>>>
>>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>>> one
>>>>>>> of
>>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>>> sorts of
>>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>>> need to look at config.log.
>>>>>>>
>>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>>
>>>>>>>> On page 6, section IV
>>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>>> env.sh
>>>>>>>>
>>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>>> build.sh
>>>>>>>>
>>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>>> ==John ffitch
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>> PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>>> and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>> PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>> Apps
>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>> simple
>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> 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
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-01 18:48
FromMichael Gogins
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
I should have added: 64 bit architecture ON WINDOWS.

On Tue, Nov 1, 2011 at 2:48 PM, Michael Gogins  wrote:
> Should be libsndfile for 32 bit architecture. As far as I know, nobody
> is building Csound for 64 bit architecture. This can be confusing
> because many of us are RUNNING Csound built for 32 bit ARCHITECTURE
> with 64 bit SAMPLES on a 64 bit OPERATING SYSTEM.
>
> Hope this helps,
> Mike
>
> On Tue, Nov 1, 2011 at 11:13 AM, Steven Yi  wrote:
>> Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll
>>
>> On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
>>  wrote:
>>> yes but isn't it looking for libsndfile.dll (without the -1)?
>>>
>>> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>>>
>>>> I have
>>>>
>>>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>>>
>>>> in my custom.py
>>>>
>>>> and I have
>>>> libsndfile-1.dll
>>>> residing in C:\MinGW\libsndfile
>>>>
>>>> strange isn't it ?
>>>> Oeyind
>>>> ________________________________________
>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>> Sendt: 1. november 2011 14:40
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> It looks likeyou have the include path but perhaps not the lib dir
>>>> added for libsndfile?  Could you paste what you have in your
>>>> custom.py, and check customLIBPATH has the value pointing to your
>>>> libsndfile directory where the dll is?
>>>>
>>>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>>>  wrote:
>>>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>>>> of mingw, and a minimal custom.py
>>>>>
>>>>> Here's the config.log
>>>>>
>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>>>       Configure(confdir = .sconf_temp)
>>>>>
>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>>>       Configure(confdir = .sconf_temp)
>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>> .sconf_temp\conftest_0.c <-
>>>>> |
>>>>> |#include 
>>>>> |
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>>>> \include .sconf_temp\conftest_0.c
>>>>> scons: Configure: yes
>>>>>
>>>>> scons: Configure: Checking for C library sndfile...
>>>>> .sconf_temp\conftest_1.c <-
>>>>> |
>>>>> |
>>>>> |#include "sndfile.h"
>>>>> |
>>>>> |int
>>>>> |main() {
>>>>> |
>>>>> |return 0;
>>>>> |}
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>>>
>>>>>
>>>>> ________________________________________
>>>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>>>> Sendt: 1. november 2011 13:51
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> Hi Steven,
>>>>> I haven't solved it yet.
>>>>> I'm using the msys terminal.
>>>>> Since your comments about a possibly bloated path, I tried just now
>>>>> using the custom-mingw.py file (just modifying the path to
>>>>> libsndfile to match my system, leaving all other paths in custom-
>>>>> mingw.py as it). I would expect libsndfile to be found then, and
>>>>> then stop at the next thing that could not be found... but no,
>>>>> still stops because of missing libsndfile.
>>>>>
>>>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>>>> bit version version (can't remember what I did last time). I'm on
>>>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>>>> libsndfile (or?).
>>>>>
>>>>> best
>>>>> Oeyvind
>>>>>
>>>>> ________________________________________
>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>> Sendt: 1. november 2011 12:45
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> Hi Oeyvind,
>>>>>
>>>>> Did you ever get through this?  I was going to say it looks a bit odd
>>>>> that you have some Microsoft things in your path.  Also, are you on
>>>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>>>> trying to remember what I used but I use the msys terminal.
>>>>>
>>>>> steven
>>>>>
>>>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>>>  wrote:
>>>>>> Here it is:
>>>>>>
>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>
>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>>>> scons: Configure: The original builder output was:
>>>>>> |.sconf_temp\conftest_0.c <-
>>>>>> |  |
>>>>>> |  |#include 
>>>>>> |  |
>>>>>> |  |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>>> \conftest_0.c
>>>>>> scons: Configure: yes
>>>>>>
>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>>>> scons: Configure: The original builder output was:
>>>>>> |.sconf_temp\conftest_1.c <-
>>>>>> |  |
>>>>>> |  |
>>>>>> |  |#include "sndfile.h"
>>>>>> |  |
>>>>>> |  |int
>>>>>> |  |main() {
>>>>>> |  |
>>>>>> |  |return 0;
>>>>>> |  |}
>>>>>> |  |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>>>> collect2: ld returned 1 exit status
>>>>>> scons: Configure: no
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>>>> Sendt: 30. oktober 2011 01:27
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> What does your config.log say?
>>>>>>
>>>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>>>
>>>>>>> me too, I also have the
>>>>>>> """
>>>>>>> Checking for C library sndfile... no
>>>>>>> The sndfile library is required to build Csound 5.
>>>>>>> """
>>>>>>> now.
>>>>>>>
>>>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>>>> oddities with flex/bison.
>>>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>>>> msys install, in another directory on the root).
>>>>>>> Both mingws give the missing sndfile error.
>>>>>>> I have libsndfile installed in the default location C:/
>>>>>>> Programfiler/
>>>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>>>> libsndfile directory.
>>>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>>>> and
>>>>>>> I haven't moved it ...
>>>>>>>
>>>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>>>> bison for compiling csound on windows ?
>>>>>>> I recall having problems earlier when using *too recent* versions
>>>>>>> of
>>>>>>> some tools.
>>>>>>>
>>>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>>>> is up to date (well , more sure that it is not ...)
>>>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>>>> what versions to use.
>>>>>>>
>>>>>>> best
>>>>>>> Oeyvind
>>>>>>>
>>>>>>> ________________________________________
>>>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>>>> Sendt: 29. oktober 2011 19:34
>>>>>>> Til: Developer discussions
>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>
>>>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>>>> and not
>>>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>>>> \libsndfile
>>>>>>> \lib
>>>>>>> as I guessed
>>>>>>>
>>>>>>> I now have it building, but have other problems,  Main one is, what
>>>>>>> is the
>>>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>>>> __OS_WINDOWS__
>>>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>>>
>>>>>>> ==John ff
>>>>>>>
>>>>>>>
>>>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>>>> one
>>>>>>>> of
>>>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>>>> sorts of
>>>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>>>> need to look at config.log.
>>>>>>>>
>>>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>>>
>>>>>>>>> On page 6, section IV
>>>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>>>> env.sh
>>>>>>>>>
>>>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>>>> build.sh
>>>>>>>>>
>>>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>>>> ==John ffitch
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>> PlayBook
>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>> Apps
>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>>>> and
>>>>>>>>> simple
>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>> PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-02 10:34
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Oh, good, thanks for the help and the patience.

Now I get past the missing sndfile at least (other errors coming up, but I'll check my system before asking...)

Now as a summary, for other windows users perhaps:
I had the 64 bit version of libsndfile, but needed to use 32 bit,
and I renamed libsndfile-1.dll to libsndfile.dll,
and, finally was confised by the forward or backward slash in the path.
As windows uses backslash but msys uses forward slash, confusion could arise.
Furthermore, the custom-mingw.py uses backslashes,
but I had to use forward slashes to make it work on my system.

Oeyvind

________________________________________
Fra: Michael Gogins [michael.gogins@gmail.com]
Sendt: 1. november 2011 19:48
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

I should have added: 64 bit architecture ON WINDOWS.

On Tue, Nov 1, 2011 at 2:48 PM, Michael Gogins  wrote:
> Should be libsndfile for 32 bit architecture. As far as I know, nobody
> is building Csound for 64 bit architecture. This can be confusing
> because many of us are RUNNING Csound built for 32 bit ARCHITECTURE
> with 64 bit SAMPLES on a 64 bit OPERATING SYSTEM.
>
> Hope this helps,
> Mike
>
> On Tue, Nov 1, 2011 at 11:13 AM, Steven Yi  wrote:
>> Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll
>>
>> On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
>>  wrote:
>>> yes but isn't it looking for libsndfile.dll (without the -1)?
>>>
>>> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>>>
>>>> I have
>>>>
>>>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>>>
>>>> in my custom.py
>>>>
>>>> and I have
>>>> libsndfile-1.dll
>>>> residing in C:\MinGW\libsndfile
>>>>
>>>> strange isn't it ?
>>>> Oeyind
>>>> ________________________________________
>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>> Sendt: 1. november 2011 14:40
>>>> Til: Developer discussions
>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>
>>>> It looks likeyou have the include path but perhaps not the lib dir
>>>> added for libsndfile?  Could you paste what you have in your
>>>> custom.py, and check customLIBPATH has the value pointing to your
>>>> libsndfile directory where the dll is?
>>>>
>>>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>>>  wrote:
>>>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>>>> of mingw, and a minimal custom.py
>>>>>
>>>>> Here's the config.log
>>>>>
>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>>>       Configure(confdir = .sconf_temp)
>>>>>
>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>>>       Configure(confdir = .sconf_temp)
>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>> .sconf_temp\conftest_0.c <-
>>>>> |
>>>>> |#include 
>>>>> |
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>>>> \include .sconf_temp\conftest_0.c
>>>>> scons: Configure: yes
>>>>>
>>>>> scons: Configure: Checking for C library sndfile...
>>>>> .sconf_temp\conftest_1.c <-
>>>>> |
>>>>> |
>>>>> |#include "sndfile.h"
>>>>> |
>>>>> |int
>>>>> |main() {
>>>>> |
>>>>> |return 0;
>>>>> |}
>>>>> |
>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>>>
>>>>>
>>>>> ________________________________________
>>>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>>>> Sendt: 1. november 2011 13:51
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> Hi Steven,
>>>>> I haven't solved it yet.
>>>>> I'm using the msys terminal.
>>>>> Since your comments about a possibly bloated path, I tried just now
>>>>> using the custom-mingw.py file (just modifying the path to
>>>>> libsndfile to match my system, leaving all other paths in custom-
>>>>> mingw.py as it). I would expect libsndfile to be found then, and
>>>>> then stop at the next thing that could not be found... but no,
>>>>> still stops because of missing libsndfile.
>>>>>
>>>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>>>> bit version version (can't remember what I did last time). I'm on
>>>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>>>> libsndfile (or?).
>>>>>
>>>>> best
>>>>> Oeyvind
>>>>>
>>>>> ________________________________________
>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>> Sendt: 1. november 2011 12:45
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> Hi Oeyvind,
>>>>>
>>>>> Did you ever get through this?  I was going to say it looks a bit odd
>>>>> that you have some Microsoft things in your path.  Also, are you on
>>>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>>>> trying to remember what I used but I use the msys terminal.
>>>>>
>>>>> steven
>>>>>
>>>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>>>  wrote:
>>>>>> Here it is:
>>>>>>
>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>
>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>>>> scons: Configure: The original builder output was:
>>>>>> |.sconf_temp\conftest_0.c <-
>>>>>> |  |
>>>>>> |  |#include 
>>>>>> |  |
>>>>>> |  |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>>> \conftest_0.c
>>>>>> scons: Configure: yes
>>>>>>
>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>>>> scons: Configure: The original builder output was:
>>>>>> |.sconf_temp\conftest_1.c <-
>>>>>> |  |
>>>>>> |  |
>>>>>> |  |#include "sndfile.h"
>>>>>> |  |
>>>>>> |  |int
>>>>>> |  |main() {
>>>>>> |  |
>>>>>> |  |return 0;
>>>>>> |  |}
>>>>>> |  |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>>>> collect2: ld returned 1 exit status
>>>>>> scons: Configure: no
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>>>> Sendt: 30. oktober 2011 01:27
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> What does your config.log say?
>>>>>>
>>>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>>>
>>>>>>> me too, I also have the
>>>>>>> """
>>>>>>> Checking for C library sndfile... no
>>>>>>> The sndfile library is required to build Csound 5.
>>>>>>> """
>>>>>>> now.
>>>>>>>
>>>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>>>> oddities with flex/bison.
>>>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>>>> msys install, in another directory on the root).
>>>>>>> Both mingws give the missing sndfile error.
>>>>>>> I have libsndfile installed in the default location C:/
>>>>>>> Programfiler/
>>>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>>>> libsndfile directory.
>>>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>>>> and
>>>>>>> I haven't moved it ...
>>>>>>>
>>>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>>>> bison for compiling csound on windows ?
>>>>>>> I recall having problems earlier when using *too recent* versions
>>>>>>> of
>>>>>>> some tools.
>>>>>>>
>>>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>>>> is up to date (well , more sure that it is not ...)
>>>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>>>> what versions to use.
>>>>>>>
>>>>>>> best
>>>>>>> Oeyvind
>>>>>>>
>>>>>>> ________________________________________
>>>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>>>> Sendt: 29. oktober 2011 19:34
>>>>>>> Til: Developer discussions
>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>
>>>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>>>> and not
>>>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>>>> \libsndfile
>>>>>>> \lib
>>>>>>> as I guessed
>>>>>>>
>>>>>>> I now have it building, but have other problems,  Main one is, what
>>>>>>> is the
>>>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>>>> __OS_WINDOWS__
>>>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>>>
>>>>>>> ==John ff
>>>>>>>
>>>>>>>
>>>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>>>> one
>>>>>>>> of
>>>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>>>> sorts of
>>>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>>>> need to look at config.log.
>>>>>>>>
>>>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>>>
>>>>>>>>> On page 6, section IV
>>>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>>>> env.sh
>>>>>>>>>
>>>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>>>> build.sh
>>>>>>>>>
>>>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>>>> ==John ffitch
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>> PlayBook
>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>> Apps
>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>>>> and
>>>>>>>>> simple
>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>> PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>> Apps
>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>> simple
>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> 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
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> RSA® Conference 2012
>> Save $700 by Nov 18
>> Register now
>> http://p.sf.net/sfu/rsa-sfdev2dev1
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-02 15:04
FromMichael Gogins
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
In Python, on Windows prefixing a path string with r will ensure that
slashes will work whether they are forward or backward.

I.e., r"C:/mypath" will work and so will r"C:\mypath".

Regards,
Mike

On Wed, Nov 2, 2011 at 6:34 AM, Øyvind Brandtsegg
 wrote:
> Oh, good, thanks for the help and the patience.
>
> Now I get past the missing sndfile at least (other errors coming up, but I'll check my system before asking...)
>
> Now as a summary, for other windows users perhaps:
> I had the 64 bit version of libsndfile, but needed to use 32 bit,
> and I renamed libsndfile-1.dll to libsndfile.dll,
> and, finally was confised by the forward or backward slash in the path.
> As windows uses backslash but msys uses forward slash, confusion could arise.
> Furthermore, the custom-mingw.py uses backslashes,
> but I had to use forward slashes to make it work on my system.
>
> Oeyvind
>
> ________________________________________
> Fra: Michael Gogins [michael.gogins@gmail.com]
> Sendt: 1. november 2011 19:48
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> I should have added: 64 bit architecture ON WINDOWS.
>
> On Tue, Nov 1, 2011 at 2:48 PM, Michael Gogins  wrote:
>> Should be libsndfile for 32 bit architecture. As far as I know, nobody
>> is building Csound for 64 bit architecture. This can be confusing
>> because many of us are RUNNING Csound built for 32 bit ARCHITECTURE
>> with 64 bit SAMPLES on a 64 bit OPERATING SYSTEM.
>>
>> Hope this helps,
>> Mike
>>
>> On Tue, Nov 1, 2011 at 11:13 AM, Steven Yi  wrote:
>>> Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll
>>>
>>> On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
>>>  wrote:
>>>> yes but isn't it looking for libsndfile.dll (without the -1)?
>>>>
>>>> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>>>>
>>>>> I have
>>>>>
>>>>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>>>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>>>>
>>>>> in my custom.py
>>>>>
>>>>> and I have
>>>>> libsndfile-1.dll
>>>>> residing in C:\MinGW\libsndfile
>>>>>
>>>>> strange isn't it ?
>>>>> Oeyind
>>>>> ________________________________________
>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>> Sendt: 1. november 2011 14:40
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> It looks likeyou have the include path but perhaps not the lib dir
>>>>> added for libsndfile?  Could you paste what you have in your
>>>>> custom.py, and check customLIBPATH has the value pointing to your
>>>>> libsndfile directory where the dll is?
>>>>>
>>>>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>>>>  wrote:
>>>>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>>>>> of mingw, and a minimal custom.py
>>>>>>
>>>>>> Here's the config.log
>>>>>>
>>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>
>>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>> .sconf_temp\conftest_0.c <-
>>>>>> |
>>>>>> |#include 
>>>>>> |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>>>>> \include .sconf_temp\conftest_0.c
>>>>>> scons: Configure: yes
>>>>>>
>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>> .sconf_temp\conftest_1.c <-
>>>>>> |
>>>>>> |
>>>>>> |#include "sndfile.h"
>>>>>> |
>>>>>> |int
>>>>>> |main() {
>>>>>> |
>>>>>> |return 0;
>>>>>> |}
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>>>>
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>>>>> Sendt: 1. november 2011 13:51
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> Hi Steven,
>>>>>> I haven't solved it yet.
>>>>>> I'm using the msys terminal.
>>>>>> Since your comments about a possibly bloated path, I tried just now
>>>>>> using the custom-mingw.py file (just modifying the path to
>>>>>> libsndfile to match my system, leaving all other paths in custom-
>>>>>> mingw.py as it). I would expect libsndfile to be found then, and
>>>>>> then stop at the next thing that could not be found... but no,
>>>>>> still stops because of missing libsndfile.
>>>>>>
>>>>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>>>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>>>>> bit version version (can't remember what I did last time). I'm on
>>>>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>>>>> libsndfile (or?).
>>>>>>
>>>>>> best
>>>>>> Oeyvind
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>>> Sendt: 1. november 2011 12:45
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> Hi Oeyvind,
>>>>>>
>>>>>> Did you ever get through this?  I was going to say it looks a bit odd
>>>>>> that you have some Microsoft things in your path.  Also, are you on
>>>>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>>>>> trying to remember what I used but I use the msys terminal.
>>>>>>
>>>>>> steven
>>>>>>
>>>>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>>>>  wrote:
>>>>>>> Here it is:
>>>>>>>
>>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>>
>>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>>>>> scons: Configure: The original builder output was:
>>>>>>> |.sconf_temp\conftest_0.c <-
>>>>>>> |  |
>>>>>>> |  |#include 
>>>>>>> |  |
>>>>>>> |  |
>>>>>>> |
>>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>>>> \conftest_0.c
>>>>>>> scons: Configure: yes
>>>>>>>
>>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>>>>> scons: Configure: The original builder output was:
>>>>>>> |.sconf_temp\conftest_1.c <-
>>>>>>> |  |
>>>>>>> |  |
>>>>>>> |  |#include "sndfile.h"
>>>>>>> |  |
>>>>>>> |  |int
>>>>>>> |  |main() {
>>>>>>> |  |
>>>>>>> |  |return 0;
>>>>>>> |  |}
>>>>>>> |  |
>>>>>>> |
>>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>>>>> collect2: ld returned 1 exit status
>>>>>>> scons: Configure: no
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ________________________________________
>>>>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>>>>> Sendt: 30. oktober 2011 01:27
>>>>>>> Til: Developer discussions
>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>
>>>>>>> What does your config.log say?
>>>>>>>
>>>>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>>>>
>>>>>>>> me too, I also have the
>>>>>>>> """
>>>>>>>> Checking for C library sndfile... no
>>>>>>>> The sndfile library is required to build Csound 5.
>>>>>>>> """
>>>>>>>> now.
>>>>>>>>
>>>>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>>>>> oddities with flex/bison.
>>>>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>>>>> msys install, in another directory on the root).
>>>>>>>> Both mingws give the missing sndfile error.
>>>>>>>> I have libsndfile installed in the default location C:/
>>>>>>>> Programfiler/
>>>>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>>>>> libsndfile directory.
>>>>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>>>>> and
>>>>>>>> I haven't moved it ...
>>>>>>>>
>>>>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>>>>> bison for compiling csound on windows ?
>>>>>>>> I recall having problems earlier when using *too recent* versions
>>>>>>>> of
>>>>>>>> some tools.
>>>>>>>>
>>>>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>>>>> is up to date (well , more sure that it is not ...)
>>>>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>>>>> what versions to use.
>>>>>>>>
>>>>>>>> best
>>>>>>>> Oeyvind
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>>>>> Sendt: 29. oktober 2011 19:34
>>>>>>>> Til: Developer discussions
>>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>>
>>>>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>>>>> and not
>>>>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>>>>> \libsndfile
>>>>>>>> \lib
>>>>>>>> as I guessed
>>>>>>>>
>>>>>>>> I now have it building, but have other problems,  Main one is, what
>>>>>>>> is the
>>>>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>>>>> __OS_WINDOWS__
>>>>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>>>>
>>>>>>>> ==John ff
>>>>>>>>
>>>>>>>>
>>>>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>>>>> one
>>>>>>>>> of
>>>>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>>>>> sorts of
>>>>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>>>>> need to look at config.log.
>>>>>>>>>
>>>>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>>>>
>>>>>>>>>> On page 6, section IV
>>>>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>>>>> env.sh
>>>>>>>>>>
>>>>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>>>>> build.sh
>>>>>>>>>>
>>>>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>>>>> ==John ffitch
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>>> PlayBook
>>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>>> Apps
>>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>>>>> and
>>>>>>>>>> simple
>>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>> PlayBook
>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>> Apps
>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>>> simple
>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-11-02 17:31
FromØyvind Brandtsegg
SubjectRe: [Cs-dev] tyoos in "How to build Csound on Windows"
Oh, good, thanks.
Oeyvind
________________________________________
Fra: Michael Gogins [michael.gogins@gmail.com]
Sendt: 2. november 2011 16:04
Til: Developer discussions
Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"

In Python, on Windows prefixing a path string with r will ensure that
slashes will work whether they are forward or backward.

I.e., r"C:/mypath" will work and so will r"C:\mypath".

Regards,
Mike

On Wed, Nov 2, 2011 at 6:34 AM, Øyvind Brandtsegg
 wrote:
> Oh, good, thanks for the help and the patience.
>
> Now I get past the missing sndfile at least (other errors coming up, but I'll check my system before asking...)
>
> Now as a summary, for other windows users perhaps:
> I had the 64 bit version of libsndfile, but needed to use 32 bit,
> and I renamed libsndfile-1.dll to libsndfile.dll,
> and, finally was confised by the forward or backward slash in the path.
> As windows uses backslash but msys uses forward slash, confusion could arise.
> Furthermore, the custom-mingw.py uses backslashes,
> but I had to use forward slashes to make it work on my system.
>
> Oeyvind
>
> ________________________________________
> Fra: Michael Gogins [michael.gogins@gmail.com]
> Sendt: 1. november 2011 19:48
> Til: Developer discussions
> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>
> I should have added: 64 bit architecture ON WINDOWS.
>
> On Tue, Nov 1, 2011 at 2:48 PM, Michael Gogins  wrote:
>> Should be libsndfile for 32 bit architecture. As far as I know, nobody
>> is building Csound for 64 bit architecture. This can be confusing
>> because many of us are RUNNING Csound built for 32 bit ARCHITECTURE
>> with 64 bit SAMPLES on a 64 bit OPERATING SYSTEM.
>>
>> Hope this helps,
>> Mike
>>
>> On Tue, Nov 1, 2011 at 11:13 AM, Steven Yi  wrote:
>>> Yes, perhaps rename libsndfile-1.dll or make a copy of it as libsndfile.dll
>>>
>>> On Tue, Nov 1, 2011 at 3:11 PM, Victor Lazzarini
>>>  wrote:
>>>> yes but isn't it looking for libsndfile.dll (without the -1)?
>>>>
>>>> On 1 Nov 2011, at 15:02, Øyvind Brandtsegg wrote:
>>>>
>>>>> I have
>>>>>
>>>>>    customCPPPATH.append('C:\MinGW\libsndfile\include')
>>>>>    customLIBPATH.append('C:\MinGW\libsndfile')
>>>>>
>>>>> in my custom.py
>>>>>
>>>>> and I have
>>>>> libsndfile-1.dll
>>>>> residing in C:\MinGW\libsndfile
>>>>>
>>>>> strange isn't it ?
>>>>> Oeyind
>>>>> ________________________________________
>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>> Sendt: 1. november 2011 14:40
>>>>> Til: Developer discussions
>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>
>>>>> It looks likeyou have the include path but perhaps not the lib dir
>>>>> added for libsndfile?  Could you paste what you have in your
>>>>> custom.py, and check customLIBPATH has the value pointing to your
>>>>> libsndfile directory where the dll is?
>>>>>
>>>>> On Tue, Nov 1, 2011 at 1:14 PM, Øyvind Brandtsegg
>>>>>  wrote:
>>>>>> Tried once more with a fresh clone of csound5 repo, a fresh install
>>>>>> of mingw, and a minimal custom.py
>>>>>>
>>>>>> Here's the config.log
>>>>>>
>>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 390:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>
>>>>>> file C:\MinGW\csound5\csound5\SConstruct,line 682:
>>>>>>       Configure(confdir = .sconf_temp)
>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>> .sconf_temp\conftest_0.c <-
>>>>>> |
>>>>>> |#include 
>>>>>> |
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>>> \libsndfile\include -IC:\usr\local\include -IC:\usr
>>>>>> \include .sconf_temp\conftest_0.c
>>>>>> scons: Configure: yes
>>>>>>
>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>> .sconf_temp\conftest_1.c <-
>>>>>> |
>>>>>> |
>>>>>> |#include "sndfile.h"
>>>>>> |
>>>>>> |int
>>>>>> |main() {
>>>>>> |
>>>>>> |return 0;
>>>>>> |}
>>>>>> |
>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\MinGW
>>>>>> \libsndfile\include -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:\MinGW\libsndfile -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
>>>>>>
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Øyvind Brandtsegg [oyvind.brandtsegg@ntnu.no]
>>>>>> Sendt: 1. november 2011 13:51
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> Hi Steven,
>>>>>> I haven't solved it yet.
>>>>>> I'm using the msys terminal.
>>>>>> Since your comments about a possibly bloated path, I tried just now
>>>>>> using the custom-mingw.py file (just modifying the path to
>>>>>> libsndfile to match my system, leaving all other paths in custom-
>>>>>> mingw.py as it). I would expect libsndfile to be found then, and
>>>>>> then stop at the next thing that could not be found... but no,
>>>>>> still stops because of missing libsndfile.
>>>>>>
>>>>>> I will try updating libsndfile (I'm on 1.0.23 and the most recent
>>>>>> is 1.0.25), but i was unsure if I should use the 64 bit or the 32
>>>>>> bit version version (can't remember what I did last time). I'm on
>>>>>> windows 7 64 bit, so I would expect I should use the 64 bit
>>>>>> libsndfile (or?).
>>>>>>
>>>>>> best
>>>>>> Oeyvind
>>>>>>
>>>>>> ________________________________________
>>>>>> Fra: Steven Yi [stevenyi@gmail.com]
>>>>>> Sendt: 1. november 2011 12:45
>>>>>> Til: Developer discussions
>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>
>>>>>> Hi Oeyvind,
>>>>>>
>>>>>> Did you ever get through this?  I was going to say it looks a bit odd
>>>>>> that you have some Microsoft things in your path.  Also, are you on
>>>>>> the windows command prompt, or in msys, or in a cygwin terminal?  I'm
>>>>>> trying to remember what I used but I use the msys terminal.
>>>>>>
>>>>>> steven
>>>>>>
>>>>>> On Sun, Oct 30, 2011 at 2:33 PM, Øyvind Brandtsegg
>>>>>>  wrote:
>>>>>>> Here it is:
>>>>>>>
>>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 390:
>>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>>
>>>>>>> file C:\msys\1.0\source\csound5\SConstruct,line 682:
>>>>>>>       Configure(confdir = .sconf_temp)
>>>>>>> scons: Configure: Checking for C header file stdio.h...
>>>>>>> scons: Configure: ".sconf_temp\conftest_0.c" is up to date.
>>>>>>> scons: Configure: The original builder output was:
>>>>>>> |.sconf_temp\conftest_0.c <-
>>>>>>> |  |
>>>>>>> |  |#include 
>>>>>>> |  |
>>>>>>> |  |
>>>>>>> |
>>>>>>> gcc -o .sconf_temp\conftest_0.o -c -Wall -fexceptions -shared-
>>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>>> \win32" -IC:\usr\local\include -IC:\usr\include .sconf_temp
>>>>>>> \conftest_0.c
>>>>>>> scons: Configure: yes
>>>>>>>
>>>>>>> scons: Configure: Checking for C library sndfile...
>>>>>>> scons: Configure: ".sconf_temp\conftest_1.c" is up to date.
>>>>>>> scons: Configure: The original builder output was:
>>>>>>> |.sconf_temp\conftest_1.c <-
>>>>>>> |  |
>>>>>>> |  |
>>>>>>> |  |#include "sndfile.h"
>>>>>>> |  |
>>>>>>> |  |int
>>>>>>> |  |main() {
>>>>>>> |  |
>>>>>>> |  |return 0;
>>>>>>> |  |}
>>>>>>> |  |
>>>>>>> |
>>>>>>> gcc -o .sconf_temp\conftest_1.o -c -Wall -fexceptions -shared-
>>>>>>> libgcc -Wno-format -g -fomit-frame-pointer -freorder-blocks -
>>>>>>> D_WIN32 -DWIN32 -DPIPES -DOS_IS_WIN32 -DBETA -I. -IH -IC:\msys
>>>>>>> \1.0\local\include -IC:\msys\1.0\include -IC:\msys\1.0\source
>>>>>>> \portaudio\include -IC:\msys\1.0\source\portmidi_victor -IC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3 -IC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec -IC:\Python27\include -Ifrontends\CsoundVST -Ifrontends
>>>>>>> \CsoundVST\vstsdk2.4 -Ifrontends\CsoundVST\vstsdk2.4\public.sdk
>>>>>>> \source -IC:\zip\lib\boost_1_45_0 "-IC:\Program Files\java
>>>>>>> \jdk1.6.0_06\include" "-IC:\Program Files\java\jdk1.6.0_06\include
>>>>>>> \win32" -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:\msys\1.0\mingw\lib -LC:\msys\1.0\local\lib -LC:\msys\1.0\lib "-
>>>>>>> LC:\Program Files\Microsoft Platform SDK for Windows Server 2003
>>>>>>> R2\Lib" "-LC:\Programfiler\_Microsoft Platform SDK for Windows
>>>>>>> Server 2003 R2\Lib" -LC:\msys\1.0\source\portaudio\build\msvc
>>>>>>> \Win32\Release -LC:\msys\1.0\source\portmidi_victor -LC:\msys
>>>>>>> \1.0\source\fltk-1.1.10rc3\lib -LC:\msys\1.0\source\mpadec\mpadec
>>>>>>> \mpadec\libmpadec -LC:\Python27\Libs -lsndfile
>>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>>> +0x28): undefined reference to `__dyn_tls_init_callback'
>>>>>>> c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../crt2.o:crt1.c:(.text
>>>>>>> +0x5c): undefined reference to `__cpu_features_init'
>>>>>>> collect2: ld returned 1 exit status
>>>>>>> scons: Configure: no
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ________________________________________
>>>>>>> Fra: Victor Lazzarini [Victor.Lazzarini@nuim.ie]
>>>>>>> Sendt: 30. oktober 2011 01:27
>>>>>>> Til: Developer discussions
>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>
>>>>>>> What does your config.log say?
>>>>>>>
>>>>>>> On 29 Oct 2011, at 23:46, Øyvind Brandtsegg wrote:
>>>>>>>
>>>>>>>> me too, I also have the
>>>>>>>> """
>>>>>>>> Checking for C library sndfile... no
>>>>>>>> The sndfile library is required to build Csound 5.
>>>>>>>> """
>>>>>>>> now.
>>>>>>>>
>>>>>>>> Admittedly, my build system may be off as I tried manually fixing
>>>>>>>> oddities with flex/bison.
>>>>>>>> I also installed a new version of mingw/msys (side by side my old
>>>>>>>> msys install, in another directory on the root).
>>>>>>>> Both mingws give the missing sndfile error.
>>>>>>>> I have libsndfile installed in the default location C:/
>>>>>>>> Programfiler/
>>>>>>>> Mega-Nerd/libsndfile, and have this path added as customLIBPATH in
>>>>>>>> custom.py. I don't have a libsndfile/bin, the dlls reside in the
>>>>>>>> libsndfile directory.
>>>>>>>> Strangely, the sndfile lib could be found until a few days back,
>>>>>>>> and
>>>>>>>> I haven't moved it ...
>>>>>>>>
>>>>>>>> Is there a reccomendation on version numbers for mingw, flex and
>>>>>>>> bison for compiling csound on windows ?
>>>>>>>> I recall having problems earlier when using *too recent* versions
>>>>>>>> of
>>>>>>>> some tools.
>>>>>>>>
>>>>>>>> The "Building Csound" manual page for 5.13 http://www.csounds.com/manual/html/BuildingCsound.html
>>>>>>>> still refers to getting source from cvs, so I'm unsure if the page
>>>>>>>> is up to date (well , more sure that it is not ...)
>>>>>>>> I would happily clean out my msys and start from scratch if I knew
>>>>>>>> what versions to use.
>>>>>>>>
>>>>>>>> best
>>>>>>>> Oeyvind
>>>>>>>>
>>>>>>>> ________________________________________
>>>>>>>> Fra: jpff@cs.bath.ac.uk [jpff@cs.bath.ac.uk]
>>>>>>>> Sendt: 29. oktober 2011 19:34
>>>>>>>> Til: Developer discussions
>>>>>>>> Emne: Re: [Cs-dev] tyoos in "How to build Csound on Windows"
>>>>>>>>
>>>>>>>> The fix was to make customLIBPath point at C:\csound\libsndfile\bin
>>>>>>>> and not
>>>>>>>> C:\csound\libsndfile as the examples suggest or C:\csound
>>>>>>>> \libsndfile
>>>>>>>> \lib
>>>>>>>> as I guessed
>>>>>>>>
>>>>>>>> I now have it building, but have other problems,  Main one is, what
>>>>>>>> is the
>>>>>>>> predefined macro to identify Windows in gcc?  The code say
>>>>>>>> __OS_WINDOWS__
>>>>>>>> in two files and _WINDOPWS_ in another, but =neither work
>>>>>>>>
>>>>>>>> ==John ff
>>>>>>>>
>>>>>>>>
>>>>>>>>> scons always prints that it can't find libsndfile, because it's
>>>>>>>>> one
>>>>>>>>> of
>>>>>>>>> the first things it tests for, but I've seen it fail for all
>>>>>>>>> sorts of
>>>>>>>>> other reasons, not finding libsndfile.h NOT being one of them. You
>>>>>>>>> need to look at config.log.
>>>>>>>>>
>>>>>>>>> On 29 Oct 2011, at 17:37, john ffitch wrote:
>>>>>>>>>
>>>>>>>>>> On page 6, section IV
>>>>>>>>>> A. refers to head-mingw-env.py but this should be  head-mingw-
>>>>>>>>>> env.sh
>>>>>>>>>>
>>>>>>>>>> E. refers to head-mingw-env.sh but this should be head-mingw-
>>>>>>>>>> build.sh
>>>>>>>>>>
>>>>>>>>>> Still cannot build though -- fails to find sndfile.h
>>>>>>>>>> ==John ffitch
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>>> PlayBook
>>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>>> Apps
>>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy
>>>>>>>>>> and
>>>>>>>>>> simple
>>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Get your Android app more play: Bring it to the BlackBerry
>>>>>>>>> PlayBook
>>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>>> Apps
>>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>>> simple
>>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>>> Apps
>>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>>> simple
>>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Get your Android app more play: Bring it to the BlackBerry PlayBook
>>>>>>> in minutes. BlackBerry App World™ now supports Android™
>>>>>>> Apps
>>>>>>> for the BlackBerry® PlayBook™. Discover just how easy and
>>>>>>> simple
>>>>>>> it is! http://p.sf.net/sfu/android-dev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> RSA® Conference 2012
>>>>>> Save $700 by Nov 18
>>>>>> Register now
>>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> RSA® Conference 2012
>>>>> Save $700 by Nov 18
>>>>> Register now
>>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> RSA® Conference 2012
>>>> Save $700 by Nov 18
>>>> Register now
>>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> RSA® Conference 2012
>>> Save $700 by Nov 18
>>> Register now
>>> http://p.sf.net/sfu/rsa-sfdev2dev1
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>>
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> RSA® Conference 2012
> Save $700 by Nov 18
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net