Opened 18 years ago
Closed 17 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 , 18 years ago
Cc: | added |
---|
comment:2 by , 18 years ago
Jack,
Any thoughts on the MAP_HELP_STRING macro coming through in configure?
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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:
...
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.