[odb-users] upgrading to odb 2.5.0
roberto minarelli
roberto.minarelli.de at gmail.com
Thu Aug 28 16:34:19 EDT 2025
I upgraded build2 to 0.17.0
now I would like to install odb to a different dir
I tried this
mkdir odb-build
cd odb-build
bpkg create -d odb-gcc-12 cc \
config.cxx=g++ \
config.cc.coptions=-O3 \
config.bin.rpath=$HOME/lib \
config.install.root=$HOME/odb
cd odb-gcc-12
bpkg build --configure-only libstudxml-1.1.0.tar.gz
bpkg build --configure-only libcutl-1.11.0.tar.gz
bpkg build odb-2.5.0.tar.gz
and I did expected to found odb installed
but I didn't get nor the include files nor the odb in the directory I
specified
I tried more than one solution so what is missing?
Thank you
Regards
Roberto Minarelli Della Valle
Il giorno gio 28 ago 2025 alle ore 10:02 Boris Kolpackov <
boris at codesynthesis.com> ha scritto:
> roberto minarelli <roberto.minarelli.de at gmail.com> writes:
>
> > But whenever I run the command
> >
> > bpkg build odb at https://pkg.cppget.org/1/stable
> >
> > there is this error
> >
> > https://pkg.cppget.org/1/stable/packages.manifest:245971:8: error:
> unexpected enable clause
>
> Run `b --version`, if you are not using 0.17.0 or later, then you
> will need to upgrade build2 first.
>
More information about the odb-users
mailing list