Ticket #96 (closed bug report: fixed)
driving distance doesn't insert PG_MODULE_MAGIC
Reported by: | kyngchaos | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | DrivingDistance | Version: | 1.0 |
Keywords: | Cc: |
Description
In alpha.c, the lines:
#ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif
are inside the PROFILE ifdef block. Without PROFILE set, PG_MODULE_MAGIC is not inserted, and routing_dd fails to load.
So, the PG_MODULE_MAGIC block should be before the PROFILE block. Or, since drivedist.c seems to be the main driving distance source, maybe put the PG_MODULE_MAGIC block there?
Change History
Note: See
TracTickets for help on using
tickets.