From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Green To: qwm@ari.ncl.omron.co.jp Cc: mauve-discuss@sourceware.cygnus.com Subject: Re: question Date: Tue, 01 Jun 1999 05:56:00 -0000 Message-id: <199906011256.FAA03740@hoser.cygnus.com> References: <002801beab2b$5e054660$ca10a8c0@qwm.ari.ncl.omron.co.jp> <002801beab2b$5e054660$ca10a8c0@qwm.ari.ncl.omron.co.jp> X-SW-Source: 1999-q2/msg00018.html Qian Wei Min wrote: > Then I used 'make'.But system show next two lines. > "Makefile",line 301:Need an operator > make: fatal errors encountered -- cannot continue > The line 301 is ' include choices'. What kind of system are you using? Are you using GNU make? What does `make --version' say? > And when I use 'make check' the return is "117 of 117 tests failed". > FAIL: uncaught exception loading gnu.testlet.* > All the reurn please see the file 'result.txt'. It looks to me like none of the .class files are being built. You can't simply not include `choices', because this is what tells make which files to compile. Good luck! AG -- Anthony Green Cygnus Solutions Sunnyvale, California