Tiny Core Extensions > TCE Corepure64
How to build -dev extensions?
flyingfishfinger:
Yes. Although it looks like spice-protocol.pc ended up in /usr/local/share/pkgconfig. I moved it to /lib/pkgconfig; they're both there now but I get the same error.
R
Juanito:
The pkg-config extension will search both /usr/local/lib/pkgconfig and /usr/local/share/pkgconfig by default.
What do you get from this:
--- Code: ---$ pkg-config --modversion /usr/local/lib/pkgconfig/spice-protocol.pc
$ pkg-config --modversion /usr/local/lib/pkgconfig/spice-server.pc
--- End code ---
Edit: corrected commands above
flyingfishfinger:
Hm, their version numbering confuses me. According to the command, I have spice-protocol 0.12.11. According to their git, the latest tag is 0.12.10. I'll try checking out 0.12.9 instead and seeing what happens...
The server is fine at 0.13.0.something.
R
Juanito:
If you look at config.log, it should show why the configure script doesn't like spice-protocol/spice-server
flyingfishfinger:
--- Quote ---In file included from /usr/local/include/spice-server/spice.h:24:0,
from config-temp/qemu-conf.c:1:
/usr/local/include/spice-server/spice-core.h:27:27: fatal error: spice/qxl_dev.h: No such file or directory
#include <spice/qxl_dev.h>
^
compilation terminated.
--- End quote ---
That file exists in /usr/local/include/spice-protocol/spice/ though..
R
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version