Francis Meetze wrote:
> Hi,
>
> I noticed that there wasn't a dmg of 4.4 up yet.  So I thought I'd give a 
> shot at compiling the package. 
Thank you.
This is the spirit of a gpl community.
Unfortunately it seems that Mac version have some problems (i don't use 
Macs, but Steven told me that he have unresolved build issues with 
scidvspc too).
I hope that Israel Chauca Fuentes can help (he packaged the 4.3 version)

> g++: error trying to exec 'cc1plus': execvp: No such file or directory
> make: *** [src/pgnscid.o] Error 1
>   
About the limited help that i can offer: on linux your error is about 
gcc being not correctly installed.
You can try:
find / -name "cc1plus"
or manually search in the output dirs of:
gcc -print-search-dirs

and check that cc1plus file exists.

Also, I believe that recently Apple have abandoned gcc in favor of 
clang, so you can try:
./configure CC="clang" LINK="clang" THREADS=""

Hope it helps,
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