Would you try adding a subdirectory 'sqafix' (without the quotes)
at the same level that the squish, slib, util, etc.
Would you try adding a subdirectory 'sqafix' (without the
quotes) at the same level that the squish, slib, util, etc.
(typically .../maximus/sqafix ) already exist in your source
code tree and try running your CVS update again? I suspect
that you may have a user ID issue with creating
sub-directories in the location where you are compiling the
code and updating from CVS. :( Let me know what happens.
added the directory with the same results... running
everything as root so that should not be a problem...
ended up removing everything and reinstalling maximus-
3.03-etc.tar.gz and running
cvs -z3 -d
:pserver:anonymoys@cvs.sourceforge.net:/cvsroot/maximus co maximus
(instead of cvs up)
and then cd into the maximus directory and run
./configure and then make build with a similar error...
my redirection logging isn't working as i'd like but
the screen output without redirection ends like so...
sqafix.c:2180: warning: passing arg 2 of `DoDumpArea'
from incompatible pointer type
sqafix.c:2182: warning: passing arg 2 of
`DoRunManualMode' from incompatible pointer type
sqafix.c: At top level:
sqafix.c:218: warning: `DoCheckKey' defined but not used
sqafix.c:228: warning: `DoGetKey' defined but not used
gmake[1]: *** [sqafix.o] Error 1
make: *** [sqafix] Error 2
i'm currently seeking info on redirecting everything to
the log file... seems that
program 2>&1 > logfile
Would you try adding a subdirectory 'sqafix' (without the quotes)
at the same level that the squish, slib, util, etc.
Another question.
Does sqafix sources exist in original Pete's package? I
know it can be compiled with Watcom, but CVS doesn't
have original makefiles.
If anybody can send me these sources, please write to <stro@isd.dp.ua>
i'm currently seeking info on redirecting everything to
the log file... seems that
program 2>&1 > logfile
try 'program 1>name.log 2>name.err'... Unfortunately, that
will seperate stderr from stdout lines.....
Hmmmm......
Thanks for the note. If you find a solution, let me know.
program 2>&1 > logfile
try 'program 1>name.log 2>name.err'... Unfortunately, that will
seperate stderr from stdout lines.....
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,052 |
Nodes: | 15 (1 / 14) |
Uptime: | 02:43:32 |
Calls: | 500,789 |
Files: | 109,358 |
D/L today: |
739 files (427M bytes) |
Messages: | 466,373 |
Posted today: | 3 |