Compiling Error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
lilly
Peon
Peon
Posts: 4
Joined: 30 Apr 2008, 07:49

Compiling Error

Post by lilly »

hi

i have to tried to compile tmw...but i didnt work... :(
i found nothing helpful in the foreum yet....
i'm using guichan 7.1 and my linux is debian....
i'm trying to compile the svn version.
this is the error code

Code: Select all

...
g++: gui/tabbedcontainer.o: File or Directory not found
make[2]: *** [tmw] Fehler 1
make[2]: Leaving directory `/home/schroom/Desktop/tmw/src'
make[1]: *** [all-recursive] ERROR 1
make[1]: Leaving directory `/home/schroom/Desktop/tmw'
make: *** [all] ERROR 2
has anyone a n idea....?

thanks lilly
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: Compiling Error

Post by trapdoor »

This was my fault, I removed TabbedContainer.cpp/h and forgot to update autotools. The latest SVN version should now be fixed.

Although you still need to update guichan to 0.8 (0.8.1 preferably) for the SVN version.

--
trapdoor
lilly
Peon
Peon
Posts: 4
Joined: 30 Apr 2008, 07:49

Re: Compiling Error

Post by lilly »

well thanks it worked....
but i was not able to connect to the normal server....this i because of the svn version isn't it?

now i tried to compile the normal version....

Code: Select all

uddywindow.o `test -f 'gui/buddywindow.cpp' || echo './'`gui/buddywindow.cpp
In file included from gui/window.h:31,
                 from gui/buddywindow.h:29,
                 from gui/buddywindow.cpp:24:
gui/windowlistener.h: In constructor ‘WindowEvent::WindowEvent(gcn::Window*, int)’:
gui/windowlistener.h:44: error: ‘mType’ was not declared in this scope
gui/windowlistener.h: In member function ‘int WindowEvent::getType() const’:
gui/windowlistener.h:51: error: ‘mType’ was not declared in this scope
make[2]: *** [tmw-buddywindow.o] Error 1
make[2]: Leaving directory `/home/schroom/Desktop/tmw-0.0.24.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/schroom/Desktop/tmw-0.0.24.1'
and this happend :(

bye lilly
User avatar
trapdoor
Novice
Novice
Posts: 216
Joined: 18 Feb 2007, 12:36

Re: Compiling Error

Post by trapdoor »

0.0.24.1 needs guichan 0.7.1

Try getting SVN branch 0.0 this can connect to the normal server and uses guichan 0.8.

--
trapdoor
User avatar
Platyna
Grand Knight
Grand Knight
Posts: 2215
Joined: 19 Nov 2005, 13:19
Location: Poland
Contact:

Re: Compiling Error

Post by Platyna »

Post Reply