Opened 18 years ago

Closed 18 years ago

#1866 closed defect (fixed)

ming config option doesn't add lib/include

Reported by: kyngchaos@… Owned by: dmorissette
Priority: high Milestone: 4.10 release
Component: Build Problems Version: 4.8
Severity: normal Keywords:
Cc:

Description

on a user-supplied dir to ming, configure doesn't add lib to MING_LIB or include to MING_INC:

echo "${ECHO_T}yes, user supplied MING directory" >&6
  MING_ENABLED=-DUSE_MING_FLASH
  MING_LIB="-L$with_ming-lming"
  MING_INC="-I$with_ming"

so at build time it fails.  It should be:

echo "${ECHO_T}yes, user supplied MING directory" >&6
  MING_ENABLED=-DUSE_MING_FLASH
  MING_LIB="-L$with_ming/lib -lming"
  MING_INC="-I$with_ming/include"

Change History (4)

comment:1 by dmorissette, 18 years ago

Cc: mapserver-bugs@… added
Milestone: 4.10 release
Owner: changed from mapserverbugs to dmorissette
Setting 4.10 release target milestone.

comment:2 by hobu, 18 years ago

Status: newassigned
fixed in CVS.  please confirm.

comment:3 by kyngchaos@…, 18 years ago

Check.

comment:4 by hobu, 18 years ago

Resolution: fixed
Status: assignedclosed
closing
Note: See TracTickets for help on using tickets.