You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dave D. <dd...@re...> - 2012-06-28 15:59:38
|
> >1. I want to add a function which can forbidd the move causing the new board situation as same as someone of the board situations in history .generally,I need record about 10 board situations recent >,where should i add or rewrite in the source code? The usual solution is to implement Zobrist hashing to detect duplicate positions. -- I don't know if anyone is actively working on NNGS - this is the first message in ages to this list. I'm certainly not working on it now, and I can't help you with specifics of what and where to change. If your motive is something related to computer Go, you should check out cgos.boardspace.net. Otherwise, I would say that improvements on NNGS are superfluous at this point. Use KGS. |
From: zhao sd <eul...@gm...> - 2012-06-28 08:19:56
|
First,thanks very much for the developers of nngs. i'm not a programmer ,just a beginner. 1. I want to add a function which can forbidd the move causing the new board situation as same as someone of the board situations in history .generally,I need record about 10 board situations recent ,where should i add or rewrite in the source code? 2. Does nngs permit suicide?if i want ,what could i do?if i want white first go,how to ? 3. i've rewrite the mink_countscore function in mink.c accordding to China classic(ancient) go game rule ,which is a perfect rule system.There are two score methods which are equivalent ,Tang and Song dynasty score method , Ming and Ching dynasty score method with group tax,it works well,but a bit flaw in Tang and Song dynasty score method ,it can't judge seki with one eye,it still minus two eye |
From: 차. <cha...@gm...> - 2008-04-20 13:47:38
|
Script started on Sun Apr 20 22:17:02 2008 You have mail. [1mroot[m@www2.freebsdcity.org [/usr/nngs] # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for pow in -lm... yes checking for bind in -lsocket... no checking for crypt in -lcrypt... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether sys/types.h defines makedev... yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for unistd.h... (cached) yes checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for strings.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking arpa/telnet.h usability... yes checking arpa/telnet.h presence... yes checking for arpa/telnet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking gdbm.h usability... no checking gdbm.h presence... no checking for gdbm.h... no checking ndbm.h usability... yes checking ndbm.h presence... yes checking for ndbm.h... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for ulong... no checking for vsnprintf... yes checking for snprintf... yes checking for gettimeofday... yes checking for usleep... yes checking for random... yes checking for popen... yes checking for pclose... yes checking for ftruncate... yes checking for mail... /usr/bin/mail configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating data/help/Makefile config.status: creating data/ahelp/Makefile config.status: creating config.h config.status: executing depfiles commands [1mroot[m@www2.freebsdcity.org [/usr/nngs] # make make all-recursive Making all in src if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT network.o -MD -MP -MF ".deps/network.Tpo" -c -o network.o network.c; then mv -f ".deps/network.Tpo" ".deps/network.Po"; else rm -f ".deps/network.Tpo"; exit 1; fi network.c: In function `do_read_udp': network.c:519: warning: comparison between signed and unsigned if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT bm.o -MD -MP -MF ".deps/bm.Tpo" -c -o bm.o bm.c; then mv -f ".deps/bm.Tpo" ".deps/bm.Po"; else rm -f ".deps/bm.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT channel.o -MD -MP -MF ".deps/channel.Tpo" -c -o channel.o channel.c; then mv -f ".deps/channel.Tpo" ".deps/channel.Po"; else rm -f ".deps/channel.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi utils.c: In function `pprintf': utils.c:355: warning: comparison between signed and unsigned utils.c: In function `pcvprintf': utils.c:397: warning: null argument where non-null required (arg 1) utils.c: In function `my_vsnprintf': utils.c:429: warning: assignment discards qualifiers from pointer target type utils.c:445: warning: comparison between signed and unsigned utils.c:446: warning: comparison between signed and unsigned utils.c: In function `xpsend_dir': utils.c:731: warning: suggest parentheses around assignment used as truth value utils.c: In function `search_directory': utils.c:1303: warning: suggest parentheses around assignment used as truth value if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT language.o -MD -MP -MF ".deps/language.Tpo" -c -o language.o language.c; then mv -f ".deps/language.Tpo" ".deps/language.Po"; else rm -f ".deps/language.Tpo"; exit 1; fi language.c: In function `find_format': language.c:92: warning: passing arg 1 of `sprintf' discards qualifiers from pointer target type if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT variable.o -MD -MP -MF ".deps/variable.Tpo" -c -o variable.o variable.c; then mv -f ".deps/variable.Tpo" ".deps/variable.Po"; else rm -f ".deps/variable.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT legal.o -MD -MP -MF ".deps/legal.Tpo" -c -o legal.o legal.c; then mv -f ".deps/legal.Tpo" ".deps/legal.Po"; else rm -f ".deps/legal.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT gameproc.o -MD -MP -MF ".deps/gameproc.Tpo" -c -o gameproc.o gameproc.c; then mv -f ".deps/gameproc.Tpo" ".deps/gameproc.Po"; else rm -f ".deps/gameproc.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT adminproc.o -MD -MP -MF ".deps/adminproc.Tpo" -c -o adminproc.o adminproc.c; then mv -f ".deps/adminproc.Tpo" ".deps/adminproc.Po"; else rm -f ".deps/adminproc.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT nngsmain.o -MD -MP -MF ".deps/nngsmain.Tpo" -c -o nngsmain.o nngsmain.c; then mv -f ".deps/nngsmain.Tpo" ".deps/nngsmain.Po"; else rm -f ".deps/nngsmain.Tpo"; exit 1; fi nngsmain.c: In function `daemonise': nngsmain.c:385: warning: suggest parentheses around assignment used as truth value nngsmain.c:386: warning: suggest parentheses around assignment used as truth value nngsmain.c: In function `main': nngsmain.c:335: warning: 'rc' might be used uninitialized in this function nngsmain.c:335: warning: 'rc' might be used uninitialized in this function if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT multicol.o -MD -MP -MF ".deps/multicol.Tpo" -c -o multicol.o multicol.c; then mv -f ".deps/multicol.Tpo" ".deps/multicol.Po"; else rm -f ".deps/multicol.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mlrate/src -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-std=c89 -MT mink.o -MD -MP -MF ".deps/mink.Tpo" -c -o mink.o mink.c; then mv -f ".deps/mink.Tpo" ".deps/mink.Po"; else rm -f ".deps/mink.Tpo"; exit 1; fi mink.c:22: error: conflicting types for 'random' /usr/include/stdlib.h:200: error: previous declaration of 'random' was here mink.c:22: error: conflicting types for 'random' /usr/include/stdlib.h:200: error: previous declaration of 'random' was here *** Error code 1 Stop in /usr/nngs/src. *** Error code 1 Stop in /usr/nngs. *** Error code 1 Stop in /usr/nngs. [1mroot[m@www2.freebsdcity.org [/usr/nngs] # ^Dexit Script done on Sun Apr 20 22:17:27 2008 |
From: Alexander V. <ven...@gm...> - 2007-01-15 11:03:47
|
Hi My name is Alex. (sorry, my english language is very bad :)) We want up ourself Go-server (no comerce). I long search source code and choose NNSG and Jago (or TanGo) clients. We installed NNGS server but we have some problems: 1. Users can't send massage 2. I can't use admin command Please help us. If you need login, we give you shell on server. I hope you help us. Best regards, Alex |
From: Guoliang C. <ca...@da...> - 2005-11-15 18:59:56
|
Hi, I've setup my own nngs server and use Jago(IGS go client) to connect to it. However I can not see messages sent by "tell someone xxxx". By using a telnet client, I found that the output from IGS and NNGS are different: IGS: *user*: xxxx nngs: user --> xxxx This makes me worry that there may be many differences like this and IGS compliant client might not be usable to connect to NNGS. Can anyone please let me know major differences between IGS and NNGS protocol? I am basically stuck with Jago now and have to figure out the differences and patch Jago to handle them. Thanks, Cao |
From: Guoliang C. <ca...@da...> - 2005-11-02 19:08:30
|
Hi, I've setup my own nngs server and am now thinking about how to register through web page(just like how it's done in IGS). It looks like, to register a user, I just need to create a user profile under .../share/nngssrv/players/x/. Here comes my questions: What does each field mean in this file? How is the password encrypted? How should I create VARS? What are the possible values for language? Thank you for any help. Cao ============ a user profile ============== Name: xxx Fullname: Not Provided Password: xxxxxxxxxxxx Email: ca...@da... Rank: NR Ranked: NR Prompt: #> RegDate: Mon Oct 24 15:12:46 2005 LastHost: 1166928229 VARS: 1:3:1:1:0:1:1:1 :1:1:1:0:1:0:0:0 :0:2:0:0:0:0:0:0 :0:0:0:0:90:19:10:25 :-1:0:0:10 silent_login: 0 language: 0 Num_plan: 0 Num_censor: 0 Num_alias: 0 |
From: Guoliang C. <ca...@da...> - 2005-10-11 15:20:27
|
I've found mlrate 1.1.0 at http://nngs.sourceforge.net/src/ and recompiled nngs with this version, but still got "Segmentation Fault". Looks like it's not related to mlrate. Cao |
From: Guoliang C. <ca...@da...> - 2005-10-10 21:12:44
|
Hi, I'm planning to run a modified nngs server on my linux box, to support Daoqi - a Go variant. I've downloaded nngs 1.1.18 and mlrate 1.2 source and was able to compile both of them. However, whenever I run, I got a segmentation fault. I'm not familiar with C and couldn't figure out the problem. Can anybody here help me out please? I can create a login for you if necessary. Here is what I have done: untar nngs-1.1.18.tar.gz to ./nngs-1.1.18 untar mlrate-1.2.tar.gz to ./nngs-1.1.18/mlrate cd ./nngs-1.1.18/mlrate; make vi Makefile add "D=-D_BSD_SOURCE -D_POSIX_C_SOURCE=2" as directed make cd ./nngs-1.1.18/mlrate; ./configure --prefix=/usr/local/nngs vi src/Makefile to replace "mlrate/src" with "mlrate" make install /usr/local/nngs/bin/nngssrc Thank you for your help. Cao PS: if you wonder what is Daoqi, please visit www.daoqigame.com |
From: Dave D. <dd...@re...> - 2005-02-21 21:49:00
|
I recently set up a nngs clone for use of the computer go community at boardspace.net. I have received this report of a problem with byo-yomi timing. The setup and installation went pretty smoothly (based on 1.1.16 sources, a few compiler warnings which did not seem significant, about printing functions being implicitly defined). GNU Go (black) was playing a 2/2 game against ManyFaces (white). When ManyFaces got into byo-yomi the server traffic on GNU Go's end looked like this: Server: 15 Game 1 I: ManyFaces (1 9 -1) vs GNUGo (0 55 -1) Server: 15 46(B): H13 Server: Server: 1 6 Server: 9 The player ManyFaces is now in byo yomi. Server: 9 You have 24 stones and 2 minutes. Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 119 21) vs GNUGo (0 55 -1) Server: 15 47(W): E14 Server: Server: 1 6 Tell server: B15 Server: 15 Game 1 I: ManyFaces (1 119 21) vs GNUGo (0 50 -1) Server: 15 48(B): B15 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 112 12) vs GNUGo (0 50 -1) Server: 15 49(W): B16 Server: Server: 1 6 Tell server: G5 Server: 15 Game 1 I: ManyFaces (1 112 12) vs GNUGo (0 45 -1) Server: 15 50(B): G5 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 120 25) vs GNUGo (0 45 -1) Server: 15 51(W): K6 Server: Server: 1 6 Tell server: H4 Server: 15 Game 1 I: ManyFaces (1 120 25) vs GNUGo (0 38 -1) Server: 15 52(B): H4 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 112 15) vs GNUGo (0 38 -1) Server: 15 53(W): J4 Server: Server: 1 6 Tell server: H3 Server: 15 Game 1 I: ManyFaces (1 112 15) vs GNUGo (0 34 -1) Server: 15 54(B): H3 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 120 22) vs GNUGo (0 34 -1) Server: 15 55(W): K13 Server: Server: 1 6 Tell server: M8 Server: 15 Game 1 I: ManyFaces (1 120 22) vs GNUGo (0 27 -1) Server: 15 56(B): M8 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 114 14) vs GNUGo (0 27 -1) Server: 15 57(W): H12 Server: Server: 1 6 Tell server: J14 Server: 15 Game 1 I: ManyFaces (1 114 14) vs GNUGo (0 22 -1) Server: 15 58(B): J14 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 120 22) vs GNUGo (0 22 -1) Server: 15 59(W): H14 Server: Server: 1 6 Tell server: N7 Server: 15 Game 1 I: ManyFaces (1 120 22) vs GNUGo (0 18 -1) Server: 15 60(B): N7 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 109 8) vs GNUGo (0 18 -1) Server: 15 61(W): B14 Server: Server: 1 6 Tell server: K8 Server: 15 Game 1 I: ManyFaces (1 109 8) vs GNUGo (0 7 -1) Server: 15 62(B): K8 Server: Server: 1 6 Server: 15 Game 1 I: ManyFaces (1 102 4) vs GNUGo (0 7 -1) Server: 15 63(W): J7 Totally random time information for white. Black's byo-yomi a little later looked fairly normal, however. |
From: Mark N. <nor...@ya...> - 2003-09-13 02:17:14
|
On Fri, 12 Sep 2003 18:19:55 +0200 "Kim White" <and...@te...> wrote: > Hi > I am having a problem compiling the NNGS server using CygWIN 1.5.3-1. > I have v1.1.14 of nngs and v1.2 of mlrate. I have attached the > compiler messages to this mail. I can tell you about this one as I ran into it also. You'll notice that there is a include dependency "-I../mlrate/src". The problem is that when you untar mlrate, there is only the base directory. If you make a directory in the ../mlrate named src and move all the mlrate files there, this problem will be solved. Note this is just a bandaid actually. There are probably other ways to solve it. Regards, Mark Norton -- ================================================================== Mark Norton <nor...@ya...> http://mnorton.chaosnet.org Public Key can be retrieved and verified from http://pgp.mit.edu Fingerprint: 6187 D8FF 2FDD 883A 3401 9777 90F8 4B45 3347 3A14 |
From: Kim W. <and...@te...> - 2003-09-12 16:21:57
|
Hi I am having a problem compiling the NNGS server using CygWIN 1.5.3-1. I have v1.1.14 of nngs and v1.2 of mlrate. I have attached the compiler messages to this mail. TIA Kim |
From: Mark N. <nor...@ya...> - 2003-08-26 15:56:37
|
Okay, now I'm stumped. This is more of a programming issue (and my C is very, very rusty indeed, about 10 years old). Make is bombing out on utils.c for some reason. It's generating a horde of compiler warnings, but the Sourceforge page and the ToDo list warned this was the case. I can't find the fatal error though. This is the current compilation output: [0849][mnorton@eeyore:~/src/nngs-1.1.14]$ make make all-recursive make[1]: Entering directory `/home/mnorton/src/nngs-1.1.14' Making all in nrat make[2]: Entering directory `/home/mnorton/src/nngs-1.1.14/nrat' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mnorton/src/nngs-1.1.14/nrat' Making all in memory make[2]: Entering directory `/home/mnorton/src/nngs-1.1.14/memory' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/mnorton/src/nngs-1.1.14/memory' Making all in src make[2]: Entering directory `/home/mnorton/src/nngs-1.1.14/src' source='utils.c' object='utils.o' libtool=no \ depfile='.deps/utils.Po' tmpdepfile='.deps/utils.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../nrat -I../memory -g -O2 -Wall -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-lang-c89 -c `test -f 'utils.c' || echo './'`utils.c utils.c: In function `eatword': utils.c:195: warning: cast discards qualifiers from pointer target type utils.c: In function `eatwhite': utils.c:202: warning: cast discards qualifiers from pointer target type utils.c: In function `mail_string_to_address': utils.c:219: warning: implicit declaration of function `popen' utils.c:219: warning: assignment makes pointer from integer without a cast utils.c:224: warning: implicit declaration of function `pclose' utils.c: In function `pcvprintf': utils.c:350: warning: cast discards qualifiers from pointer target type utils.c:360: warning: implicit declaration of function `vsnprintf' utils.c:365: warning: cast discards qualifiers from pointer target type utils.c: In function `pmail_file': utils.c:670: warning: assignment makes pointer from integer without a cast utils.c: In function `xpsend_command': utils.c:698: warning: assignment makes pointer from integer without a cast utils.c:700: warning: assignment makes pointer from integer without a cast utils.c: At top level: utils.c:746: warning: initialization discards qualifiers from pointer target type utils.c: In function `tenth_secs': utils.c:977: storage size of `tzp' isn't known utils.c:977: warning: unused variable `tzp' utils.c: In function `truncate_file': utils.c:1035: warning: implicit declaration of function `ftruncate' utils.c:1035: warning: implicit declaration of function `fileno' utils.c: In function `file_wplayer': utils.c:1136: warning: cast discards qualifiers from pointer target type utils.c: In function `search_directory': utils.c:1237: warning: assignment makes pointer from integer without a cast utils.c: In function `display_directory': utils.c:1265: warning: initialization discards qualifiers from pointer target type /usr/include/sys/stat.h: At top level: utils.c:1554: warning: `xyfilename' defined but not used make[2]: *** [utils.o] Error 1 make[2]: Leaving directory `/home/mnorton/src/nngs-1.1.14/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mnorton/src/nngs-1.1.14' make: *** [all] Error 2 I don't think a variable defined but not used should be a fatal error, but maybe I'm misremembering how this all works. Maybe it hit a fatal number of warnings or something? In any case, I'm a bit fuzzy on how to proceed. Any ideas? Regards, Mark Norton ===== ====================+================================ Mark Norton | This signature is comprised of nor...@ya... | 100% recycled electrons. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Mark N. <nor...@ya...> - 2003-08-26 15:31:23
|
Howdy, I'm trying to get the NNGS code to compile. The problem is the mlrate libraries. According to the README file, the configure script expects a mlrate link under the NNGS root branch for the gdbm.h, ndmb.h, and rdbm.h headers (and presumably the *.o's as well for linking). This I have done. I have the following directory structures: ./src ./src/mlrate ./src/nngs-1.1.14 ./src/nngs-1.1.14/mlrated@ <-- symlink to ../mlrate So, I run the autoconf script. It does not find the header files. I've tried adding the LDFLAGS=-Lmlrate CPPFLAGE=-Imlrate parameters to configure in case this needs to be specified exactly, but that didn't work either. Any ideas? Regards, Mark Norton ===== ====================+================================ Mark Norton | This signature is comprised of nor...@ya... | 100% recycled electrons. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Lei C. <aja...@ho...> - 2003-05-14 11:51:40
|
Hi, Everybody! I want to establish a NNGS server for ny friends, so I downloaded the nngs-1.1.14.tar.gz from SourceForge.net. To install the package I tried get help from the README file. The file told me: Configure and compile mlrate and then NNGS. Here\'s how: (current version numbers may be different...) tar xvzf mlrate-1.1.0.tar.gz cd mlrate-1.1.0 ./configure make cd .. I now get confused, for I do not know what is mlrate. Neither did I see any \"mlrate\" file in the package. Can anybody give me any messge? Thanks in advance! Chen Lei _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Theodore S. <tsc...@sc...> - 2003-04-14 08:33:54
|
Hello all, I and some friends recently started playing Go. For games among our group, = we decided to set up our own NNGS server. In doing so we have been having = some difficulties. First I installed 1.1.9 that I found somewhere, and = that needed a few tweaks to compile & properly load saved games. I then = installed the CVS version, which doesn't seem to save games at all (i.e. = to resume after adjourning). Is this a known problem that others have? All = the proper directory structures seem to exts. I copied a game saved from = the 1.1.9 installation to the CVS installation's equivalent games = directory, and it can be loaded ok. In the process of trying to figure out what was going on, I made an = adjustment to utils.c that has been postest to sourceforge. It eliminates = some things from entering the log file that where reported as problems, = but aren't really problems. I also may have found an issue with changing passwords, but I will have to = research that further. Ted |
From: Nils <int...@gm...> - 2003-01-21 12:23:13
|
Basil Alsamarai wrote: > Hi, > I came across the NNGS project through a search, and noticed that you > mention that NNGS is based on FICS code. > I'm interested in using cygwin to compile a win32 port of FICS, and was > wondering if you knew a) whether such a port already has been performed and > distributed; and/or b) if there are any tips and advice you can offer about > undertaking such a project. > I am fairly new to porting Linux-code over to win32, but have fairly a > fairly solid understanding of C/C++ in general. Any information would be > very appreciated. Hi Basil, if the code compiles on Linux, it should compile pretty cleanly under cygwin, esp. if it uses autoconf/automake. Otherwise you'll have to change some calls and header files I'd guess. Nils. |
From: A v. K. <Adr...@ri...> - 2003-01-09 10:14:20
|
Now, why would you do that ? :-) I'm not an expert on windows-stuff. Don't intend to be. NNGS's portability to windows is based on gnu's autoconf/automake. I think it is primarily targeted to the gnu/cygnus platform. Your other option would be to run FICS on a surplus [34]86. A 100 Mhz machine will keep 100 concurrent users happy, is my guess. Nils Lohner moved NNGS to autoconf/automake. You could reverse-engineer this operation just by diffing some older nngs versions. The conversion was somewhere between 1.1.1 and 1.1.5 , I think. Good luck, AvK |
From: Basil A. <zig...@wo...> - 2003-01-08 22:16:26
|
Hi, I came across the NNGS project through a search, and noticed that you mention that NNGS is based on FICS code. I'm interested in using cygwin to compile a win32 port of FICS, and was wondering if you knew a) whether such a port already has been performed and distributed; and/or b) if there are any tips and advice you can offer about undertaking such a project. I am fairly new to porting Linux-code over to win32, but have fairly a fairly solid understanding of C/C++ in general. Any information would be very appreciated. Thanks, --BA --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.426 / Virus Database: 239 - Release Date: 12/2/2002 |
From: Nils <int...@gm...> - 2002-08-08 09:42:23
|
First test mail to the newly created nng...@li... mailing list. Nils. |