Jump to content
  • 0

debian make error


xpnow

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/05/15
  • Last Seen:  

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
Edited by xpnow
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...