Francisco Gaitan wrote:
> Although I get some warnings about strcpy() and strcat() use, the program 
> runs nice in OpenBSD simply removing -std=c++11 to compile.
>
Many thanks for the porting.
I'm surprised that there is no support for c++11; I did a quick search:
https://www.openbsd.org/60.html
and if gcc is version 4.9.3 it should work:
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gcc/C-Dialect-Options.html#C-Dialect-Options

I just want to emphasize that removing the -std=c++11 disable 
multi-threading and some functions may be slower.
Also, it can be removed automatically using the configure script with:
./configure THREADS=""
followed by the usual
make

Thanks again,
Fulvio

------------------------------------------------------------------------------
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to