View Issue Details

IDProjectCategoryView StatusLast Update
0000393LDMud 3.3Compilation, Installationpublic2005-11-24 15:32
ReporterGnomi Assigned Tolars 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi686OSDebian GNU/LinuxOS Version3.0
Product Version3.3 
Fixed in Version3.3 
Summary0000393: Doesn't compile because of usage of REPLACE_MALLOC in xalloc.c
DescriptionHi,

REPLACE_MALLOC is defined in slaballoc.c, but xalloc.c uses it (before including slaballoc.c) to decide whether there should be a variable clib_alloc_stat, which slaballoc depends upon. Because at this time this define doesn't exist, there will be no such variable und therefore slaballoc complains:

In file included from xalloc.c:308:
slaballoc.c: In Funktion »mem_dump_data«:
slaballoc.c:890: error: `clib_alloc_stat' undeclared (first use in this function)

Greetings,
Gnomi
TagsNo tags attached.

Activities

lars

2005-06-20 09:24

reporter   ~0000378

Sorry for that - my machine doesn't allow to replace malloc, so this went unnoticed.

Corrected in 3.3.709

Issue History

Date Modified Username Field Change
2005-06-20 02:52 Gnomi New Issue
2005-06-20 09:24 lars Status new => resolved
2005-06-20 09:24 lars Fixed in Version => 3.3
2005-06-20 09:24 lars Resolution open => fixed
2005-06-20 09:24 lars Assigned To => lars
2005-06-20 09:24 lars Note Added: 0000378
2005-11-24 15:32 lars Status resolved => closed