According to the changelog in libgpewidget-0.114 gpe/render.h was removed because it was considered obsolete and unused.
Simply deleting the #include directive from main.c allows gpe-julia to compile and run properly. Patch attached. John
diff -Nur gpe-julia-0.0.6.orig/main.c gpe-julia-0.0.6/main.c
--- gpe-julia-0.0.6.orig/main.c 2007-02-07 12:32:45.000000000 -0600
+++ gpe-julia-0.0.6/main.c 2007-02-07 12:33:24.000000000 -0600
@@ -19,7 +19,6 @@
#include <gpe/init.h>
#include <gpe/picturebutton.h>
#include <gpe/pixmaps.h>
-#include <gpe/render.h>
#include <gpe/errorbox.h>
static struct gpe_icon my_icons[] = {
signature.asc
Description: This is a digitally signed message part

