Jump to content

xpnow

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by xpnow

  1. Hello.

    Fresh Debian Install 
    ./configure --enable-packetver=20150513
    or
    ./configure 
     

    same error message..
     
          CC      itemdb.c
    itemdb.c: In function 'itemdb_read_itemgroup_sub':
    itemdb.c:616:4: error: incompatible type for argument 3 of 'itemdb_group_free'
        itemdb_group_free(db_ui2key(group_id), &data, NULL);
        ^
    itemdb.c:544:12: note: expected 'va_list' but argument is of type 'void *'
     static int itemdb_group_free(DBKey key, DBData *data, va_list ap);
                ^
    Makefile:76: recipe for target 'obj/itemdb.o' failed
    make[1]: *** [obj/itemdb.o] Error 1
    make[1]: Leaving directory '/mnt/public2/needcompile/rathena-masterV0.03/src/map'
    Makefile:51: recipe for target 'map' failed
    make: *** [map] Error 2
     
    -------------------------------------------------------------------------------------------------------------
     
    how fix this error?
     
    please help
×
×
  • Create New...