Le 14 juil. 09 à 12:22, Jean-Marc Lasgouttes a écrit :
Le 14 juil. 09 à 11:49, Pavel Sanda a écrit :
Richard Heck wrote:
So, to summarize the current state of play: Current svn, trunk or
branch,
will not run if compiled --without-internal-boost and
--enable-build-type=dev, with boost >=1.37, Qt >=4.5.1, and gcc
4.4, but
will run in release mode.
thanks for nice summary, i was lost in previous reports.
is it "-g" switch which causes the problem? ie. dev-mode & --
disable-debug
(or even --disable-stdlib-debug -not sure about the correct
spelling of switches
now...) crashes or not.
A typical problem could be that a file is compiled without the
disable-stdlib-debug
#defines because of a missing #include <config.h>
Only the test for filetools had this problem. I fixed it.
JMarc