Jump to content
  • 0

recompile error


Glee

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  09/20/19
  • Last Seen:  

please anyone can help me? thanks

make[1]: Leaving directory '/root/server/src/char'
make[1]: Entering directory '/root/server/src/map'
        MKDIR   obj
        CXX     achievement.cpp
        CXX     atcommand.cpp
        CXX     battle.cpp
        CXX     battleground.cpp
        CXX     buyingstore.cpp
        CXX     cashshop.cpp
        CXX     channel.cpp
        CXX     chat.cpp
        CXX     chrif.cpp
        CXX     clan.cpp
        CXX     clif.cpp
        CXX     date.cpp
        CXX     duel.cpp
        CXX     elemental.cpp
        CXX     guild.cpp
        CXX     homunculus.cpp
        CXX     instance.cpp
        CXX     intif.cpp
        CXX     itemdb.cpp
itemdb.cpp: In member function ‘virtual uint64 RandomOptionGroupDatabase::parseBodyNode(const c4::yml::NodeRef&)’:
itemdb.cpp:3368:33: error: use of ‘randomNode’ before deduction of ‘auto’
   for (const auto& randomNode : randomNode) {
                                 ^
Makefile:83: recipe for target 'obj/itemdb.o' failed
make[1]: *** [obj/itemdb.o] Error 1
make[1]: Leaving directory '/root/server/src/map'
Makefile:50: recipe for target 'map' failed
make: *** [map] Error 2

 

Edited by Mael
Use a codebox
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

Update your rAthena, several fixes have been added.

If your emulator still don't have custom changes do a git pull if you have custom changes then do them manually https://github.com/rathena/rathena/commits/master

Edited by cook1e
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  09/20/19
  • Last Seen:  

@cook1e hello cook1e , i allready use lastest rathena

please closed topic, problem solved

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/07/20
  • Last Seen:  

On 4/25/2022 at 9:49 PM, Glee said:

@cook1e hello cook1e , i allready use lastest rathena

please closed topic, problem solved

hello Glee, i have same problem error: use of ‘randomNode’ before deduction of ‘auto’

how to fix it?

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