Ansi C++ Error during compiling in HPUX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijdsa
    New Member
    • Oct 2008
    • 1

    Ansi C++ Error during compiling in HPUX

    Hi Folks,

    During compilation my JDE application vendor gets the following error

    "cc: warning 901: unknown option: `+DAportable': use +help for online documentation.
    "/agcprod/jdedwardsonewor ld/b7333/system/include/jdenv.h", line 836: remark #4227-D: padding struct with 2 bytes to align mem
    ber "lOffset"
    long lOffset;
    ^

    "/agcprod/jdedwardsonewor ld/b7333/system/include/jdenv.h", line 857: remark #4255-D: padding size of struct "_TEXTMETRI C" wit
    h 3 bytes to alignment boundary
    typedef struct _TEXTMETRIC {
    ^


    Can someone be of assistance on this error ?

    Thanks
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    The first line does appear to be wonderfully descriptive

    Code:
    "cc: warning 901: unknown option: `+DAportable': use +help for online documentation.

    Comment

    Working...