The POSIX approach would mean that the main program doesn't interact with the GUI via the normal iPhone / Mac libraries, but just communicates with the outside world through a bi-directional UNIX pipe and the GTP protocol. You then have a small program that speaks GTP and talks to the GUI. There are already a number of such apps written in Java/C/C++ etc
cheers stuart On Thu, Nov 13, 2008 at 9:08 AM, Biggles Bristol <[EMAIL PROTECTED]> wrote: > Thanks Stuart and Daniel, > > Turns out that shadow was the only name clash and wasn't too hard to find > and replace, thankfully. > > Also, taking out gmp helped but there are still a couple of other issues, > annoyingly... > > Anyway, I'm interested in Stuart's POSIX approach. This seems to me to be a > very sensible way to move forward, though I don't have a great deal of > experience in POSIX style programming. Presumably this would mean > maintaining some sort of state outside of gnugo? Also, I'm not 100% sure > what the implications might be in terms of doing POSIX style stuff on the > iPhone... > > Thanks for the help, though, guys! > _______________________________________________ gnugo-devel mailing list gnugo-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gnugo-devel