Jason Altschuler wrote: > Hi, > > I am having trouble installing SCID on my Mac OS X Yosemite 10.10.3, > despite following the instructions here: > http://sourceforge.net/p/scid/wiki/CompileScid/. I would very much > appreciate if you could please help me get it to work. Thank you in > advance. > > I already have Apple XCode and the Command Line Tools downloaded. So I > simply I downloaded Scid-4.5.2.zip, unzipped it, cd'ed into the > directory, then executed: Hi, i suggest to download and compile the latest 4.6 code (instead of the 4.5.2) clicking "Download Snapshot" here: http://sourceforge.net/p/scid/code/ci/master/tree/
If that do not works, SCID can be compiled in Linux with a single line: clang++ -O3 -I/usr/include/tcl src/*.cpp src/polyglot/*.cpp -ltcl8.6 -o tkscid and the same command should work in OS X too, replacing "-I/usr/include/tcl" and "-ltcl8.6" with the tcl framework: clang++ -O3 -F/Library/Frameworks/Tcl.framework src/*.cpp src/polyglot/*.cpp -framework Tcl -o tkscid Hope it helps, Fulvio ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Scid-users mailing list Scid-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scid-users