Re: [Scid-users] scid 4.6.4 ported to OpenBSD 6

2016-09-23 Thread Francisco Gaitan
On Fri, Sep 23, 2016 at 06:09:02PM +0200, Fulvio wrote: > 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 suppo

Re: [Scid-users] scid 4.6.4 ported to OpenBSD 6

2016-09-23 Thread Fulvio
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 a

[Scid-users] scid 4.6.4 ported to OpenBSD 6

2016-09-23 Thread Francisco Gaitan
Hello. I have made a port for scid 4.6.4 to work in OpenBSD. If you are interested in this feel free to contact me off-list. I also posted it to OpenBSD ports mailing list: http://marc.info/?l=openbsd-ports&m=14744580257&w=2 Although I get some warnings about strcpy() and strcat() use, the