[odb-users] compiling odb library
Boris Kolpackov
boris at codesynthesis.com
Mon Mar 14 09:24:54 EDT 2022
Phillip Shelton <phillip.shelton at cardno.com.au> writes:
> I now have a working version of build2.
>
> >C:\compilers\odb_build>bpkg --version
> >bpkg 0.14.0
> >libbpkg 0.14.0
> >libbutl 0.14.0
Great! Thanks for sticking with it, wasn't exactly a smooth experience.
> I have now tried to follow your last email about odb, and I get the
> following
>
> >C:\compilers\odb_build\obd-mingw>bpkg build odb-2.5.0-b.21.tar.gz libcutl-1.11.0-b.9.tar.gz libstudxml-1.1.0-b.10.tar.gz
> >error: unknown dependency libstudxml ^1.1.0- of package odb
> >info: while satisfying odb/2.5.0-b.21
I tried this and I get the same error, which feels wrong. I've filed
an issue[1] to look into this.
As a work around, building them one by one in the correct order worked
for me:
$ bpkg build libstudxml-1.1.0-b.10.tar.gz
$ bpkg build libcutl-1.11.0-b.9.tar.gz
$ bpkg build odb-2.5.0-b.21.tar.gz
[1] https://github.com/build2/build2/issues/183
More information about the odb-users
mailing list