paulnasca / paulstretch_cpp

PaulStretch
http://hypermammut.sourceforge.net/paulstretch/
GNU General Public License v2.0
798 stars 79 forks source link

Mac OS X version #4

Open padsbanger opened 10 years ago

padsbanger commented 10 years ago

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

deepsweet commented 8 years ago

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

daxmonson commented 8 years ago

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

jathayde commented 8 years ago

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 commented 8 years ago

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

Chaircrusher commented 7 years ago

@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 commented 5 years ago

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

replete commented 2 years ago

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