TIP: Click on subject to list as thread! ANSI
echo: muffin
to: Bo Simonsen
from: Vince Coen
date: 2003-11-15 18:06:26
subject: maximus for Linux

Hello Bo!

Tried to compile the system today (and during the week) with the following 
results:

/opt/maximus/build.log

=== Cut ===
cd btree && /usr/bin/gmake; cd ..;   cd slib &&
/usr/bin/gmake; cd ..;   cd 
unix && /usr/bin/gmake; cd ..;   cd msgapi &&
/usr/bin/gmake; cd ..;   cd 
squish && /usr/bin/gmake; cd ..;
gmake[1]: Entering directory `/opt/maximus/btree'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/btree'
gmake[1]: Entering directory `/opt/maximus/slib'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/slib'
gmake[1]: Entering directory `/opt/maximus/unix'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/unix'
gmake[1]: Entering directory `/opt/maximus/msgapi'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/msgapi'
gmake[1]: Entering directory `/opt/maximus/squish'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/squish'
cd squish && /usr/bin/gmake
gmake[1]: Entering directory `/opt/maximus/squish'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/squish'
cd msgapi && /usr/bin/gmake; cd ..;   cd sqafix &&
/usr/bin/gmake; cd ..;
gmake[1]: Entering directory `/opt/maximus/msgapi'
gmake[1]: Nothing to be done for `top'.
gmake[1]: Leaving directory `/opt/maximus/msgapi'
gmake[1]: Entering directory `/opt/maximus/sqafix'
/usr/bin/gcc -fPIC -funsigned-bitfields -Wcast-align -g -Wall -O  -DUNIX 
-DLINUX -I.  -I/opt/maximus/unix/include  -I/opt/maximus/slib 
-I/opt/maximus/msgapi  -I/opt/maximus/btree  -I/opt/maximus/max 
-I/opt/maximus/prot  -I/opt/maximus/mex  -DINSTALL_PREFIX=\"/var/max\" 
-DINSTALL_PREFIX=\"/var/max\"   -c -o sqafix.o sqafix.c
gmake[1]: Leaving directory `/opt/maximus/sqafix'
cd sqafix && /usr/bin/gmake
gmake[1]: Entering directory `/opt/maximus/sqafix'
/usr/bin/gcc -fPIC -funsigned-bitfields -Wcast-align -g -Wall -O  -DUNIX 
-DLINUX -I.  -I/opt/maximus/unix/include  -I/opt/maximus/slib 
-I/opt/maximus/msgapi  -I/opt/maximus/btree  -I/opt/maximus/max 
-I/opt/maximus/prot  -I/opt/maximus/mex  -DINSTALL_PREFIX=\"/var/max\" 
-DINSTALL_PREFIX=\"/var/max\"   -c -o sqafix.o sqafix.c
gmake[1]: Leaving directory `/opt/maximus/sqafix'
=== Cut ===

.... Note that the make script tried to compile sqafix twice.

Now for the error file

/opt/maximus/build.err


=== Cut ===
In file included from dw-lst.h:35,
                 from sqafix.h:63,
                 from sqafix.c:62:
dw-def.h:140: parse error before ')' token
sqafix.c:139: warning: missing braces around initializer
sqafix.c:139: warning: (near initialization for `aCmdReqTab[0]')
sqafix.c:189: warning: missing braces around initializer
sqafix.c:189: warning: (near initialization for `aRemReqTab[0]')
sqafix.c: In function `DoShowHelp':
sqafix.c:283: warning: unused variable `tm'
sqafix.c: In function `DoRunManualMode':
sqafix.c:864: warning: pointer type mismatch in conditional expression
sqafix.c: In function `DoGetRemCmdParam':
sqafix.c:1019: warning: pointer type mismatch in conditional expression
sqafix.c: In function `DoSetDayNumLimit':
sqafix.c:1689: warning: missing braces around initializer
sqafix.c:1689: warning: (near initialization for `aflg[0]')
sqafix.c: In function `DoExecMaint':
sqafix.c:1747: warning: implicit declaration of function `spawnlp'
sqafix.c:1724: warning: unused variable `tmp'
sqafix.c: In function `DoDumpNodeInfo':
sqafix.c:1833: warning: missing braces around initializer
sqafix.c:1833: warning: (near initialization for `afs[0]')
sqafix.c: In function `DoDumpUplinkInfo':
sqafix.c:1934: warning: missing braces around initializer
sqafix.c:1934: warning: (near initialization for `afs[0]')
sqafix.c: In function `DoDumpAreaInfo':
sqafix.c:2024: warning: missing braces around initializer
sqafix.c:2024: warning: (near initialization for `afs[0]')
sqafix.c: In function `main':
sqafix.c:2132: warning: passing arg 2 of `DoInitSqaFix' from incompatible 
pointer type
sqafix.c:2173: warning: passing arg 2 of `DoNotifyNodeAllLinks' from 
incompatible pointer type
sqafix.c:2174: warning: passing arg 2 of `DoAutoCreateNewAreas' from 
incompatible pointer type
sqafix.c:2175: warning: passing arg 2 of `DoRunMaintenance' from incompatible 
pointer type
sqafix.c:2176: warning: passing arg 2 of `DoSyncCfgFiles' from incompatible 
pointer type
sqafix.c:2178: warning: passing arg 2 of `DoDumpNode' from incompatible 
pointer type
sqafix.c:2179: warning: passing arg 2 of `DoDumpUplink' from incompatible 
pointer type
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
/usr/include/sys/stat.h: 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
In file included from dw-lst.h:35,
                 from sqafix.h:63,
                 from sqafix.c:62:
dw-def.h:140: parse error before ')' token
sqafix.c:139: warning: missing braces around initializer
sqafix.c:139: warning: (near initialization for `aCmdReqTab[0]')
sqafix.c:189: warning: missing braces around initializer
sqafix.c:189: warning: (near initialization for `aRemReqTab[0]')
sqafix.c: In function `DoShowHelp':
sqafix.c:283: warning: unused variable `tm'
sqafix.c: In function `DoRunManualMode':
sqafix.c:864: warning: pointer type mismatch in conditional expression
sqafix.c: In function `DoGetRemCmdParam':
sqafix.c:1019: warning: pointer type mismatch in conditional expression
sqafix.c: In function `DoSetDayNumLimit':
sqafix.c:1689: warning: missing braces around initializer
sqafix.c:1689: warning: (near initialization for `aflg[0]')
sqafix.c: In function `DoExecMaint':
sqafix.c:1747: warning: implicit declaration of function `spawnlp'
sqafix.c:1724: warning: unused variable `tmp'
sqafix.c: In function `DoDumpNodeInfo':
sqafix.c:1833: warning: missing braces around initializer
sqafix.c:1833: warning: (near initialization for `afs[0]')
sqafix.c: In function `DoDumpUplinkInfo':
sqafix.c:1934: warning: missing braces around initializer
sqafix.c:1934: warning: (near initialization for `afs[0]')
sqafix.c: In function `DoDumpAreaInfo':
sqafix.c:2024: warning: missing braces around initializer
sqafix.c:2024: warning: (near initialization for `afs[0]')
sqafix.c: In function `main':
sqafix.c:2132: warning: passing arg 2 of `DoInitSqaFix' from incompatible 
pointer type
sqafix.c:2173: warning: passing arg 2 of `DoNotifyNodeAllLinks' from 
incompatible pointer type
sqafix.c:2174: warning: passing arg 2 of `DoAutoCreateNewAreas' from 
incompatible pointer type
sqafix.c:2175: warning: passing arg 2 of `DoRunMaintenance' from incompatible 
pointer type
sqafix.c:2176: warning: passing arg 2 of `DoSyncCfgFiles' from incompatible 
pointer type
sqafix.c:2178: warning: passing arg 2 of `DoDumpNode' from incompatible 
pointer type
sqafix.c:2179: warning: passing arg 2 of `DoDumpUplink' from incompatible 
pointer type
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
/usr/include/sys/stat.h: 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
=== Cut ===

Any ideas?


Vince

--- Linux/Mbse/GoldED+/LNX 1.1.5
* Origin: Air Applewood, Linux Gateway for Essex (2:257/609)
SEEN-BY: 633/267 270
@PATH: 257/609 250/501 140/1 106/2000 633/267

SOURCE: echomail via fidonet.ozzmosis.com

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.