Problems compiling Efltk
I am trying to install EDE desktop, which need EFLTK, on a Ubuntu 5.10 machine which a upgraded to new kernel using 'apt-get dist-upgrade'
Downloading the EFLTK packages, configure command works and then the 'make' command gives a long list of errors, but i will note the last 7 lines.
-------------------------------------------------------------------
Fl.cpp:588: error: XAllowEvents was not declared in this scope
Fl.cpp:593: error: XUngrabPointer was not declared in this scope
make[2]: ***[Fl.shared.a] Error 1
make[2]: Leaving directory '/home/jeroen/efltk/src/core'
make[1]: ***[shared] Error 2
make[1]: Leaving directory '/home/jeroen/efltk/src'
make: *** [all] Error 2
-------------------------------------------------------------------
maybe I shouldn't have updated to the new kernel or something, please help me out.
Thanks in advance
(remember its about compiling EFLTK, not EDE, thank you)
|