ngageoint / hootenanny

Hootenanny conflates multiple maps into a single seamless map.
GNU General Public License v3.0
356 stars 74 forks source link

If GDAL isn't installed properly configure complains in an odd spot #241

Closed jasonsurratt closed 8 years ago

jasonsurratt commented 8 years ago

If you have GDAL that uses FileGDB, but the library isn't there you get this during configure:

$ ./configure --with-rnd -q
configure: WARNING: Most development occurs with GEOS v3.4.2, using v. Please run all tests after build (make test).
configure: error: A necessary OpenCV library was not found

Please modify the right script to error out appropriately w/ GDAL.

bwitham commented 8 years ago

To reproduce on Ubuntu, simply (assuming you're gdal is compiled with fgdb support; exact library location may differ across environments):

mv /usr/local/FileGDB_API /usr/local/FileGDB_API-ignore cd $HOOT_HOME ./configure -q

bwitham commented 8 years ago

review pending

mattjdnv commented 8 years ago

Review done and merged (pull #252)