|
From: David W. <wh...@ne...> - 2000-02-29 00:55:13
|
> > > After several days of fiddling I have finally been able to checkin my > test round of global.c changes. To do this I needed to fix a few > solaris specific problems as follows: > > 1) exec_qa and encode are no longer dependent on bash. > > 2) I tried to make the timezone stuff in mumps.c more portable. I checked out a copy and tried make all in the top directory, I got a message: make all (cd src; make install) make[1]: Entering directory /home/groups/gump/htdocs/work/FreeM/src' cc -g -O -DHACK_NOXLATE -c version.c -o version.o cc version.o -o version ./version > version.h cc -g -O -DHACK_NOXLATE -c compact.c -o compact.o cc -g -O -DHACK_NOXLATE -c xecline.c -o xecline.o xecline.c: In function 'lline': xecline.c:3340: storage size of 'Timebuffer' isn't known make[1]: *** [xecline.o] Error 1 make[1]: Leaving directory /home/groups/gump/htdocs/work/FreeM/src' make: *** [all] Error 2 Is this a result of your change? > 3) I have taken a bunch of function declarations out of the header > files and made them static in global.c. > > I made a couple of minor changes to cleanup compiler warnings. > > Note: After fixing the two qa scripts the qa tests seem to fail the > same way they did before my changes. I have not yet cleaned up the > output. I am going to temporarily take the version number output out > of %LOGIN until we find a better solution. I think make all in the qa directory uudecodes all the want.out and want.err files, at least that is what Makefile seem to say.. > Unless anyone else steps up I will try to do the qa cleanup (make the > expected output reflect current version numbers etc.) next so that I > can use this stuff. > > Then maybe I can get back to the global handler. Sorry to slow down your development. Dave |