Unable to compile latest eAthena client from SVN

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Sanga
Novice
Novice
Posts: 70
Joined: 16 Mar 2008, 21:57

Unable to compile latest eAthena client from SVN

Post by Sanga »

I tried updating my eAthena client to the latest from SVN, and I hit a compiler error. The error is about a missing include file "guichan/widgetlistener.hpp" (included from file "src/gui/window.h").

I checked my "/usr/include/guichan" directory, and that file doesn't exist.

I currently have guichan version 0.7.1-1 installed.

Do I need a later guichan version? If so, which one?
User avatar
fate
Warrior
Warrior
Posts: 402
Joined: 20 Mar 2008, 14:34

Re: Unable to compile latest eAthena client from SVN

Post by fate »

Sanga,
Sanga wrote:I tried updating my eAthena client to the latest from SVN, and I hit a compiler error. The error is about a missing include file "guichan/widgetlistener.hpp" (included from file "src/gui/window.h").
[...]
Do I need a later guichan version? If so, which one?
guichan 0.8.0 seems to be working fine.
User avatar
Sanga
Novice
Novice
Posts: 70
Joined: 16 Mar 2008, 21:57

Re: Unable to compile latest eAthena client from SVN

Post by Sanga »

Thanks - that did the trick.
Locked