On Tue, Aug 5, 2008 at 9:38 AM, Don Dailey <[EMAIL PROTECTED]> wrote:
> I misunderstood Jason's email. He is trying to compile his program to > run on windows and it's written in D. You cannot log into a windows > computer remotely either without special software. > > There must be someone on this group who will try to compile your program > to run on windows using the digital mars D compiler. Are you using a > lot of external libraries? The latest version uses Tango 0.99.7, flex, and bison. The dependency on flex and bison are for SGF parsing and can be commented out with relative ease (housebot.d has approximately 3 lines that reference sgf). I made a last ditch attempt this morning, downloading "Easy D" from http://www.fsdev.net/versions/show/7 and the HouseBot source from http://sourceforge.net/svn/?group_id=149506 My initial download of the tar.gz failed because the computer didn't have gunzip and tar. I then downloaded Tortoise SVN from http://tortoisesvn.net/downloads and rebooted. I did not have command line utilities to run compute_version.sh, so I made the following manual hb_version.d file: void gtp_version(){ return "HouseBot 0.7 r811"; } and then ran the equivalent of dmd *.d game/*.d search/*.d -unittest -ofhousebot-0.7 To my shock and horror, the digital mars d compiler then crashed. I've been developing with gdc (d variant of gcc) because of it's broader platform compatibility, but that's not part of the easy d distribution. At that point, I gave up and sent the e-mail. > Where do you live? Perhaps if someone on the group with a windows > computer who happens to live near you, would let you help? Sadly, my biggest problem now is time. I woke up this morning and saw the e-mail from Urban that he had difficultly using a virtual machine with windows on it to build HouseBot. It's possible that around 9pm or so, I could start messing with things again, but that's cutting it close. > Do you use the digital mars compiler or the gnu based compiler? Do you > think it would work on either? I was assuming it would work with either, but now I'm not so sure. At this point, I'd want to try to use GDC. It may be that I have to submit a compiler bug report to digital mars. > - Don > > > > On Tue, 2008-08-05 at 15:19 +0200, Urban Hafner wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Jason House wrote: > > | I have to withdraw from this tournament. I don't have a windows > > | computer, and getting access to one with the ability to install tools > > | has been tougher than anticipated. > > > > It's actually my fault. But the combination of my lack of Windows > > knowledge (believe it or not, I've never compiled a program on > > Windows!), the relatively new language (D) and the libraries needed made > > it impossible to provide a Windows build in time. > > > > My apologies for the short notice. > > > > Urban > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.9 (Darwin) > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > > > iEYEARECAAYFAkiYU2gACgkQggNuVCIrEyWLZACffc54YZYUK7debjuF6B9G4/w5 > > KxYAoJdB6xWGi9hOqj61jLTofTnZp0Im > > =iA2t > > -----END PGP SIGNATURE----- > > _______________________________________________ > > computer-go mailing list > > computer-go@computer-go.org > > http://www.computer-go.org/mailman/listinfo/computer-go/ > >
_______________________________________________ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/