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.