On Thu, Jan 11, 2007 at 04:04:22PM +0000, Hassan Mehmet wrote: > Bob Rossi <bob_rossi <at> cox.net> writes: > > > > > On Thu, Jan 11, 2007 at 02:10:38PM +0000, Hassan Mehmet wrote: > > > Sorry for the delay getting back to you. I'm still getting failures in > > > the > > > unit tests so if you could run them on mingw that would be great > > > > Hi Hassan, > > > > I just ran the unit tests with log4cxx svn trunk. > > The results are attached. Is this better than what you are seeing? > > > > Thanks, > > Bob Rossi > > > > Hi Bob > > I'm not managing to get anywhere near that. It appears to be failing almost > immediately. I have stepped through with the debugger and the problem seems > to > occur in "apr_proc_create()" trying to invoke the command "sed - > foutput/temp.A2 output/temp.A2" > > Any ideas would be appreciated
Are you building with mingw gcc-4.1.1 on msys? I'm building all static libraries on mingw. I'm building apr from svn trunk within the last 2 months, don't have a date. I'm using apr-util-2006-12-14-cvs from svn trunk. I'm using logging-log4cxx-2007-1-11-cvs from svn trunk and using official release of expat-2.0.0. My configure line for log4cxx is, PATH=pathtocppunit/bin:$PATH $ ./configure CC=gcc-4.1 CXX=g++-4.1 CFLAGS="-g -Wall" CXXFLAGS="-g -Wall" --disable-shared --enable-static LDFLAGS=-Lpathtoexpat/expat-2.0.0/lib --prefix=pathtolog4cxx/logging-log4cxx-2007-1-11-cvs --with-apr=pathtoapr/apr-1.3.0-cvs/bin/apr-1-config --with-apr-util=pathtoaprutil/apr-util-2006-12-14-cvs/bin/apu-1-config --enable-cppunit=pathtocppunit/cppunit-1.10.2/bin/cppunit-config However, for the first time, I did notice this during the building of log4cxx, 0 [main] sed 592 open_stackdumpfile: Dumping stack trace to sed.exe.stackdump It didn't seem to stop the build from working, so I'm not sure how bad this is. Bob Rossi
