Originally posted by: SystemAdmin
Jim.
When I say 'go away', I mean that
the program compiles and runs fine. My question is two-fold.
1. Should I be
explicitly including the include directory
/usr/vacpp/include and /usr/vac/include in my include path..?
If the answer is
no, then rest of my question has
no meaning.
2. If the answer is yes or
ok to do, then the errors
are worth looking into. That's the reason, I did not list
the errors right away. The sample errors are as shown
below. Essentially, the define HUGE_VAL has conflicts
in the math.h in /usr/vac/include and the one
in /usr/include.
"/user/devtech/xalan2/c-v1.10/c/src/xalanc/PlatformSupport/DoubleSupport.cpp", line 49.75: 1540-0274 (S) The name lookup for "HUGE_VAL" did not find a declaration.
"/usr/vac/include/math.h", line 302.11: 1540-2407 (I) The local macro "HUGE_VAL" is not visible in the current source.
"/user/devtech/xalan2/c-v1.10/c/src/xalanc/PlatformSupport/DoubleSupport.cpp", line 51.76: 1540-0274 (S) The name lookup for "HUGE_VAL" did not find a declaration.
"/usr/vac/include/math.h", line 302.11: 1540-2407 (I) The local macro "HUGE_VAL" is not visible in the current source.
gmake[1]: ***
http://../../obj/DoubleSupport.o Error 1