From: Bastiaan B. <Bas...@li...> - 2002-01-25 09:31:52
|
Hi Uwe, Thanks for checking the BCB port. With Linux, Solaris, MSVC++ and BCB = checked, I think 0.2.7 is ready. The STDOUT_FILENO problem was already reported in bug #506907 and fixed = in rc2 (with fileno(), just like your fix). Unfortunately I failed to = notice that I hadn't comitted it to CVS yet. Sorry for the duplication = of work!=20 Cheers, Bastiaan > -----Original Message----- > From: Uwe J=E4ger [mailto:ja...@va...] > Sent: Friday, January 25, 2002 9:56 AM > To: log...@li... > Subject: [Log4cpp-devel] Port to BCB >=20 >=20 > Hi, >=20 > I checked my platform and had to changes to make: > BCB didn't know STDOUT_FILENO and STDERR_FILENO, so I=20 > replaced them with > fileno(stdout) and fileno(stderr). I think this should work=20 > on the other=20 > platforms too. There was another small issue in a test program, I=20 > replaced a ?-: operator with an if statement because there was some=20 > confussion about the types (char* and std:string) which my compiler=20 > didn't like. >=20 > Ciao > Uwe >=20 >=20 > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel >=20 |