Junker / mictray

MicTray is a Lightweight system tray application which lets you control the microphone state and volume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation Error

goodwillcoding opened this issue · comments

Hi,

Tried to install this via AUR and to compile manually. In both cases I get

ninja
[1/7] Compiling Vala source ../src/mic...icon.vala ../src/settings-window.vala.
FAILED: mictray@exe/src/mictray.c mictray@exe/src/pulse.c mictray@exe/src/config-file.c mictray@exe/src/status-icon.c mictray@exe/src/settings-window.c 
valac -C --debug --debug --pkg gee-0.8 --pkg libpulse-mainloop-glib --pkg libpulse --pkg gtk+-3.0 --color=always --directory mictray@exe --basedir ../ ../src/mictray.vala ../src/pulse.vala ../src/config-file.vala ../src/status-icon.vala ../src/settings-window.vala
../src/pulse.vala:75.26-75.50: error: The name `DONE' does not exist in the context of `PulseAudio.Operation'
			if (op.get_state() == PulseAudio.Operation.DONE)
			                      ^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
ninja: build stopped: subcommand failed.

fixed with 0.1.3 release