You are not logged in.
I installed the muse-streaming package in the aur, but i don't get a gtk gui, only the CLI version i don't know what can i modify to get the gui version... any help!!
Offline
No one can help you without more information.
I am a gated community.
Offline
well this is the package http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
i installed normally, but when try to execute i'm not able to work with the gtk gui, only with the console version... then my cuestion is: can i modify the pkgbuild to get the gui version of MuSE, or what can i do??? Supposedly the default installation of pkgbuild includes the gui... but don' t know why i can't get it......
thnxs in advance!!
Offline
It appears to me that
makedepends(pkgconfig)
needs to be added to the PKGBUILD. Without pkgconfig, the configure script cannot find your gtk libraries.
Try to install pkgconfig by running
pacman -S pkgconfig
Delete everything in your build directory except the PKGBUILD, linklist.patch, and MuSE-0.9.2.tar.gz.
Run makepkg again. From the build directory,
./pkg/usr/bin/muse -g list
should now list both the cli and the gtk2 interfaces. If this fixes your problem, you may want to ask the package maintainer to add the above makedepends line to the PKGBUILD.
Offline