From: Shushanik M. <shu...@in...> - 2012-02-20 21:00:52
|
Hello, My name is Shushanik, I am trying to integrate log4cplus into our product. I seem to solve all the problems within past 2 days, and now it wokrs, I have the nice logs. However, my debugger crashes right at start no breakpoints hit, or anything, it feels like it tries to load the library and crashes. I use QT creator. QT creator 2.3.1 Based on qt 4.7.4 (32 bit) The crash message that I get is "The gdb process exited unexpectedly (code 1)" I built log4cplus with --enable-debugging configuration. ./configure --enable-static --enable-threads --with-gnu-ld --enable-debugging CPPFLAGS="-DUNICODE -D_UNICODE" I really hope you'll be able to help me . Thanks a lot in advance. Shushanik P.S. I used to use Log4Cplus in my previous job(I did not do the integration part though), and it's really cool. So hope that I can successfully integrate it with this new tool. |