|
From: Amanjit G. <ama...@gm...> - 2005-09-27 07:58:55
|
Fathi Boudra wrote:
> i tried to build it on windows 2000 - MSVC6. All 0.3.5rc builds are broken.
> the 0.3.4b version builds fine. Like said before, it seems that there's not
> the boost related projects in the source archive provided.
Regarding MSVC6
Hi there, I am actually just fixing this right now, and will provide a
patch if acceptable for the mailing list.
If you want to go on manually, its not that hard !
1. ignore the missing .dsp files. Kick out the TestDLL.dsp because the
test does not exist ist /tests
2. Priority.hh:
static const int MESSAGE_SIZE = 8;
must move into the cpp file (for msvc6)
--> const int log4cpp::Priority::MESSAGE_SIZE = 8;
(in the namespace, of course).
3. the test files must link statically with the appropriate release and
debug versions
4. with STLPort you need some changes aswell..
Greetings
_________________________
Amanjit Gill
Software Developer
neofonie
Technologieentwicklung und
Informationsmanagement GmBH
Robert-Koch-Platz 4
10115 Berlin
am...@ne...
DISCLAIMER
Any opinion expressed in this post is the personal opinion of Amanjit
Gill and can in no way be constructed as an official statement by his
employer
|