|
From: <ms...@po...> - 2002-10-03 02:06:03
|
hi! When opening up the .dsw in vc6 the following .dsp are missing. I looked in the .zip and didn't see them there. log4cppDLL testDLL testMain testNTEventLog testPattern testPropConfig revision control mishap? :-) Any word when 0.3.2 is going to be released? :-) thanks! ~msew |
|
From: Bastiaan B. <bas...@li...> - 2002-10-05 14:04:31
|
On Thu, 2002-10-03 at 04:05, ms...@po... wrote: > hi! > > When opening up the .dsw in vc6 the following .dsp are missing. I looked > in the .zip and didn't see them there. > > log4cppDLL > testDLL > testMain > testNTEventLog > testPattern > testPropConfig > > > revision control mishap? :-) > No, a MSVC6 vs automake disconnect: the win32 developers sometimes forget to add new files to EXTRA_DIST in Makefile.am and I won't notice because 'make distcheck' doesn't complain. Thanks for reporting it. I've added the necessary Makefiles to build a complete tarball. In the meanwhile you can get the missing files by checking out from CVS. > > > > Any word when 0.3.2 is going to be released? :-) Today :-) I had planned to have more documentation in 0.3.2, but I don't want to hold up the 0.3.2 release any longer. Regards, Bastiaan Bakker > > > > thanks! > > ~msew > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |
|
From: msew <ms...@ev...> - 2002-10-09 18:56:01
|
At 16:07 02/10/05 +0200, Bastiaan Bakker wrote: > > testPropConfig > > I think this project was still missing. I grabbed from cvs :-) |
|
From: msew <ms...@ev...> - 2002-10-09 18:53:28
|
when compiling 0.3.2 in visual studio I get c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\threading\MSThreads.hh(58) : error C2653: 'std' : is not a class or namespace name c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\threading\MSThreads.hh(58) : error C2146: syntax error : missing ';' before identifier 'getThreadId' c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\threading\MSThreads.hh(58) : error C2501: 'string' : missing storage-class or type specifiers shouldn't namespace std be automagically included in the default visual studio default setup? |
|
From: Mohamad D. <md...@pr...> - 2002-10-09 19:20:11
|
Try to #include <string> in MSThreads.hh btw, any idea when will the stable version updated ? Mohamad ----- Original Message ----- From: "msew" <> To: <log...@li...> Sent: Wednesday, October 09, 2002 2:53 PM Subject: [Log4cpp-devel] compile errors in 0.3.2 (std not found) > when compiling 0.3.2 in visual studio I get > > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread ing\MSThreads.hh(58) > : error C2653: 'std' : is not a class or namespace name > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread ing\MSThreads.hh(58) > : error C2146: syntax error : missing ';' before identifier 'getThreadId' > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread ing\MSThreads.hh(58) > : error C2501: 'string' : missing storage-class or type specifiers > > > > shouldn't namespace std be automagically included in the default visual > studio default setup? > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |
|
From: Bastiaan B. <Bas...@li...> - 2002-10-10 15:50:31
|
On Wed, 2002-10-09 at 21:19, Mohamad Daniar wrote: > Try to > #include <string> > > in MSThreads.hh Has been committed to CVS, thanks. > > btw, > any idea when will the stable version updated ? Actually I've been too lazy to work on the stable branch, as I exclusively use the development branch myself. If someone volunteers to maintain the stable branch, please be my guest. Else I think I'll wrap up some open issues in stable, release 0.2.8 and close the branch. Cheers, Bastiaan > > Mohamad > > ----- Original Message ----- > From: "msew" <> > To: <log...@li...> > Sent: Wednesday, October 09, 2002 2:53 PM > Subject: [Log4cpp-devel] compile errors in 0.3.2 (std not found) > > > > when compiling 0.3.2 in visual studio I get > > > > > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread > ing\MSThreads.hh(58) > > : error C2653: 'std' : is not a class or namespace name > > > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread > ing\MSThreads.hh(58) > > : error C2146: syntax error : missing ';' before identifier 'getThreadId' > > > c:\depot_vanguard\coding\source\Vanguard\xlib\Log4cpp\include\log4cpp\thread > ing\MSThreads.hh(58) > > : error C2501: 'string' : missing storage-class or type specifiers > > > > > > > > shouldn't namespace std be automagically included in the default visual > > studio default setup? > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Log4cpp-devel mailing list > > Log...@li... > > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel |