Opened 19 years ago

Closed 19 years ago

#1315 closed defect (fixed)

Build Errors on CVS Head

Reported by: bill@… Owned by: mapserverbugs
Priority: high Milestone:
Component: Build Problems Version: 4.5
Severity: normal Keywords:
Cc:

Description

I have found two build errors trying to get CVS HEAD to build on my Mandrake system.

The first is that mapsvg.c needs to #include <stdarg.h> even if not including 
FastCGI support

The second is that the test for a new version of libgd in maputils.c uses what seems 
to be an inadequate test.  I will attach two patches to this bug that I've used to get
it working correctly.

Attachments (2)

patch.svg.gz (273 bytes ) - added by bill@… 19 years ago.
Patch to fix mapsvg.c (gzipped)
patch.GD_FT.gz (317 bytes ) - added by bill@… 19 years ago.
Patch to fix maputil.c (gzipped)

Download all attachments as: .zip

Change History (6)

by bill@…, 19 years ago

Attachment: patch.svg.gz added

Patch to fix mapsvg.c (gzipped)

by bill@…, 19 years ago

Attachment: patch.GD_FT.gz added

Patch to fix maputil.c (gzipped)

comment:1 by dmorissette, 19 years ago

Status: newassigned
Looking into this now.

comment:2 by dmorissette, 19 years ago

Resolution: fixed
Status: assignedclosed
Fixed.
1- I have added the #include <stdarg.h> to mapsvg.c
2- The problem with gd-2.0.15 is the topic of bug 1225, so we'll close this bug
and continue the discussion there.


comment:3 by dmorissette, 19 years ago

attachments.description: Patch to fix mapsvg.cPatch to fix mapsvg.c (gzipped)

comment:4 by dmorissette, 19 years ago

attachments.description: Patch to fix maputil.cPatch to fix maputil.c (gzipped)
Note: See TracTickets for help on using tickets.