Re: conundrum: _C99_SOURCE vs. sigset

2006-08-03 Thread Stefan Farfeleder
On Thu, Aug 03, 2006 at 03:47:34PM -0400, Mikhail Teterin wrote: > Hello! > > I'm trying to compile a program, which uses threads and has its own daemon > global variable. > > The variable's declaration results in an error: > > recsnap.C:50: error: `RTRString daemon' redeclared as different kin

Re: isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-31 Thread Stefan Farfeleder
> > what's wrong with my system ? or what can I do for it ? The isnan() macro is a new feature of C99 and thus not (yet) part of C++. Nevertheless you can use -D_GLIBCPP_USE_C99 to include this and some other non-standard C++ features. Regards, Stefan Farfeleder _

Re: Power off problem

2002-11-17 Thread Stefan Farfeleder
nks to acpi-support there. jhb has a patch that gives some basic acpi functionality to RELENG_4 (http://people.freebsd.org/~jhb/patches/acpi_4x.patch). With it I'm able to do halt -p on stable. Regards, Stefan Farfeleder To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message