sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts in Uncategorized

I just finished compiling the MariaDB v5.5.48 libraries. I have also managed to reorganize the prebuild pages a bit, so that past builds are now on their own page, while the latest builds will remain always in the Precompiled MariaDB page. So we’re almost there with the preparations of the Qt 5.6 build! 0

Sometimes the autolinking functionality of Boost on win32 causes trouble. Disabling this is easy, just add to the preprocessor the definition BOOST_ALL_NO_LIB. I use CMake to build all my projects these days and doing this is very simple, just add: ADD_DEFINITIONS(“-DBOOST_ALL_NO_LIB”) If you want to do this on Visual Studio, go to the properties of […]