Hi Rasika,

On 10 July 2014 04:13, Narayanan, Rasika <[email protected]> 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
_______________________________________________
rygel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/rygel-list

Reply via email to