I have a C++ program running on a server returning JSON formatted data, serialized with boost. In some cases one value part of a JSON packet is another JSON packet serialized to string. Running in XCode on my developing machine the program returns me the value data with escaped quotation marks, compiled on the Linux system without. Is there any
Tag: boost
troubles linking boost statically to shared objet on linux
I am using Boost 1.57.0 I compiled it with the following command When I compile shared library to where I want to link boost statically I got the following error What I am doing wrong? I am on x86_64-linux-gnu. Answer We use this script to build boost statically and do build shared libs from it afterwards: The compiler flags we
Process management code behaves different on Linux and Windows – Why?
(Context) I’m developing a cross-platform (Windows and Linux) application for distributing files among computers, based on BitTorrent Sync. I’ve made it in C# already, and am now porting to C++ as an exercise. BTSync can be started in API mode, and for such, one must start the ‘btsync’ executable passing the name and location of a config file as arguments.
problems with ./configure for libtorrent on linux
Hell I have been having an extremely tough time installing libtorrent and am unsure what the problems are. I have seen plenty similar errors online but the solutions were not helpful and I am pretty sure the error message is just too vague for comparison. When I run ./configure I get ** ** I then use the suggestion and the