difacto icon indicating copy to clipboard operation
difacto copied to clipboard

build on osx with clang

Open cottrell opened this issue 9 years ago • 0 comments

In case it is useful to anyone, managed to build and run the example on recent osx (clang) with a couple of minor patches. See https://github.com/cottrell/difacto/tree/osx

709eb4b b7ec0c4

$ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 7.3.0 (clang-703.0.29) Target: x86_64-apple-darwin15.3.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin

cottrell avatar Mar 25 '16 16:03 cottrell