Yeah, 1000+ errors, according to VC++.

Darren Cook wrote:
Has anyone created VC++ project files for Libego?  Or any Libego Windows
build?

Have you tried starting a new project and dragging in main.cpp and
gtp.cpp, then seeing if it compiles?

(I've only compiled on linux; the libego I have on my development
machine is from June 2007, presumably before scons support as I wrote my
own makefile, but main.cpp and gtp.cpp seem to be the only top-level files.)

Darren

P.S. I used scons for a couple of years, but got frustrated by how hard
it made trying to do something they'd not allowed for (e.g. having my
unit tests compile and run in a specific order). I've also used jam and
ant, but the past 3 or 4 years my make replacement of choice is... drum
roll please... make. It turns out despite its poor design decisions
(such as treating tab and space differently), at least I can always get
the job done with it.


_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to