Ticket #96 (closed bug report: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by anton

  • status changed from new to closed
  • resolution set to fixed

Fixed since long time ago. Please try the version from SVN. Bugfix release is coming soon.

Note: See TracTickets for help on using tickets.