Currently, the KDE Gnash Kpart, also known as Klash, only works if you enable either the KDE or FLTK GUI. This presents a problem, because the build system only permits you to build one GUI. For people who want to build both the Firefox plugin and KDE Kpart, this might not be acceptable.
There are two ways to solve this problem: 1) Hack the build system to allow the KDE GUI to be built even if Gnash itself is built against GTK. Only the OpenGL renderer is available for both GTK and KDE GUIs, so AGG will be unavailable in this case. 2) Suggest that people build the FLTK GUI. The advantage is that the FLTK GUI works with both the Firefox plugin and the KDE Kpart. An obvious downside is that the FLTK GUI requires FLTK2 for which there is no release (you must use snapshots or svn). Furthermore, the only renderer currently available for FLTK is AGG (although some people would consider this a bonus). Thoughts? _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

