Opened 17 years ago

Closed 16 years ago

#10 closed defect (invalid)

debug builds broken for providers?

Reported by: warmerdam Owned by: warmerdam
Priority: minor Milestone: 3.3.0
Component: GDAL Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: gregboone, jacklee External ID:

Description

It seems that a "build_linux.sh -c debug" does not build some or all of the providers in debug mode. I have confirmed this for GDAL and a quick suggests it is true for at least the SDF provider.

It seems to be because the configure scripts for the providers do not support the special --enable-debug option which is supported by the fdo core provider.

Greg - any thoughts on this? Would you like me to fix this for the GDAL provider and attempt to apply the fix to all other providers with the same problem?

Change History (3)

comment:1 by warmerdam, 17 years ago

Cc: jacklee added

As Jack suggests, I have tried this again and it seems to be working fine. I'm not sure why I was having problem. The only outstanding issue is that "configure --help" reports:

...

--enable-fast-install[=PKGS]

optimize for fast installation [default=yes]

--disable-libtool-lock avoid locking (might break parallel builds)

MAP_HELP_STRING(--enable-debug, enable debug build [default=no]) ...

I'm not sure what the MAP_HELP_STRING[] macro is supposed to do, but it isn't working on my system. Perhaps it should be omitted? This is why I missed the --enable-debug in the configure output.

comment:2 by warmerdam, 17 years ago

Jack,

Any thoughts on the MAP_HELP_STRING macro coming through in configure?

comment:3 by gregboone, 16 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.