swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RPMs for R; question about HDf5 compiling, gcc egcs etc


From: Marcus G. Daniels
Subject: Re: RPMs for R; question about HDf5 compiling, gcc egcs etc
Date: 08 Feb 1999 13:50:17 -0800

>>>>> "PJ" == Paul E Johnson <address@hidden> writes:

PJ> Now I'm working on compiling the HDF5-1.0.1 software and it is giving me
PJ> some crap. 

The problem is that HDF5 defines "__unused__" as shorthand to the
GCC directive "__attribute__ ((unused))".  Unfortunately, __unused__
should really be treated as a reserved alternative to unused, to allow
namespace cleanliness for header files (ironically).  

One way to work around the problem is to move the include
of math.h above the include H5Iprivate.h in src/H5Tconv.c.

In the future, the appropriate place to ask these kinds of questions
is the HDF5 help desk.  The address was posted to this list:
address@hidden  

I've sent them a bug report.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]