jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Where are *-jamoma.a lib on Mac OS X ? #358

Closed avilleret closed 9 years ago

avilleret commented 9 years ago

I'm trying to build JamomaCore (dev) on Mac OS X with CMake today and I experienced this issue : https://gist.github.com/avilleret/6f02c4d3b97270e80491

It seems that SoundFileLib depends on SndFile. And according to https://github.com/jamoma/JamomaCore/blob/dev/Shared/CMake/modules/FindSndfile.cmake, there should be a DSP/extensions/SoundfileLib/libsndfile folder. Which is not the case on the dev branch but there is one on feature/cmake branch : https://github.com/jamoma/JamomaCore/tree/feature/cmake/DSP/extensions/SoundfileLib/libsndfile Did I miss something ?

jcelerier commented 9 years ago

?? This folder is here on the dev branch too : https://github.com/jamoma/JamomaCore/tree/dev/DSP/extensions/SoundfileLib/libsndfile/lib

I'll try to see about this bug and my other assignments by the end of the week (I have a poster to finish before).


Jean-Michaël Celerier http://www.jcelerier.name

On Wed, Mar 25, 2015 at 8:35 AM, Antoine Villeret notifications@github.com wrote:

I'm trying to build JamomaCore (dev) on Mac OS X with CMake today and I experienced this issue : https://gist.github.com/avilleret/6f02c4d3b97270e80491

It seems that SoundFileLib depends on SndFile. And according to https://github.com/jamoma/JamomaCore/blob/dev/Shared/CMake/modules/FindSndfile.cmake, there should be a DSP/extensions/SoundfileLib/libsndfile folder. Which is not the case on the dev branch but there is one on feature/cmake branch : https://github.com/jamoma/JamomaCore/tree/feature/cmake/DSP/extensions/SoundfileLib/libsndfile Did I miss something ?

— Reply to this email directly or view it on GitHub https://github.com/jamoma/JamomaCore/issues/358.

avilleret commented 9 years ago

on my system (OS X 10.9, CMake 3.2.1) SNDFILE_INCLUDE_DIR is set to /usr/local/include that is the problem i think