paparazzi-devel
[Top][All Lists]
Advanced

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

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


From: Maik Hoepfel
Subject: Re: [Paparazzi-devel] Bugfix: Compiling Paparazzi for Ubuntu 10.10
Date: Thu, 7 Oct 2010 12:04:46 +0200

address@hidden:~$ pkg-config --cflags gtk+-2.0
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12

address@hidden:~$ pkg-config --cflags gdk-pixbuf-2.0.pc
Failed to open 'gdk-pixbuf-2.0.pc': No such file or directory
No package 'gdk-pixbuf-2.0.pc' found

address@hidden:~$ pkg-config --cflags gdk-pixbuf-2.0
-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include


On Thu, Oct 7, 2010 at 11:02 AM, Gautier Hattenberger
<address@hidden> wrote:
> Hello Maik,
>
> Can you send me the result of these commands :
>  pkg-config --cflags gtk+-2.0
>  pkg-config --cflags gdk-pixbuf-2.0.pc
>
> Gautier
>
> Le 06/10/2010 18:17, Maik Höpfel a écrit :
>>
>> 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
>>
>> _______________________________________________
>> Paparazzi-devel mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>>
>
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>



reply via email to

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