[tsc-devel] Re: TSC Boost Build Issues
Marvin Gülker |
Sat, 01 Sep 2018 21:27:32 UTC
Hi,
Am 01. September 2018 um 19:22 Uhr -0000 schrieb …8@g…:
> I seem to be getting boost build issues when I try to build the TSC
> source code.
Your first issue appears to be related to a broken Boost
installation. You can try the following, clean your build directory, and
then restart the build process:
# apt install libboost-all-dev
Your second issue has something to do with the recent changes introduced
by kirbyfan. He changed the way the Boost target is incorporated into
the built. To verify, reset your Git copy to the commit before
kirbyfan's merge:
$ git reset --hard 084f0d2dadb5c81de90e16d94064635432c480a2
Then clear the build directory and retry.
And in any case, ensure you have the submodules up-to-date.
$ git submodule init
$ git submodule update
> I do have Kirbyfan64's boost fix commit present, the fix for issue
> #633.
As explained above, the fix might contain a regression with regard to
your specific setup. Thus please retry as outlined above.
Marvin
--
Blog: https://mg.guelker.eu
PGP/GPG ID: F1D8799FBCC8BC4F
_______________________________________________
tsc-devel mailing list -- …l@l…
To unsubscribe send an email to …e@l…