You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These open issues may also help:
Installing odb after a libodb-* package prevent odb to work correctly #2
Installing odb + a libodb-* package installs libodb twice #1
unable to open file '/usr/local/Cellar/odb/2.' or read failure #9
The text was updated successfully, but these errors were encountered:
I have problem to install in OS X with brew:
$brew install odb
Updating Homebrew...
==> Installing odb from max13/odb
==> Downloading http://www.codesynthesis.com/download/odb/2.4/odb-2.4.0.tar.gz
Already downloaded: /Users/jvegaz/Library/Caches/Homebrew/downloads/755f43e45f7ac8387e715a2795fe32b0e25778b3d24616b626bce4d8d969af04--odb-2.4.0.tar.gz
==> ./configure --prefix=/usr/local/Cellar/odb/2.4.0 --libexecdir=/usr/local/Cellar/odb/2.4.0/lib --with-options-file=/usr/local/Cellar/odb/2.4.0/etc/odb/default.options CXXFLAGS=-fno-devirtualize
==> make install
Last 15 lines from /Users/jvegaz/Library/Logs/Homebrew/odb/02.make:
../odb/gcc-fwd.hxx:8:10: fatal error: bversion.h: No such file or directory
8 | #include <bversion.h>
| ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [common.lo] Error 1
In file included from ../odb/context.hxx:8,
from ../odb/common.hxx:13,
from ../odb/common-query.hxx:8,
from common-query.cxx:7:
../odb/gcc-fwd.hxx:8:10: fatal error: bversion.h: No such file or directory
8 | #include <bversion.h>
| ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [common-query.lo] Error 1
make: *** [install-recursive] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/max13/homebrew-odb/issues
These open issues may also help:
Installing odb after a libodb-* package prevent odb to work correctly #2
Installing odb + a libodb-* package installs libodb twice #1
unable to open file '/usr/local/Cellar/odb/2.' or read failure #9
The text was updated successfully, but these errors were encountered: