Jump to content
  • 0

Make/GCC Errors


trickerytrickery

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   1
  • Joined:  12/30/13
  • Last Seen:  

Hello.

 

Fresh Debian Install

apt-get install git make gcc libmysqlclient-dev zlib1g-dev libpcre3-dev
git clone https://github.com/rathena/rathena.git ~/rAthena
git pull
 ./configure --enable-packetver=YYYYMMDD  <-- Client Date

Give Permissions on User/Root

 make server 

And Yes ive used the Search function, and yes there are other Topics about it - either with no answers at all or they modified the source (Remind - THIS IS A FRESH INSTALL) !

 

make[1]: Entering directory `/root/rAthena/src/map'
        MKDIR   obj
        CC      atcommand.c
In file included from pc.h:15:0,
                 from channel.h:7,
                 from atcommand.c:20:
itemdb.h:453:15: error: field ‘delay_sc’ has incomplete type
make[1]: *** [obj/atcommand.o] Error 1
make[1]: Leaving directory `/root/rAthena/src/map'
make: *** [map] Error 2

 

 

Tried it with make sql (outdated) too or double make server or clean befor.

 

Help please.
 

Edited by trickerytrickery
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Try to update your repo, today the dev had pushed a commit to fix that issue

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