Skip to content
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

Open
padsbanger opened this issue Jan 4, 2014 · 7 comments
Open

Mac OS X version #4

padsbanger opened this issue Jan 4, 2014 · 7 comments

Comments

@padsbanger
Copy link

It is possible for anyone to compile this to Mac OS X version ?

@deepsweet
Copy link

http://music.cornwarning.com/2011/12/07/new-paulstretch-os-x-build/

@daxmonson
Copy link

2.2.2-OSX-10.6 doesn't open in El Capitan, maybe a permissions problem, or another known issue?

@jathayde
Copy link

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.

@esaruoho
Copy link

The regular cornwarning paulstretch build works at least on 10.11 beta, in which I'm stuck till perpetuity..

@Chaircrusher
Copy link

@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!

@esaruoho
Copy link

@Chaircrusher hi, does PaulStretch compile on Catalina (64bit only)? :)

@replete
Copy link

replete commented Feb 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants