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
>
> 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
_
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