In the Inventor plugin there is:
#ifdef __linux
#include
#endif
#ifdef __APPLE__
#include
#endif
So, perhaps float.h in lieu of limits.h?
On Dec 24, 2007 6:01 PM, Rafa Gaitan <[EMAIL PROTECTED]> wrote:
> Hi Paul and Mike,
>
> The problem is the same in MacOSX, values.h is not
> found, however
Hi Paul and Mike,
The problem is the same in MacOSX, values.h is not
found, however, the documentation says that limits.h provides
the same functionality, so maybe an adecuate ifdef could be
the solution.
Rafa.
On Dec 24, 2007 10:38 PM, Mike Weiblen < [EMAIL PROTECTED]> wrote:
> Hi, I just ran
Hi, I just ran into this too. In case gcc needs it, the comments in
value.hsay to instead use
limits.h and/or float.h
-- mew
On Dec 24, 2007 3:16 PM, Paul Martz <[EMAIL PROTECTED]> wrote:
> Hi Robert -- I ran into this with current SVN today.
> ViewerEventHandlers.cpp does a "#include " but th
Hi Robert -- I ran into this with current SVN today. ViewerEventHandlers.cpp
does a "#include " but the VS8 compiler complains that it can't
find the header file.
I deleted this line in my local copy and the file appeared to compile fine.
Paul Martz
Skew Matrix Software LLC
http://www.skew-matr
4 matches
Mail list logo