Category Archives: gtk

Creating a sandbox or jail for cross-compiling

When cross-compiling dynamic libraries like GTK+ we normally have a couple of issues that complicate the compilation and later the execution of apps that depend on those libraries. First, we have to be very careful with the includes -I and libraries -L paths since they must point to the target, otherwise we risk to overwrite… Read More: Creating a sandbox or jail for cross-compiling »

Cross-compiling Swfdec over DirectFB v0.2

This guide describes how to cross-compile the OSS Flash player Swfdec for a SH4 processor. Intro Sfwdec 0.6.6 has made significant progress since version 0.5.2. Building it is almost straight forward compared to older versions in which you had to heavily tweak the Makefiles. Since Swfdec 0.6.6 uses its GTK+ player in order to run… Read More: Cross-compiling Swfdec over DirectFB v0.2 »