Opened 8 years ago

Last modified 8 years ago

#6656 closed defect

Cannot build gdal 2.1 with filegdb support on linux — at Version 1

Reported by: d7rk Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: 2.1.0
Severity: normal Keywords: gdal filegdb build linux
Cc:

Description (last modified by d7rk)

Build fails (makepkg -src) on manjaro linux after numerous returns of the type:

/home/XXX/tmp/pacaurtmp-XXX/gdal/src/gdal-2.1.0/.libs/libgdal.so: undefined reference to `FileGDBAPI::Geodatabase::Delete(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)'
/home/XXX/tmp/pacaurtmp-XXX/gdal/src/gdal-2.1.0/.libs/libgdal.so: undefined reference to `FileGDBAPI::Row::SetFloat(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, float)'
etc.
collect2: error: ld returned 1 exit status
make[1]: *** [GNUmakefile:82: gdalinfo] Error 1
make[1]: Leaving directory '/home/XXX/tmp/pacaurtmp-XXX/gdal/src/gdal-2.1.0/apps'
make: *** [GNUmakefile:94: apps-target] Error 2

Versions used are: filegdb-api 1.4-2 gdal 2.1.0

Change History (1)

comment:1 by d7rk, 8 years ago

Description: modified (diff)
Version: 2.1.12.1.0
Note: See TracTickets for help on using tickets.