Vaclav Petras wrote: > I'm not getting any errors after cd into the directories reported by make. > I don't know how to fix this.
The header is installed when making lib/db/dbmi_driver, but lib/db/dbstubs is typically made first. It will probably work for incremental builds (which is probably why I failed to notice this before committing) and may work for parallel builds. r66817 moves dbstubs.h to lib/db/dbmi_base, which is an explicit pre-requisite of both dbmi_driver and stubs. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
