[NOT A BUG] Error compiling Buddy List

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

[NOT A BUG] Error compiling Buddy List

Post by KaTSuo »

Hi !

I'm trying to enable the Buddy List feature in TMW 0.0.22 but when I try to compile it, I get an error...

Code: Select all

obj/popupmenu.o(.text+0x14db): In function `ZN9PopupMenu10handleLinkERKSs':
C:/Documents and Settings/Rémi Le Talludec/Mes documents/RPG Maker/TheManaWorld/tmw-0.0.22-evol/src/gui/popupmenu.cpp:164: undefined reference to `buddyList'
collect2: ld returned 1 exit status

make.exe: *** [evol.exe] Error 1

Execution terminated
It seems that the problem is in this portion of code... :

Code: Select all

// Add Buddy action
    else if ((link == "buddy") && mBeing != NULL)
    {
        if (!buddyWindow->isVisible())
            buddyWindow->setVisible(true);

        buddyList->addBuddy(mBeing->getName());
    }
I'm French, sorry for my bad english XD !
Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

Those lines that mention a buddy list are commented out for a reason: The buddy list is not implemented completely and it is unlikely that anyone of the tmw team will finish the implementation of it in the 0.0 branch. So when you want a buddy list in evol you have to do some coding yourself.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
i
TMW Adviser
TMW Adviser
Posts: 1114
Joined: 07 Mar 2005, 17:29
Location: Poland
Contact:

Post by i »

guichan 0.0.6 is the answer :D
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post by KaTSuo »

Ok thanks for your reply. I'll try...
I'm French, sorry for my bad english XD !
Image
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

BECK rules.
Post Reply