Tiny Core Extensions > TCE Corepure64
QEMU for 64bit?
Juanito:
--- Quote from: flyingfishfinger on February 09, 2016, 12:17:35 AM ---...vala-tools don't seem to exist. Will look into it further.
--- End quote ---
You mean like vala, vala-gen-introspect, valac, vapicheck and vapigen or something else?
flyingfishfinger:
Ah, so many dependencies. The spice-server requres spice-protocol, which itself needs to be built. That required python six, which I couldn't get without pip, which needed to be downloaded separately. Urgh...this is why I didn't become a software engineer :p
Let me poke at this for a little and get back to you guys...
R
flyingfishfinger:
Ah, so many dependencies. The spice-server requres spice-protocol, which itself needs to be built. That required python six, which I couldn't get without pip, which needed to be downloaded separately. Urgh...this is why I didn't become a software engineer :p
Let me poke at this for a little and get back to you guys...
Update: I think I got past the vala (maybe not, I'll let you know). Currently building spice-gtk, which fails with the following:
--- Quote --- GEN vncdisplaykeymap_xorgevdev2xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_xorgkbd2xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_xorgxquartz2xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_xorgxwin2xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_osx2xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_win322xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
GEN vncdisplaykeymap_x112xtkbd.c
/bin/sh: ./keymap-gen.pl: not found
CC vncdisplaykeymap.lo
vncdisplaykeymap.c:75:46: fatal error: vncdisplaykeymap_xorgevdev2xtkbd.c: No such file or directory
#include "vncdisplaykeymap_xorgevdev2xtkbd.c"
--- End quote ---
R
flyingfishfinger:
Got that one too. Apparently TC installs perl into /usr/local/bin as opposed to /usr/bin. So I needed to change the !# line inside keymap-gen.pl to !#/usr/local/bin.
Another dep is gtk3-gir, then it built. I now have a spicy client, but I need to recompile qemu to support spice output.
Also, it wants PulseAudio and Gstreamer 1.0. I thought I had the Gstreamer one, but I'll try and rebuild it.
...sheesh, I should write all this up when I'm done if I remember. Meanwhile, since none of this is persistent I'll get lots of practise doing it over again after I reboot :D
R
Juanito:
You should file a bug requesting that they put /usr/bin/env perl ;)
..make extensions as you go along, then it will be persistant...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version