Menu

#67 On Windows int32_t and uint32_t are undefined (w/ bad patch)

None
closed-fixed
nobody
OGDI Core (13)
5
2016-07-11
2010-03-30
Dan Helfman
No

This means that the typedefs of int32 and uint32 within ogdi/include/ecs_util.h and vpflib/include/machine.h do not build. Attached is a patch that just defines them in terms of int and unsigned int (which is not a great solution). A better solution would be to include something like http://www.azillionmonkeys.com/qed/pstdint.h with OGDI, since Microsoft's compiler does not appear to ship with stdint.h or define int32_t/uint32_t.

Discussion

  • Dan Helfman

    Dan Helfman - 2010-03-30
     
  • Dan Helfman

    Dan Helfman - 2010-03-30

    Note that this problem also affects ogdi-3.2.0.beta2/vpflib/musedir.h where int32_t are used.

     
  • Even Rouault

    Even Rouault - 2016-07-11

    This has been fixed in CVS

     
  • Even Rouault

    Even Rouault - 2016-07-11
    • status: open --> closed-fixed
    • Group: -->
     

Log in to post a comment.

MongoDB Logo MongoDB