Francis Meetze wrote:
> Thanks for all the suggestions everyone!
>
> The /configure CC="clang" LINK="clang" THREADS="" didn't get me any further.
>
> When I went to compile, I received this lastly:
>
> ...
>
> g++  -O3 -fno-rtti -fno-exceptions  -Wall  -DZLIB 
> -F/System/Library/Frameworks/Tcl.framework 
> -F/System/Library/Frameworks/Tk.framework -o src/pgnscid.o -c src/pgnscid.cpp
> In file included from src/index.h:26:0,
>                  from src/pgnscid.cpp:17:
> src/sortcache.h:24:18: fatal error: string: No such file or directory
>  #include <string>
>                   ^
> compilation terminated.
> make: *** [src/pgnscid.o] Error 1
>
> ...
>
>   
Oh, sorry, my bad.
We obviously need to instruct him to use clang as the c++ compiler too.
This is the correct command (on linux works):
./configure COMPILE=clang++ CC=clang LINK=clang++ THREADS=""

Bye,
Fulvio


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to