Page 1 of 1

Unable to compile latest eAthena client from SVN

Posted: 10 Apr 2008, 12:57
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?

Re: Unable to compile latest eAthena client from SVN

Posted: 10 Apr 2008, 16:04
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.

Re: Unable to compile latest eAthena client from SVN

Posted: 10 Apr 2008, 17:37
by Sanga
Thanks - that did the trick.