Re: Rygel build failure
- From: Jussi Kukkonen <jussi kukkonen intel com>
- To: "Narayanan, Rasika" <rasika narayanan intel com>
- Cc: "Bell, Richard S" <richard s bell intel com>, "rygel-list gnome org" <rygel-list gnome org>
- Subject: Re: Rygel build failure
- Date: Thu, 10 Jul 2014 14:13:24 +0300
Hi Rasika,
On 10 July 2014 04:13, Narayanan, Rasika <rasika narayanan intel com> wrote:
/* soup-test.vala
* valac --pkg libsoup-2.4 soup-test.vala */
using Soup;
class SoupTest {
public static int main (string[] args) {
return (Status.OK == 200 ? 0 : 1);
}
}
I observed an error ,
soup-test.vala:3.7-3.10: error: The namespace name `Soup' could not be found
using Soup;
^^^^
3. Repeated the steps inside jhbuild, it did not work.
Can you be more specific here: does that mean you get the original
"Status does not exists in the context" error ? That would sound like
a vala (or soup introspection) problem, while the "namespace could not
be found sounds like something different: maybe you tried compiling
without the needed "--pkg libsoup-2.4".
Jussi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]