Search found 6 matches

by robertlaing
27 Apr 2017, 11:30
Forum: Scan Tailor
Topic: OSX MacOS. Sierra Scantailor
Replies: 11
Views: 29143

Re: OSX MacOS. Sierra Scantailor

thanks, it was linking the system libraries for jpeg and tiff i managed to compile in this way: cmake . -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.8.0_2 -DJPEG_INCLUDE_DIR=/usr/local/Cellar/jpeg/8d/include/ -DJPEG_LIBRARY=/usr/local/Cellar/jpeg/8d/lib/libjpeg.8.dylib -DTIFF_INCLUDE_DIR=/usr/local/Ce...
by robertlaing
26 Apr 2017, 05:36
Forum: Scan Tailor
Topic: OSX MacOS. Sierra Scantailor
Replies: 11
Views: 29143

Re: OSX MacOS. Sierra Scantailor

i followed your writing, compilation went fine (same version number of all packages), but i cannot open any jpeg file.
what's wrong, linking with jpeg library?
by robertlaing
04 Apr 2016, 04:00
Forum: Scan Tailor
Topic: Scan Tailor "Experimental"
Replies: 275
Views: 311936

Re: Scan Tailor "Experimental"

Yes, that looks familiar! Try adding -DCMAKE_CXX_FLAGS=-std=c++11 ok, but this time i got errors on opencl. there is something to patch? thanks [ 91%] Building CXX object acceleration/opencl/CMakeFiles/opencl.dir/OpenCLGaussBlur.cpp.o In file included from /Users/robert/Downloads/scantailor-EXPERIM...
by robertlaing
03 Apr 2016, 05:33
Forum: Scan Tailor
Topic: Scan Tailor "Experimental"
Replies: 275
Views: 311936

Re: Scan Tailor "Experimental"

louiscan wrote:Yes, that looks familiar! Try adding -DCMAKE_CXX_FLAGS=-std=c++11
thanks
by robertlaing
02 Apr 2016, 07:33
Forum: Scan Tailor
Topic: Scan Tailor "Experimental"
Replies: 275
Views: 311936

Re: Scan Tailor "Experimental"

hi, may i ask you more detailed information about how you managed to compile on osx? thanks! I'm using: OS X 10.11.4 Xcode version 7.3 Qt 5.6.0 (installed via homebrew; for some reason, my prior install had problems) cmake 3.4.3 complete log: ➜ scantailor-EXPERIMENTAL_2016_02_22 cmake . -DCMAKE_PREF...
by robertlaing
20 Dec 2015, 14:44
Forum: Scan Tailor
Topic: scantailor on osx
Replies: 1
Views: 4467

scantailor on osx

is anyone successfully using scantailor on recent osx version, maybe using homebrew? the latest formula https://github.com/Homebrew/homebrew-x11/blob/master/scantailor.rb breaks on compiling: https://github.com/Homebrew/homebrew-x11/issues/157 could you help on this? perhaps is a problem of recent b...