omniscale/imposm2

ox x lion build fails

127 opened this issue · 0 comments

127 commented

running build
running build_py
creating build
creating build/lib.macosx-10.7-intel-2.7
creating build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/init.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/app.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/base.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/config.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/dbimporter.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/defaultmapping.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/geom.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/mapping.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/merge.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/multipolygon.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/psqldb.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/reader.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/util.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/version.py -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/writer.py -> build/lib.macosx-10.7-intel-2.7/imposm
creating build/lib.macosx-10.7-intel-2.7/imposm/cache
copying imposm/cache/init.py -> build/lib.macosx-10.7-intel-2.7/imposm/cache
copying imposm/cache/osm.py -> build/lib.macosx-10.7-intel-2.7/imposm/cache
creating build/lib.macosx-10.7-intel-2.7/imposm/db
copying imposm/db/init.py -> build/lib.macosx-10.7-intel-2.7/imposm/db
copying imposm/db/config.py -> build/lib.macosx-10.7-intel-2.7/imposm/db
copying imposm/db/postgis.py -> build/lib.macosx-10.7-intel-2.7/imposm/db
creating build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/init.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_cache.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_dbimporter.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_field_types.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_imported.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_multipolygon.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
copying imposm/test/test_tag_mapper.py -> build/lib.macosx-10.7-intel-2.7/imposm/test
running egg_info
writing requirements to imposm.egg-info/requires.txt
writing imposm.egg-info/PKG-INFO
writing namespace_packages to imposm.egg-info/namespace_packages.txt
writing top-level names to imposm.egg-info/top_level.txt
writing dependency_links to imposm.egg-info/dependency_links.txt
writing entry points to imposm.egg-info/entry_points.txt
reading manifest file 'imposm.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'imposm.egg-info/SOURCES.txt'
copying imposm/900913.sql -> build/lib.macosx-10.7-intel-2.7/imposm
copying imposm/cache/internal.cc -> build/lib.macosx-10.7-intel-2.7/imposm/cache
copying imposm/cache/tc.c -> build/lib.macosx-10.7-intel-2.7/imposm/cache
copying imposm/cache/tc.pyx -> build/lib.macosx-10.7-intel-2.7/imposm/cache
running build_ext
imposm/cache/internal.pb.cc up to date
creating imposm/cache/tc.c
Could not find cython command.
Found existing C file. Ignoring previous error.
building 'imposm.cache.tc' extension
creating build/temp.macosx-10.7-intel-2.7
creating build/temp.macosx-10.7-intel-2.7/imposm
creating build/temp.macosx-10.7-intel-2.7/imposm/cache
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c imposm/cache/tc.c -o build/temp.macosx-10.7-intel-2.7/imposm/cache/tc.o
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘pyx_pf_6imposm_5cache_2tc_3BDB___cinit’:
imposm/cache/tc.c:1090: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init
’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter
’:
imposm/cache/tc.c:1848: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains
’:
imposm/cache/tc.c:1960: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len
’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next
’:
imposm/cache/tc.c:2063: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc
’:
imposm/cache/tc.c:2333: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next
’:
imposm/cache/tc.c:3345: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB___cinit
’:
imposm/cache/tc.c:1090: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init
’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter
’:
imposm/cache/tc.c:1848: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains
’:
imposm/cache/tc.c:1960: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len
’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next
’:
imposm/cache/tc.c:2063: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc
’:
imposm/cache/tc.c:2333: error: ‘struct pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2629: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2763: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2882: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next
’:
imposm/cache/tc.c:3345: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_1put’:
imposm/cache/tc.c:5511: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_2get’:
imposm/cache/tc.c:5707: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
lipo: can't open input file: /var/tmp//ccGc0Jps.out (No such file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1