F1ash / homebrew-qt-virt-manager

The HomeBrew formulaes for install QtVirtManager on OS X
9 stars 10 forks source link

building on high sierra - missing header #3

Closed cmsimike closed 6 years ago

cmsimike commented 6 years ago
#include <spice-client.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-cursor-channel.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o] Error 1
make[1]: *** [CMakeFiles/qt5-virt-manager.dir/all] Error 2
make: *** [all] Error 2

the build fails

luqasz commented 6 years ago

Same here:

==> Cloning https://github.com/F1ash/qt-virt-manager.git
Cloning into '/Users/lkostka/Library/Caches/Homebrew/qt-virt-manager--git'...
remote: Counting objects: 16187, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 16187 (delta 0), reused 0 (delta 0), pack-reused 16184
Receiving objects: 100% (16187/16187), 16.38 MiB | 1.63 MiB/s, done.
Resolving deltas: 100% (12057/12057), done.
==> Checking out revision 38678abcd8523f9ad01a8013521a5d60bcd49979
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/qt-virt-manager/0.48.79.1 -DCMAKE_BU
==> make install
Last 15 lines from /Users/lkostka/Library/Logs/Homebrew/qt-virt-manager/02.make:
[ 60%] Building CXX object CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBUILD_TYPE=Release -DQSPICE_WIDGET_COMPILATION -DQTONLY -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DUSE_SPICE_AUDIO=1 -DWITH_LIBCACARD=0 -DWITH_LXC_SUPPORT=1 -DWITH_SPICE_SUPPORT=1 -DWITH_VNC_SUPPORT=1 -I/tmp/qt-virt-manager-20180204-33145-1jiw6y4/build -I/tmp/qt-virt-manager-20180204-33145-1jiw6y4 -I/tmp/qt-virt-manager-20180204-33145-1jiw6y4/src -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -I/usr/local/include/glib-2.0 -I/usr/local/Cellar/glib/2.54.3/lib/glib-2.0/include -I/usr/local/include/glib-2.0/gobject -I/usr/local/include/glib-2.0/gio -I/usr/local/opt/spice-protocol/include/spice-1 -I/usr/local/include/spice-client-glib-2.0 -I/usr/local/include/libvirt -I/usr/local/Cellar/qtermwidget/qtermwidget/include/qtermwidget5  -std=c++11 -DNDEBUG -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk   -fPIC -std=gnu++11 -o CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o -c /tmp/qt-virt-manager-20180204-33145-1jiw6y4/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp
In file included from /tmp/qt-virt-manager-20180204-33145-1jiw6y4/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp:18:
/tmp/qt-virt-manager-20180204-33145-1jiw6y4/src/vm_viewer/qspice_widgets/qspice-helper.h:27:10: fatal error: 'spice-client.h' file not found
#include <spice-client.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-channel.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-cursor-channel.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o] Error 1
make[1]: *** [CMakeFiles/qt5-virt-manager.dir/all] Error 2
make: *** [all] Error 2
thumper109 commented 6 years ago

I have had the same error. Using macOS 10.13.3, xcode 9.2

isage commented 6 years ago

Works for me on High Sierra with xcode 9.2 and 9.3 Please, show output of ls /usr/local/include/spice-client-glib-2.0

luqasz commented 6 years ago

I've updated and upgraded all my software installed from brew before installing qt-virt-manager.

==> Installing qt-virt-manager from f1ash/qt-virt-manager
==> Installing dependencies for f1ash/qt-virt-manager/qt-virt-manager: spice-client-glib2
==> Installing f1ash/qt-virt-manager/qt-virt-manager dependency: spice-client-glib2
==> Downloading https://www.spice-space.org/download/gtk/spice-gtk-0.34.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-silent-rules --with-gtk=no --enable-vala=no --with-audio=no --with-coroutine=gthread --prefix=/usr/local/Cellar/spice-client-glib2/0.34
==> make install
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/spicy-screenshot
Target /usr/local/bin/spicy-screenshot
is a symlink belonging to spice-gtk. You can unlink it:
  brew unlink spice-gtk

To force the link and overwrite all conflicting files:
  brew link --overwrite spice-client-glib2

To list all files that would be deleted:
  brew link --overwrite --dry-run spice-client-glib2

Possible conflicting files are:
/usr/local/bin/spicy-screenshot -> /usr/local/Cellar/spice-gtk/0.34/bin/spicy-screenshot
/usr/local/bin/spicy-stats -> /usr/local/Cellar/spice-gtk/0.34/bin/spicy-stats
/usr/local/include/spice-client-glib-2.0/channel-cursor.h
/usr/local/include/spice-client-glib-2.0/channel-display.h
/usr/local/include/spice-client-glib-2.0/channel-inputs.h
/usr/local/include/spice-client-glib-2.0/channel-main.h
/usr/local/include/spice-client-glib-2.0/channel-playback.h
/usr/local/include/spice-client-glib-2.0/channel-port.h
/usr/local/include/spice-client-glib-2.0/channel-record.h
/usr/local/include/spice-client-glib-2.0/channel-smartcard.h
/usr/local/include/spice-client-glib-2.0/channel-usbredir.h
/usr/local/include/spice-client-glib-2.0/channel-webdav.h
/usr/local/include/spice-client-glib-2.0/smartcard-manager.h
/usr/local/include/spice-client-glib-2.0/spice-audio.h
/usr/local/include/spice-client-glib-2.0/spice-channel-enums.h
/usr/local/include/spice-client-glib-2.0/spice-channel.h
/usr/local/include/spice-client-glib-2.0/spice-client.h
/usr/local/include/spice-client-glib-2.0/spice-file-transfer-task.h
/usr/local/include/spice-client-glib-2.0/spice-glib-enums.h
/usr/local/include/spice-client-glib-2.0/spice-option.h
/usr/local/include/spice-client-glib-2.0/spice-session.h
/usr/local/include/spice-client-glib-2.0/spice-types.h
/usr/local/include/spice-client-glib-2.0/spice-uri.h
/usr/local/include/spice-client-glib-2.0/spice-util.h
/usr/local/include/spice-client-glib-2.0/spice-version.h
/usr/local/include/spice-client-glib-2.0/usb-device-manager.h
/usr/local/include/spice-client-glib-2.0/channel-cursor.h
/usr/local/include/spice-client-glib-2.0/channel-display.h
/usr/local/include/spice-client-glib-2.0/channel-inputs.h
/usr/local/include/spice-client-glib-2.0/channel-main.h
/usr/local/include/spice-client-glib-2.0/channel-playback.h
/usr/local/include/spice-client-glib-2.0/channel-port.h
/usr/local/include/spice-client-glib-2.0/channel-record.h
/usr/local/include/spice-client-glib-2.0/channel-smartcard.h
/usr/local/include/spice-client-glib-2.0/channel-usbredir.h
/usr/local/include/spice-client-glib-2.0/channel-webdav.h
/usr/local/include/spice-client-glib-2.0/smartcard-manager.h
/usr/local/include/spice-client-glib-2.0/spice-audio.h
/usr/local/include/spice-client-glib-2.0/spice-channel-enums.h
/usr/local/include/spice-client-glib-2.0/spice-channel.h
/usr/local/include/spice-client-glib-2.0/spice-client.h
/usr/local/include/spice-client-glib-2.0/spice-file-transfer-task.h
/usr/local/include/spice-client-glib-2.0/spice-glib-enums.h
/usr/local/include/spice-client-glib-2.0/spice-option.h
/usr/local/include/spice-client-glib-2.0/spice-session.h
/usr/local/include/spice-client-glib-2.0/spice-types.h
/usr/local/include/spice-client-glib-2.0/spice-uri.h
/usr/local/include/spice-client-glib-2.0/spice-util.h
/usr/local/include/spice-client-glib-2.0/spice-version.h
/usr/local/include/spice-client-glib-2.0/usb-device-manager.h
/usr/local/include/spice-controller/spice-controller.h
/usr/local/include/spice-controller/spice-controller.h
/usr/local/share/gtk-doc/html/spice-gtk/SpiceAudio.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceCursorChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceDisplay.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceDisplayChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceFileTransferTask.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceGtkSession.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceInputsChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceMainChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpicePlaybackChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpicePortChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceRecordChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSession.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSmartcardChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSmartcardManager.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbDeviceManager.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbDeviceWidget.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbredirChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceWebdavChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/annotation-glossary.html
/usr/local/share/gtk-doc/html/spice-gtk/api-index-full.html
/usr/local/share/gtk-doc/html/spice-gtk/api-reference.html
/usr/local/share/gtk-doc/html/spice-gtk/application-support.html
/usr/local/share/gtk-doc/html/spice-gtk/ch01.html
/usr/local/share/gtk-doc/html/spice-gtk/ch02.html
/usr/local/share/gtk-doc/html/spice-gtk/ch03.html
/usr/local/share/gtk-doc/html/spice-gtk/home.png
/usr/local/share/gtk-doc/html/spice-gtk/index.html
/usr/local/share/gtk-doc/html/spice-gtk/left-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/left.png
/usr/local/share/gtk-doc/html/spice-gtk/object-tree.html
/usr/local/share/gtk-doc/html/spice-gtk/right-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/right.png
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-SpiceURI.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-Utilities.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-Version-Information.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk.devhelp2
/usr/local/share/gtk-doc/html/spice-gtk/style.css
/usr/local/share/gtk-doc/html/spice-gtk/up-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/up.png
/usr/local/share/gtk-doc/html/spice-gtk/SpiceAudio.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceCursorChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceDisplay.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceDisplayChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceFileTransferTask.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceGtkSession.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceInputsChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceMainChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpicePlaybackChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpicePortChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceRecordChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSession.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSmartcardChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceSmartcardManager.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbDeviceManager.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbDeviceWidget.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceUsbredirChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/SpiceWebdavChannel.html
/usr/local/share/gtk-doc/html/spice-gtk/annotation-glossary.html
/usr/local/share/gtk-doc/html/spice-gtk/api-index-full.html
/usr/local/share/gtk-doc/html/spice-gtk/api-reference.html
/usr/local/share/gtk-doc/html/spice-gtk/application-support.html
/usr/local/share/gtk-doc/html/spice-gtk/ch01.html
/usr/local/share/gtk-doc/html/spice-gtk/ch02.html
/usr/local/share/gtk-doc/html/spice-gtk/ch03.html
/usr/local/share/gtk-doc/html/spice-gtk/home.png
/usr/local/share/gtk-doc/html/spice-gtk/index.html
/usr/local/share/gtk-doc/html/spice-gtk/left-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/left.png
/usr/local/share/gtk-doc/html/spice-gtk/object-tree.html
/usr/local/share/gtk-doc/html/spice-gtk/right-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/right.png
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-SpiceURI.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-Utilities.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk-Version-Information.html
/usr/local/share/gtk-doc/html/spice-gtk/spice-gtk.devhelp2
/usr/local/share/gtk-doc/html/spice-gtk/style.css
/usr/local/share/gtk-doc/html/spice-gtk/up-insensitive.png
/usr/local/share/gtk-doc/html/spice-gtk/up.png
/usr/local/share/locale/fr/LC_MESSAGES/spice-gtk.mo -> /usr/local/Cellar/spice-gtk/0.34/share/locale/fr/LC_MESSAGES/spice-gtk.mo
/usr/local/share/locale/it/LC_MESSAGES/spice-gtk.mo -> /usr/local/Cellar/spice-gtk/0.34/share/locale/it/LC_MESSAGES/spice-gtk.mo
/usr/local/share/man/man1/spice-client.1 -> /usr/local/Cellar/spice-gtk/0.34/share/man/man1/spice-client.1
/usr/local/share/vala/vapi/spice-protocol.vapi -> /usr/local/Cellar/spice-gtk/0.34/share/vala/vapi/spice-protocol.vapi
/usr/local/lib/libspice-client-glib-2.0.8.dylib -> /usr/local/Cellar/spice-gtk/0.34/lib/libspice-client-glib-2.0.8.dylib
/usr/local/lib/libspice-client-glib-2.0.dylib -> /usr/local/Cellar/spice-gtk/0.34/lib/libspice-client-glib-2.0.dylib
/usr/local/lib/libspice-controller.0.dylib -> /usr/local/Cellar/spice-gtk/0.34/lib/libspice-controller.0.dylib
/usr/local/lib/libspice-controller.dylib -> /usr/local/Cellar/spice-gtk/0.34/lib/libspice-controller.dylib
/usr/local/lib/pkgconfig/spice-client-glib-2.0.pc -> /usr/local/Cellar/spice-gtk/0.34/lib/pkgconfig/spice-client-glib-2.0.pc
/usr/local/lib/pkgconfig/spice-controller.pc -> /usr/local/Cellar/spice-gtk/0.34/lib/pkgconfig/spice-controller.pc
==> Summary
🍺  /usr/local/Cellar/spice-client-glib2/0.34: 85 files, 2.7MB, built in 3 minutes 10 seconds
==> Installing f1ash/qt-virt-manager/qt-virt-manager
==> Cloning https://github.com/F1ash/qt-virt-manager.git
Updating /Users/lkostka/Library/Caches/Homebrew/qt-virt-manager--git
==> Checking out revision 3ecb87dd5bf1de807726b744b1477804a0b214df
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/qt-virt-manager/0.60.88 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_QT_VERSI
==> make install
Last 15 lines from /Users/lkostka/Library/Logs/Homebrew/qt-virt-manager/02.make:
[ 58%] Building CXX object CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang++  -DBUILD_TYPE=Release -DQSPICE_WIDGET_COMPILATION -DQTONLY -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DUSE_SPICE_AUDIO=1 -DWITH_LIBCACARD=0 -DWITH_LXC_SUPPORT=1 -DWITH_SPICE_SUPPORT=1 -DWITH_VNC_SUPPORT=1 -I/tmp/qt-virt-manager-20180422-93330-1kr9a3r/build -I/tmp/qt-virt-manager-20180422-93330-1kr9a3r -I/tmp/qt-virt-manager-20180422-93330-1kr9a3r/src -iframework /usr/local/opt/qt/lib -isystem /usr/local/opt/qt/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt/./mkspecs/macx-clang -isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt/lib/QtXml.framework/Headers -isystem /usr/local/opt/qt/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt/lib/QtMultimedia.framework/Headers -isystem /usr/local/opt/qt/lib/QtNetwork.framework/Headers -I/usr/local/include/glib-2.0 -I/usr/local/Cellar/glib/2.56.1/lib/glib-2.0/include -I/usr/local/include/glib-2.0/gobject -I/usr/local/include/glib-2.0/gio -I/usr/local/opt/spice-protocol/include/spice-1 -I/usr/local/include/spice-client-glib-2.0 -I/usr/local/include/libvirt -I/usr/local/Cellar/qtermwidget/qtermwidget/include/qtermwidget5 -I/usr/local/opt/libvnc/include/rfb  -std=c++11 -DNDEBUG -arch x86_64   -fPIC -std=gnu++11 -o CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o -c /tmp/qt-virt-manager-20180422-93330-1kr9a3r/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp
In file included from /tmp/qt-virt-manager-20180422-93330-1kr9a3r/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp:18:
/tmp/qt-virt-manager-20180422-93330-1kr9a3r/src/vm_viewer/qspice_widgets/qspice-helper.h:27:10: fatal error: 'spice-client.h' file not found
#include <spice-client.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-channel.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-cursor-channel.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/qt5-virt-manager.dir/src/vm_viewer/qspice_widgets/qspice-display-channel.cpp.o] Error 1
make[1]: *** [CMakeFiles/qt5-virt-manager.dir/all] Error 2
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/f1ash/homebrew-qt-virt-manager/issues

zsh: exit 1     brew install qt-virt-manager
ls -l /usr/local/include/spice-client-glib-2.0
lrwxr-xr-x  1 lkostka  admin  54 21 mar 11:41 /usr/local/include/spice-client-glib-2.0 -> ../Cellar/spice-gtk/0.34/include/spice-client-glib-2.0
ls /usr/local/include/spice-client-glib-2.0
channel-cursor.h           channel-main.h             channel-record.h           channel-webdav.h           spice-channel-enums.h      spice-file-transfer-task.h spice-session.h            spice-util.h
channel-display.h          channel-playback.h         channel-smartcard.h        smartcard-manager.h        spice-channel.h            spice-glib-enums.h         spice-types.h              spice-version.h
channel-inputs.h           channel-port.h             channel-usbredir.h         spice-audio.h              spice-client.h             spice-option.h             spice-uri.h                usb-device-manager.h
isage commented 6 years ago

Well, where and why did you get spice-gtk? (i'm guessing from jeffreywildman/homebrew-virt-manager tap) Unlink or remove it, or, better, untap jeffreywildman/homebrew-virt-manager and remove all packages from that tap.

luqasz commented 6 years ago

@isage thx. I've removed all spice-* packages and installed qt-virt-manager without any problem. Thx.