paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Bugfix: Compiling Paparazzi for Ubuntu 10.10


From: Maik Höpfel
Subject: [Paparazzi-devel] Bugfix: Compiling Paparazzi for Ubuntu 10.10
Date: Wed, 6 Oct 2010 18:17:54 +0200

Hello,

I updated my system to Maverick and couldn't compile Paparazzi
anymore. After trying to make a fresh SVN checkout...

address@hidden:~/tmp/paparazzi/paparazzi3/trunk$ make
[...]
cd sw/lib/ocaml; make
PAPARAZZI_SRC=/home/rxn/tmp/paparazzi/paparazzi3/trunk
PAPARAZZI_HOME=/home/rxn/tmp/paparazzi/paparazzi3/trunk
OC ml_gtk_drag.c
In file included from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
                 from /usr/include/gtk-2.0/gdk/gdk.h:33,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from ml_gtk_drag.c:2:
/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37: fatal error:
gdk-pixbuf/gdk-pixbuf.h: No such file or directory
compilation terminated.
make[1]: *** [ml_gtk_drag.o] Error 2
make: *** [lib] Error 2

Google says gdk-pixbuf-2.0 is now a seperate package from gtk2.0-dev
(not sure on the exact package names).

So adding "-I/usr/include/gdk-pixbuf-2.0" as an include in the
Makefile for paparazzi3/trunk/sw/lib/ocaml/ for the GTKCFLAGS (line
74) fixes that. I'm not sure if that can be considered a fix; for me
it's a workaround.

Regards,
Maik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]