Page 1 of 1

tmw-0.0.26 source bug

Posted: 18 Oct 2008, 01:08
by Ddorda
hey all.
I'm using Linux Ubuntu 8.04, and tried to compile tmw-0.0.26 source.
after doing "./configure", I used the "make" command.
after few seconds, I got an error:

Code: Select all

In file included from gui/buddywindow.h:29,
                 from gui/buddywindow.cpp:24:
gui/window.h:28:38: error: guichan/widgetlistener.hpp: No such file or directory
In file included from gui/buddywindow.h:29,
                 from gui/buddywindow.cpp:24:
gui/window.h:46: error: expected class-name before ‘{’ token
can you fix the source please?
i REALLY want to try using the 0.0.26 ver.

Thanks,
Ddorda :)

Edit: I found bugs in the 0.0.15 ver. too!

Code: Select all

In file included from gui/buddywindow.h:29,
                 from gui/buddywindow.cpp:24:
gui/window.h:28:38: error: guichan/widgetlistener.hpp: No such file or directory
In file included from gui/buddywindow.h:29,
                 from gui/buddywindow.cpp:24:
gui/window.h:46: error: expected class-name before ‘{’ token
Hoe could that be? I'm checking 0.0.24 too now.

Re: tmw-0.0.26 source bug

Posted: 18 Oct 2008, 01:15
by kr0n05931
The Mana World 0.0.26 & 0.0.25 both need guichan-0.8.0 or 0.8.1. Please remove Guichan-0.7.1/0.7.0, and recompile guichan-0.8.0/0.8.1.

Btw, guichan-0.7.0 is the one in the ubuntu repositories. And guichan default installs into the wrong place in ubuntu. You'll have to tell it where to install itself.

EDIT- If you have ran tmw-0.0.24 successfully on an Ubuntu installation, just let guichan default install.

Re: tmw-0.0.26 source bug

Posted: 18 Oct 2008, 19:13
by Ddorda
I have guichan 0.8.1 installed, and still.. not working :(

TMW 0.0.24.1 compiles very well.
what could be the problem?
for now, i'm using 0.0.25 Windows ver. by using WINE, which looks wrong to me.
again, what could be the problem?

Re: tmw-0.0.26 source bug

Posted: 18 Oct 2008, 20:39
by Jaxad0127
Ddorda wrote:I have guichan 0.8.1 installed, and still.. not working :(

TMW 0.0.24.1 compiles very well.
what could be the problem?
for now, i'm using 0.0.25 Windows ver. by using WINE, which looks wrong to me.
again, what could be the problem?
Unless you let 0.8.1 install in another folder, you can't have 0.0.24.1 and it installed at the same time.