Opened 14 years ago
Closed 14 years ago
#757 closed defect (fixed)
[raster]: Can't compile raster anymore
Reported by: | robe | Owned by: | jorgearevalo |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
Joreg,
I think this has been since the change you made to put in the debug feature so it doesn't print notices unless compiled with debug.
I don't think I have debug mode enabled. Now I get this error.
../rt_core/librtcore.a(rt_api.o): In function `rt_band_get_ext_path': c:/projects/PostGIS/trunk/raster/rt_core/rt_api.c:480: undefined reference to `RASTER_DEBUGf'
sorry I had ignored it before since I wasn't absolutely sure it wasn't something I was fiddling with, but it happens on both my MingW boxes.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I close this ticket. I think is solved.
Note:
See TracTickets
for help on using tickets.
Fixed in r6582. The error was introduced in my last commit, to solve the warning message when executing gdal_translate. I'm sorry. Please check it now.