Category: c++

boost link issue 0

boost link issue

  Boost _ZN5boost6chrono12steady_clock3nowEv => libboost_timer _ZN5boost24scoped_static_mutex_lockC1ERNS_12static_mutexEb => libboost_regex or  libboost_graph  

Debug with GUI C++ Apps on Linux with QtCreator 0

Debug with GUI C++ Apps on Linux with QtCreator

Qt 4.8 Get the latest Qt 4.8 source code from Qt-Project website, e.g. v. 4.8.7 : http://download.qt-project.org/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz Some additional packages need to be installed before building Qt : sudo yum install libX11-devel libXext-devel mesa-libGL-devel...

How to install gcc-4.X on Mac OSX 10.7.X 0

How to install gcc-4.X on Mac OSX 10.7.X

1. Uninstall MacPort $> sudo port -fp uninstall installed --https://guide.macports.org/chunked/installing.macports.uninstalling.html This is needed to install some package with Brew - Qt for example. Otherwise you will get this error : ==> make 1 error...