From: Václav Z. <vha...@gm...> - 2012-02-21 15:29:17
|
2012/2/21 Shushanik Mirzoyan <shu...@in...>: > My qt creator uses g++ 4.4.0, > > While I compiled log4cplus with g++ 4.6.1 These two seem way too different. There have been many changes in both the C++ library implementation and the compiler between 4.4.x and 4.6.x. Also, my google search reveals this: <https://bugreports.qt-project.org/browse/QTSDK-574>. Check that you are not facing similar issues. -- VZ |