comp.lang.ada
 help / color / mirror / Atom feed
From: Ludovic Brenta <ludovic@ludovic-brenta.org>
Subject: Re: Help with my first GPRbuild file please
Date: Thu, 03 May 2012 22:49:30 +0200
Date: 2012-05-03T22:49:30+02:00	[thread overview]
Message-ID: <87397hc7mt.fsf@ludovic-brenta.org> (raw)
In-Reply-To: 14892096.1560.1336077078791.JavaMail.geo-discussion-forums@vbmi19

Patrick writes on comp.lang.ada:
> : gprbuild -v  C_Mess.gpr
> GPRBUILD 1.3.0 (Debian 1.3.0-2) (20090421) (x86_64-linux-gnu)
> Copyright (C) 2004-2009, Free Software Foundation, Inc.
> gprconfig --batch -o /media/fast60/Programming/Anak/C_Mess/auto.cgpr --target=x86_64-linux --config=c,,
> Creating configuration file: /media/fast60/Programming/Anak/C_Mess/auto.cgpr
> Checking configuration /media/fast60/Programming/Anak/C_Mess/auto.cgpr
> Checking project file "c_mess"
> Changing to object directory of "c_mess": "/media/fast60/Programming/Anak/C_Mess"
>    Checking /media/fast60/Programming/Anak/C_Mess/audio_player.c ...
>       -> object file /media/fast60/Programming/Anak/C_Mess/audio_player.o does not exist
> CPATH = /media/fast60/Programming/Anak/C_Mess
> /usr/bin/gcc-4.4 -c -x c -pthread  -I/usr/include/glib-2.0  -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -pthread  -lgstreamer-0.10  -lgobject-2.0  -lgmodule-2.0  -lxml2  -lgthread-2.0  -lrt  -lglib-2.0  -Wp,-MMD,audio_player.d /media/fast60/Programming/Anak/C_Mess/audio_player.c
> gcc-4.4:  -I/usr/include/glib-2.0: No such file or directory
> gcc-4.4:  -I/usr/lib/x86_64-linux-gnu/glib-2.0/include: No such file or directory
> gcc-4.4:  -I/usr/include/gstreamer-0.10: No such file or directory
> gcc-4.4:  -lgstreamer-0.10: No such file or directory
> gcc-4.4:  -lgobject-2.0: No such file or directory
> gcc-4.4:  -lgmodule-2.0: No such file or directory
> gcc-4.4:  -lxml2: No such file or directory
> gcc-4.4:  -lgthread-2.0: No such file or directory
> gcc-4.4:  -lrt: No such file or directory
> gcc-4.4:  -lglib-2.0 : No such file or directory
> /media/fast60/Programming/Anak/C_Mess/audio_player.c:1: fatal error: gst/gst.h: No such file or directory
> compilation terminated.
> gprbuild: *** compilation phase failed

Have you installed the package libgstreamer0.10-dev, which depends on
all the other -dev packages and provides the directory
/usr/include/gstreamer-0.10 and its contents as well as the
libgstreamer0.10.so symbolic link?

If not, how did you get the "pkg-config --cflags gstreamer-0.10" to
work?  I thought pkg-config relied on a file provided by the -dev
package, too.  I'm confused because you seem to have the include files
of libgstreamer0.10 somewhere but then gcc-4.4 does not find them where
pkg-config says they are.

-- 
Ludovic Brenta.
The stakeholders 200% strategize Control Information Systems, while the
human resources benchmark the prospective bandwidth across the spheres.



  reply	other threads:[~2012-05-03 20:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-03 19:44 Help with my first GPRbuild file please Patrick
2012-05-03 20:00 ` sbelmont700
2012-05-03 20:31   ` Patrick
2012-05-03 20:49     ` Ludovic Brenta [this message]
2012-05-03 20:49     ` Robert A Duff
2012-05-03 20:54       ` sbelmont700
2012-05-03 20:55       ` Patrick
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox