[postgis-devel] [PostGIS] #748: shp2pgsql use wrong schema name
PostGIS
trac at osgeo.org
Mon Jan 3 09:05:42 PST 2011
#748: shp2pgsql use wrong schema name
-----------------------+----------------------------------------------------
Reporter: aperi2007 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-----------------------+----------------------------------------------------
Comment(by mcayland):
Right - that definitely points the finger at the i18n stuff. Can you try
the following on SVN trunk:
make clean
./configure
Then alter the generated loader/Makefile and comment out the NLS flags
section like this:
# GetText includes and libraries
GETTEXT_CFLAGS =
GETTEXT_LDFLAGS =
#nls_build = no
#ifdef nls_build
# localedir = $(shell $(PG_CONFIG) --localedir)
# CFLAGS += -DUSE_NLS
# CFLAGS += -DLOCALEDIR=\"$(localedir)\"
# LANGUAGES = fr
#endif
If you then do a build, does it work after that?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/748#comment:14>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list