Search found 1 match
- 2018-07-02T14:02:58-07:00
- Forum: Developers
- Topic: Compiling and linking for C++11
- Replies: 0
- Views: 13471
Compiling and linking for C++11
Hi, I am trying to build libopenshot on MacOS. This depend on ImageMagick 6 (soon to be 7 hopefully). I have installed imagemagick@6 via homebrew. libopenshot compiles against the C++11 standard. I am getting the following errors during linking: → make VERBOSE=1 ... /usr/local/bin/g++-4.9 -std=c++11 ...