Opened 13 years ago

Closed 13 years ago

#3844 closed defect (fixed)

build error, missing macro EQUALN

Reported by: tbonfort Owned by: tbonfort
Priority: normal Milestone: 6.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tamas, frankw

Description

if building with --with-proj only (no --with-gdal or --with-ogr), the EQUALN macro is never defined, but it is used in mapfile.c

Change History (3)

comment:1 by tbonfort, 13 years ago

Component: MapServer C LibraryBuild Problems
Owner: changed from sdlime to dmorissette

comment:2 by tbonfort, 13 years ago

Owner: changed from dmorissette to tbonfort
Status: newassigned

I'll take this one, and will move all EQUAL/EQUALN declarations from the various .c files to mapserver.h

comment:3 by tbonfort, 13 years ago

Cc: tamas frankw added
Resolution: fixed
Status: assignedclosed

committed in r11582.

adding frank and tamas in cc (frank: because I've copied the EQUAL/EQUALN macros from cpl_port.h, tamas: because the EQUAL macros point to stricmp on windows, and I don't now the implications of that rather than strcasecmp)

Note: See TracTickets for help on using tickets.