Opened 16 years ago

Closed 8 years ago

#2416 closed defect (wontfix)

MinGW: GDAL configure fails detecting Expat if OGDI is enabled

Reported by: marcopx Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: 1.5.2
Severity: normal Keywords: expat mingw mswindows
Cc:

Description

Running MinGW 5.1.4 with MSYS 1.0.11 on MS Windows Vista

  1. Expat is not detected
  1. if I change line 23832 from

expat_lib_flags="-L$expat_prefix/lib -lexpat"

to

LIBS="$LIBS -L$expat_prefix/lib -lexpat"

Expat is correctly detected and built

  1. but if I enable OGDI support (through --with-ogdi=path) Expat is not more detected;

I also tryed to enable OGDI without hacking the line 23832: I got the same result;

OGDI is detected in both cases.

Thanks for help,

Marco

Change History (3)

comment:1 by Jukka Rahkonen, 9 years ago

Is this still something valid and re-producible or should we close the ticket as wontfix? At least Vista we can forget because hardly anybody is using it but it the problem affects Windows 7 that's anyther story.

comment:2 by Jukka Rahkonen, 9 years ago

Notes about successful build of GDAL 1.9.1 with MinGW attached to ticket #4624. However, that recipe does not close this ticket because it has an option "OGDI support: no"

comment:3 by Jukka Rahkonen, 8 years ago

Resolution: wontfix
Status: newclosed

The best before date for all the ingredients of the soup was long ago.

Note: See TracTickets for help on using tickets.