-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS X version #4
Comments
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 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 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 ?
The text was updated successfully, but these errors were encountered: