[odb-users] make error during ODB runtime build
Boris Kolpackov
boris at codesynthesis.com
Wed Oct 16 02:44:04 EDT 2013
Hi,
CanisMajorWuff <canismajorwuff at gmail.com> writes:
> make.exe[2]: *** No rule to make target `callback.lo', needed by
So you are building libodb-2.2.3 in a separate build directory on
MinGW. Here is what I just tried using the MSYS shell that comes
in the ODB compiler package for Windows (mingw/msys.bat):
$ unzip libodb-2.2.3.zip
$ mkdir libodb-2.2.3-build
$ cd libodb-2.2.3-build
$ ../libodb-2.2.3/configure
$ make
And everything builds just fine. So there must be something wrong
with your MinGW environment.
Boris
More information about the odb-users
mailing list