Open padsbanger opened 10 years ago
2.2.2-OSX-10.6 doesn't open in El Capitan, maybe a permissions problem, or another known issue?
Just downloaded the DMG above and opened it on 10.11.6 on a Late 2013 MacBookPro Retina. Might be an issue with your security/filevault settings. Click on System Preferences => Security & Privacy. Unlock the screen with your password (bottom left lock icon). Change “Allow apps downloaded from:” to select “Anywhere”. Try again.
The regular cornwarning paulstretch build works at least on 10.11 beta, in which I'm stuck till perpetuity..
@padsbanger Take a look at this: https://github.com/Chaircrusher/paulstretch_cpp/tree/CMakeBuildSystem
It uses CMakes packaging features to build a 'drag and drop' app out of PaulStretch. I no longer have an OS X box to test builds with, but nothing I did should break the CMake stuff. As a bonus, it reads and writes FLAC files too!
@Chaircrusher hi, does PaulStretch compile on Catalina (64bit only)? :)
Can't get https://github.com/Chaircrusher/paulstretch_cpp/tree/CMakeBuildSystem
to build with cmake 3.2.2
on MacOS Monterey 12.2.1, with Cmake 3.2.2 from brew install cmake
and the 3.2.3-rc2 download from official website.
phil at HOST in ~/Downloads/paulstretch_cpp-CMakeBuildSystem
$ cmake 3.2 -S ./ -B ./bin
CMake Deprecation Warning at CMakeLists.txt:14 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at SuperBuild.cmake:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Call Stack (most recent call first):
CMakeLists.txt:26 (include)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/phil/Downloads/paulstretch_cpp-CMakeBuildSystem/bin
I tried to make
inside the generated 'bin' folder but no cigar:
phil at HOST in ~/Downloads/paulstretch_cpp-CMakeBuildSystem/bin
$ make
[ 12%] Performing configure step for 'paulstretch'
CMake Error: Unknown argument -O2
CMake Error: Run 'cmake --help' for all supported options.
make[2]: *** [paulstretch-prefix/src/paulstretch-stamp/paulstretch-configure] Error 1
make[1]: *** [CMakeFiles/paulstretch.dir/all] Error 2
make: *** [all] Error 2
It is possible for anyone to compile this to Mac OS X version ?