[Csnd-dev] FLAC_LIB, OGG_LIB, etc...
Date | 2016-02-01 14:32 |
From | Rory Walsh |
Subject | [Csnd-dev] FLAC_LIB, OGG_LIB, etc... |
I'm trying to build from the latest dev on Windows, but CMake is crapping out the following, this is new?
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: FLAC_LIB linked by target "csound64" in directory C:/Users/rory/sourcecode/cabbageaudio/csound linked by target "libcsnd6" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/interfaces linked by target "stdutil" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/util OGG_LIB linked by target "csound64" in directory C:/Users/rory/sourcecode/cabbageaudio/csound linked by target "libcsnd6" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/interfaces linked by target "stdutil" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/util SPEEX_LIB linked by target "csound64" in directory C:/Users/rory/sourcecode/cabbageaudio/csound linked by target "libcsnd6" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/interfaces linked by target "stdutil" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/util VORBISENC_LIB linked by target "csound64" in directory C:/Users/rory/sourcecode/cabbageaudio/csound linked by target "libcsnd6" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/interfaces linked by target "stdutil" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/util VORBIS_LIB linked by target "csound64" in directory C:/Users/rory/sourcecode/cabbageaudio/csound linked by target "libcsnd6" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/interfaces linked by target "stdutil" in directory C:/Users/rory/sourcecode/cabbageaudio/csound/util |
Date | 2016-02-01 14:42 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] FLAC_LIB, OGG_LIB, etc... |
I can find a few Windows binaries for some of these libs, but I would rather just disable them. Or are these libs now mandatory? On 1 February 2016 at 14:32, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2016-02-01 14:48 |
From | Steven Yi |
Subject | Re: [Csnd-dev] FLAC_LIB, OGG_LIB, etc... |
These were added partially to cater to the mingw64/msys2 build but more so because the Windows build was set to do static linking with 3rd party libs. Libsndfile in msys2's build itself depends upon ogg, flac, etc. On Mon, Feb 1, 2016 at 9:42 AM, Rory Walsh |
Date | 2016-02-01 14:52 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] FLAC_LIB, OGG_LIB, etc... |
Thanks Steven. I'm just trying a MSYS2 build here. I might hit you up on chat... On 1 February 2016 at 14:48, Steven Yi <stevenyi@gmail.com> wrote: These were added partially to cater to the mingw64/msys2 build but |