View Issue Details

IDProjectCategoryView StatusLast Update
0000462LDMud 3.3Compilation, Installationpublic2018-01-29 22:57
Reporterhkremss Assigned Tolars 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version3.3.713 
Fixed in Version3.3.714 
Summary0000462: 3.3.713 does not compile: parse error in comm.c
Description3.3.713 does not compile. unpacked, configure (was working with 712), make ->

gcc -O2 -g -fstrength-reduce -fno-force-mem -fno-force-addr -Wall -Wparentheses -Wshadow -DMUD_LIB='"/mud/mudlib"' -DBINDIR='"/mud/bin"' -DERQ_DIR='"/mud/bin/erq_dir"' -c -o comm.o comm.c
comm.c: In function `new_player':
comm.c:4018: parse error before `*'
comm.c:4020: `cb' undeclared (first use in this function)
comm.c:4020: (Each undeclared identifier is reported only once
comm.c:4020: for each function it appears in.)
make: *** [comm.o] Error 1
Additional Informationgcc version 2.95.3
TagsNo tags attached.

Activities

hkremss

2006-03-16 12:10

reporter   ~0000499

Last edited: 2006-03-16 12:11

There is a variable declaration, which is not at the start of code block. Shifting this line to start of block, solves the problem.

lars

2006-03-17 01:55

reporter   ~0000500

Yup, the variable declaration was the problem.

Issue History

Date Modified Username Field Change
2006-03-16 11:53 hkremss New Issue
2006-03-16 12:10 hkremss Note Added: 0000499
2006-03-16 12:11 hkremss Note Edited: 0000499
2006-03-17 01:55 lars Status new => resolved
2006-03-17 01:55 lars Fixed in Version => 3.3.714
2006-03-17 01:55 lars Resolution open => fixed
2006-03-17 01:55 lars Assigned To => lars
2006-03-17 01:55 lars Note Added: 0000500
2007-10-06 21:55 lars Status resolved => closed
2010-11-16 10:42 lars Source_changeset_attached => ldmud.git master d8552b89
2018-01-29 19:59 lars Source_changeset_attached => ldmud.git master d8552b89
2018-01-29 22:57 lars Source_changeset_attached => ldmud.git master d8552b89