This is with a cvs download and the etc file installed.
Drats....
I thought we had the build issues worked out in the current
CVS tree.
I thought we had the build issues worked out in the current
CVS tree.
when i first started getting the cvs version, there was
another file that had to be gotten and opened to supply
some additional files... when sqafix was added, there
was talk of another file that is/was necessary... i've
not been back to the site in a while... could you
please refresh my memory on the site to go to and what
the additional file is that's needed??
I thought we had the build issues worked out in the current
CVS tree.
when i first started getting the cvs version, there was
another file that had to be gotten and opened to supply
some additional files... when sqafix was added, there
was talk of another file that is/was necessary... i've
not been back to the site in a while... could you
please refresh my memory on the site to go to and what
the additional file is that's needed??
Either ./configure or make build or make install lists the
.tar.gz file name that's needed (and not the .tar.gz contents
aren't yet in the CVS tree). I don't remember off the top of
my head the file name. If I remember right, the .tar.gz file
is one of the two listed on the maximus.sourceforge.net web
site.
i just looked at my logs of my update sessions and my
last log ends with an attempt to change into the sqafix
directory which is nonexistant on my box...
here's my update script...
===== updatemax =====
echo updating from cvs
cvs up 2>&1 > 1.log
echo configuring... hit enter...
./configure --prefix=/opt/max 2>&1 > 2.log
echo running make build
make build 2>&1 > 3.log
===== end =====
the above terminates with the following...
=====
gmake[1]: Leaving directory `/opt/maximus/msgapi'
/bin/sh: cd: sqafix: No such file or directory
cd sqafix && /usr/bin/gmake
/bin/sh: cd: sqafix: No such file or directory
make: *** [sqafix] Error 1
=====
unfortunately, my redirections aren't grabbing the
/bin/sh lines or the make: line and directing them into
the logs as desired... i had it working like that at
one time and had to recreate the script and forgot how
i did it before... enlightenment?
thanks...
Mark:
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.
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
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,090 |
Nodes: | 15 (0 / 15) |
Uptime: | 37:18:24 |
Calls: | 232,706 |
Calls today: | 1 |
Files: | 60,048 |
D/L today: |
28 files (143M bytes) |
Messages: | 298,951 |