[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…
By Thread
2018-09-01 19:22:10…8@g…[tsc-devel] TSC Boost Build Issues
2018-09-01 19:39:59Ryan Gonzalez[tsc-devel] Re: TSC Boost Build Issues
2018-09-01 21:27:32Marvin Gülker[tsc-devel] Re: TSC Boost Build Issues
By Date
[tsc-devel] TSC Boost Build Issues…8@g…2018-09-01 19:22:10
[tsc-devel] Re: TSC Boost Build IssuesRyan Gonzalez2018-09-01 19:39:59
[tsc-devel] Re: TSC Boost Build IssuesMarvin Gülker2018-09-01 21:27:32