[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] enable-spice compile check error
From: |
Michael A. Collins |
Subject: |
Re: [Qemu-discuss] enable-spice compile check error |
Date: |
Mon, 20 Feb 2012 21:00:50 -0500 |
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Michael A. Collins
> Sent: Monday, February 20, 2012 7:53 PM
> To: address@hidden
> Subject: [Qemu-discuss] enable-spice compile check error
>
> I am trying to enable spice support in Qemu, but am having no luck at it. I
> have built and installed Spice-Protocol, Spice-Server and Spice-Client, but
> when configure tries to compile the test c-file for spice-server it errors out
> stating that spice_server_new is undefined.
> I have verified that it can find spice.h, since it complains about not being
> able
> to open spice.h when I remove the
> -I/usr/local/include/spice-1 -I/usr/local/include/spice-server options.
> I honestly don't know what else to do, seems like a very straight forward test
> and I can see where spice_server_new is defined, but it has an asterisk
> infront of it and when I remove it, it complains about an incomplete typedef,
> so with that being said maybe I am looking in the wrong place for the
> function called spice_server_new... Can't seem to find it in anything but
> spice.h though. Has anyone run into this problem before? Thanks for any
> pointers.
> Mike
Seems as if I didn't have Libs configured correctly in my pc file for
spice-server. It compiles now.
Mike