Jump to content
  • 0

How to fix Extended Vending System


MusiLiciouS

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   2
  • Joined:  06/04/13
  • Last Seen:  

I got those error in compiling... I manually patched it and that's the result.. Can someon tell me how to fix it?

skill.c: In function 'skill_castend_nodamage_id':
skill.c:7495: warning: implicit declaration of function 'clif_colormes'
        CC      status.c
        CC      storage.c
        CC      trade.c
        CC      unit.c
        CC      vending.c
vending.c: In function 'vending_vendinglistreq':
vending.c:95: warning: implicit declaration of function 'clif_colormes'
vending.c: In function 'vending_purchasereq':
vending.c:197: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:198: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:286: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:289: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:334: error: 'struct mmo_charstatus' has no member named 'cart'
vending.c:342: warning: implicit declaration of function 'clif_disp_onlyself'
vending.c: In function 'vending_openvending':
vending.c:478: error: 'vendings_db' undeclared (first use in this function)
vending.c:478: error: (Each undeclared identifier is reported only once
vending.c:478: error: for each function it appears in.)
make[1]: *** [obj/vending.o] Error 1
make[1]: Leaving directory `/root/Trunk/src/map'
make: *** [map] Error 2

Im using REV 17374.. patch diff from this ---> https://rathena.org/board/topic/104860-extended-vending-system-august-2016-renewal-pre-renewal/

 

Thank you in advance

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  744
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

On 3/2/2017 at 8:20 PM, MusiLiciouS said:

I got those error in compiling... I manually patched it and that's the result.. Can someon tell me how to fix it?


skill.c: In function 'skill_castend_nodamage_id':
skill.c:7495: warning: implicit declaration of function 'clif_colormes'
        CC      status.c
        CC      storage.c
        CC      trade.c
        CC      unit.c
        CC      vending.c
vending.c: In function 'vending_vendinglistreq':
vending.c:95: warning: implicit declaration of function 'clif_colormes'
vending.c: In function 'vending_purchasereq':
vending.c:197: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:198: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:286: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:289: error: 'struct mmo_charstatus' has no member named 'inventory'
vending.c:334: error: 'struct mmo_charstatus' has no member named 'cart'
vending.c:342: warning: implicit declaration of function 'clif_disp_onlyself'
vending.c: In function 'vending_openvending':
vending.c:478: error: 'vendings_db' undeclared (first use in this function)
vending.c:478: error: (Each undeclared identifier is reported only once
vending.c:478: error: for each function it appears in.)
make[1]: *** [obj/vending.o] Error 1
make[1]: Leaving directory `/root/Trunk/src/map'
make: *** [map] Error 2

Im using REV 17374.. patch diff from this ---> https://rathena.org/board/topic/104860-extended-vending-system-august-2016-renewal-pre-renewal/

 

Thank you in advance

https://github.com/rathena/rathena/commit/ade1b171ebcb0e9b4e91f97b511fc4b8d0b99bee

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  112
  • Reputation:   4
  • Joined:  08/28/14
  • Last Seen:  

bump.. same error using extended vending...

im using latest git

how to use this..

https://github.com/rathena/rathena/commit/ade1b171ebcb0e9b4e91f97b511fc4b8d0b99bee

how.png

Link to comment
Share on other sites

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...