One more question from me :-) When trying to compile the lite toolkit, the build dies with:
textline.c: In function `lite_new_textline': textline.c:82: `DFFA_NONE' undeclared (first use in this function) textline.c:82: (Each undeclared identifier is reported only once textline.c:82: for each function it appears in.) textline.c: In function `on_key_down': textline.c:205: structure has no member named `key_symbol' textline.c:207: `DIKS_ENTER' undeclared (first use in this function) textline.c:216: break statement not within loop or switch textline.c:217: `DIKS_CURSOR_LEFT' undeclared (first use in this function) textline.c:223: break statement not within loop or switch textline.c:224: `DIKS_CURSOR_RIGHT' undeclared (first use in this function) textline.c:230: break statement not within loop or switch textline.c:231: `DIKS_HOME' undeclared (first use in this function) textline.c:237: break statement not within loop or switch textline.c:238: `DIKS_END' undeclared (first use in this function) textline.c:244: break statement not within loop or switch textline.c:245: `DIKS_DELETE' undeclared (first use in this function) textline.c:259: break statement not within loop or switch textline.c:260: `DIKS_BACKSPACE' undeclared (first use in this function) textline.c:276: break statement not within loop or switch textline.c:277: default label not within a switch statement textline.c:278: structure has no member named `key_symbol' textline.c:278: structure has no member named `key_symbol' textline.c:288: structure has no member named `key_symbol' make[2]: *** [textline.lo] Error 1 make[2]: Leaving directory `/home/adamk/lite/lite' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/adamk/lite' make: *** [all-recursive-am] Error 2 I've made sure that both DirectFB and lite are up-to-date. Oddly enough, though, this compiled without any problems on my machine at home (using the same version of gcc and the same version of DirectFB). Adam -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
