Menu

#12 doxymacs-parser doesn't build on MacOSX

closed-fixed
5
2002-05-09
2002-05-08
Anonymous
No

doxymacs-parser.c #includes <malloc.h>.

This causes the build to break on MacOSX10.1.4.

It should either include <sys/malloc.h> (not likely), or depend on the prototypes in <stdlib.h> as sufficient.

Commenting out the <malloc.h> include lets the build succeed, apparently.

Viktor Haag

Discussion

  • Ryan T. Sammartino

    • status: open --> closed-fixed
     
  • Ryan T. Sammartino

    Logged In: YES
    user_id=152677

    fixed in 1.3.1

     

Log in to post a comment.