Re: [Vala] Vala Using Gnu Build Tools
- From: Andrea Del Signore <sejerpz tin it>
- To: Çağlar <dursuncaglar gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Vala Using Gnu Build Tools
- Date: Sun, 24 Oct 2010 19:29:13 +0200
On Sun, 2010-10-24 at 20:24 +0300, Çağlar wrote:
Hey guys
I'm just a new learner vala and I'm using vtg (Vala Toolkit for Gedit).
VTG uses vala-gen-project to create a vala project and it uses autoconf
tools.
My problem is, when I add library referances such as libsoup-2.4 to my
project files, build tools doesn't accept it.
Here is my *./configure | grep libsoup output *result :
./configure: line 12164: libsoup-2.4: command not found
Here is my configure.ac file library referances
GLIB_REQUIRED=2.12.0
GTK_REQUIRED=2.18.0
SOUP_REQUIRED=2.4
PKG_CHECK_MODULES(MNAKKODOSYA, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >=
$GLIB_REQUIRED gtk+-2.0 >= $GTK_REQUIRED, libsoup-2.4 >= $SOUP_REQUIRED)
^^^^^^^^ that comma shouldn't be
there I bet ;) !
Ciao,
Andrea
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]