| TIP: Click on subject to list as thread! | ANSI |
| echo: | |
|---|---|
| to: | |
| from: | |
| date: | |
| subject: | Maximus on Linux |
Hello Wes!
06 Jun 03 18:04, you wrote to me:
WG> I'll get back to shortly; I'm trying to release v3.03b tonight, which
WG> incorporates several possible fixes for your problems.
WG> Stay Tuned. :)
Having picked up current CVS tree using :
=== Cut ===
#!/bin/bash
# script to collect current max from cvs server
#
cd /opt
cvs -z3 -d:pserver:anonymous{at}cvs.maximus.sourceforge.net:/cvsroot/maximus co
maximus
#cd max
#./configure
#make
=== Cut ===
I ran ./configure; make squish; make max with the following result from the
error logs:
=== Cut ===
bt_rem.cc: In member function `int BTREE::_remove_low_keys(BTNODE*, PNODE*)':
bt_rem.cc:413: name lookup of `parent_idx' changed for new ISO `for' scoping
bt_rem.cc:407: using obsolete binding at `parent_idx'
gmake[1]: *** [bt_rem.o] Error 1
In file included from hmalloc.c:20:
prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from hmalloc.c:20:
prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot both be defined at
the same time!
prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot both be defined at
the same time!
gmake[1]: *** [hmalloc.o] Error 1
In file included from dosio.c:5:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from dosio.c:5:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
gmake[1]: *** [dosio.o] Error 1
squish.c:20: warning: ignoring #pragma off
squish.c:22: warning: ignoring #pragma on
In file included from /opt/maximus/slib/ffind.h:30,
from /opt/maximus/slib/dr.h:25,
from squish.c:32:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from /opt/maximus/slib/ffind.h:30,
from /opt/maximus/slib/dr.h:25,
from squish.c:32:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
squish.c:50: warning: braces around scalar initializer
squish.c:50: warning: (near initialization for `ar.toscan')
squish.c:50: warning: missing braces around initializer
squish.c:50: warning: (near initialization for `ar.n')
squish.c:21: warning: `rcs_id' defined but not used
gmake[1]: *** [squish.o] Error 1
=== Cut ===
And for max:
=== Cut ===
In file included from dosio.c:5:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from dosio.c:5:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
gmake[1]: *** [dosio.o] Error 1
bt_rem.cc: In member function `int BTREE::_remove_low_keys(BTNODE*, PNODE*)':
bt_rem.cc:413: name lookup of `parent_idx' changed for new ISO `for' scoping
bt_rem.cc:407: using obsolete binding at `parent_idx'
gmake[1]: *** [bt_rem.o] Error 1
In file included from hmalloc.c:20:
prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from hmalloc.c:20:
prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot both be defined at
the same time!
prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot both be defined at
the same time!
gmake[1]: *** [hmalloc.o] Error 1
squish.c:20: warning: ignoring #pragma off
squish.c:22: warning: ignoring #pragma on
In file included from /opt/maximus/slib/ffind.h:30,
from /opt/maximus/slib/dr.h:25,
from squish.c:32:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from /opt/maximus/slib/ffind.h:30,
from /opt/maximus/slib/dr.h:25,
from squish.c:32:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
squish.c:50: warning: braces around scalar initializer
squish.c:50: warning: (near initialization for `ar.toscan')
squish.c:50: warning: missing braces around initializer
squish.c:50: warning: (near initialization for `ar.n')
squish.c:21: warning: `rcs_id' defined but not used
gmake[1]: *** [squish.o] Error 1
mex_tab.y:664: warning: previous rule lacks an ending `;'
mex_tab.y contains 1 useless nonterminal and 2 useless rules
mex_tab.y contains 1 shift/reduce conflict.
vm_run.c:20: warning: ignoring #pragma off
vm_run.c:22: warning: ignoring #pragma on
In file included from /opt/maximus/max/max.h:95,
from mex.h:546,
from vm_run.c:32:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from /opt/maximus/max/max.h:95,
from mex.h:546,
from vm_run.c:32:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
In file included from vm_run.c:33:
vm.h:31:1: warning: "DEBUGVM" redefined
vm_run.c:1:1: warning: this is the location of the previous definition
vm_run.c: In function `proc_instruction':
vm_run.c:535: warning: enumeration value `FormArray' not handled in switch
vm_run.c:535: warning: enumeration value `FormStruct' not handled in switch
vm_run.c:535: warning: enumeration value `FormAddr' not handled in switch
vm_run.c:535: warning: enumeration value `FormVoid' not handled in switch
vm_run.c:535: warning: enumeration value `FormEllipsis' not handled in switch
vm_run.c:587: warning: enumeration value `FormArray' not handled in switch
vm_run.c:587: warning: enumeration value `FormStruct' not handled in switch
vm_run.c:587: warning: enumeration value `FormAddr' not handled in switch
vm_run.c:587: warning: enumeration value `FormVoid' not handled in switch
vm_run.c:587: warning: enumeration value `FormEllipsis' not handled in switch
/usr/include/sys/stat.h: At top level:
vm_run.c:21: warning: `rcs_id' defined but not used
gmake[1]: *** [vm_run.o] Error 1
gmake[1]: *** No rule to make target `all', needed by `top'. Stop.
gmake[1]: *** No rule to make target `all', needed by `top'. Stop.
maid.c:20: warning: ignoring #pragma off
maid.c:22: warning: ignoring #pragma on
In file included from maid.c:33:
/opt/maximus/slib/prog.h:210: conflicting types for `timer_t'
/usr/include/time.h:94: previous declaration of `timer_t'
In file included from maid.c:33:
/opt/maximus/slib/prog.h:233:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
/opt/maximus/slib/prog.h:270:3: #error BIG_ENDIAN and LITTLE_ENDIAN cannot
both be defined at the same time!
maid.c:21: warning: `rcs_id' defined but not used
gmake[1]: *** [maid.o] Error 1
make: *** [max] Error 2
=== Cut ===
The Indians are causing a problem again. (Allright then, Endians)
Vince
--- Linux/Mbse/GoldED+/LNX 1.1.5-20709
* 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™.