Seeing that this error has been fixed since (if i understand it right), may i ask if it is possible now to get an updated newlib version of the C++ boost libs?
Thank you
C++ Boost newlib version possible?
C++ Boost newlib version possible?
Last edited by Raziel on Mon Apr 08, 2013 9:47 pm, edited 1 time in total.
- nbache
- Beta Tester
- Posts: 1744
- Joined: Mon Dec 20, 2010 7:25 pm
- Location: Copenhagen, Denmark
- Contact:
Re: C++ Boost newlib version possible?
Please fix your link, it points to a page for reporting a post.
Best regards,
Niels
Best regards,
Niels
- salass00
- AmigaOS Core Developer
- Posts: 534
- Joined: Sat Jun 18, 2011 4:12 pm
- Location: Finland
- Contact:
Re: C++ Boost newlib version possible?
@Raziel
Unfortunately boost uses it's own stupid, badly documented build system (no idea why) so I haven't yet managed to do a proper newlib port.
OTOH fortunately most of boost is implemented as header files that you can just copy straight into your SDK and use as is, and for those few classes that need compiling you can just compile and link the relevant source files directly with the program in question. This is how the Widelands and Wesnoth ports are done f.e. (both programs need boost to compile).
Unfortunately boost uses it's own stupid, badly documented build system (no idea why) so I haven't yet managed to do a proper newlib port.
OTOH fortunately most of boost is implemented as header files that you can just copy straight into your SDK and use as is, and for those few classes that need compiling you can just compile and link the relevant source files directly with the program in question. This is how the Widelands and Wesnoth ports are done f.e. (both programs need boost to compile).
Re: C++ Boost newlib version possible?
I have ported the Boost build system and will do an update when I find the time.salass00 wrote:Unfortunately boost uses it's own stupid, badly documented build system (no idea why) so I haven't yet managed to do a proper newlib port.
ExecSG Team Lead
Re: C++ Boost newlib version possible?
Thank you very much, all i wanted to harssolie wrote:I have ported the Boost build system and will do an update when I find the time.salass00 wrote:Unfortunately boost uses it's own stupid, badly documented build system (no idea why) so I haven't yet managed to do a proper newlib port.

@nbache
Thanks for the reminder and "Ooops" :-/
Fixed the link...