hpm.c error after recompiling

glemor123

New member
Messages
287
Points
0
im using the latest revision

Code:
        CC      grfio.c        CC      HPM.cHPM.c: In function 'hplugins_grabHPData':HPM.c:320: error: 'struct socket_data' has no member named 'hdata'HPM.c:321: error: 'struct socket_data' has no member named 'hdatac'HPM.c: In function 'HPM_mmalloc':HPM.c:528: error: 'iMalloc' undeclared (first use in this function)HPM.c:528: error: (Each undeclared identifier is reported only onceHPM.c:528: error: for each function it appears in.)HPM.c: In function 'HPM_calloc':HPM.c:531: error: 'iMalloc' undeclared (first use in this function)HPM.c: In function 'HPM_realloc':HPM.c:534: error: 'iMalloc' undeclared (first use in this function)HPM.c: In function 'HPM_reallocz':HPM.c:537: error: 'iMalloc' undeclared (first use in this function)HPM.c: In function 'HPM_astrdup':HPM.c:540: error: 'iMalloc' undeclared (first use in this function)HPM.c: In function 'hpm_init':HPM.c:706: error: 'iMalloc' undeclared (first use in this function)HPM.c:711: error: 'struct malloc_interface' has no member named 'reallocz'HPM.c: In function 'hpm_final':HPM.c:787: error: 'iMalloc' undeclared (first use in this function)make[1]: *** [obj_all/HPM.o] Error 1
 
What changes have you made? I just built using latest svn revision and no warnings/errors were found using MSVC 2010... If you haven't made any changes try reverting to a previous revision and see if that works.

 
Back
Top