Alex

Results 7 comments of Alex

Hi @juanrubio I have OSX device. Now I'm trying to compile using autoreconf and make. I will give some update and I will definitely ask questions; Update for now: *...

I have some updates * autoreconf -ifs && ./configure ``` checking for dbus-1 >= 0.60... no configure: error: You need the DBus libraries (version 0.6 or better) http://www.freedesktop.org/wiki/Software_2fdbus configure: error:...

@juanrubio PulsaAlsa is ok on osx; I found pcm_renderer_alsa; But I can't get simple way to disable it; --disable-alsa will be great

Oh. Just read your first comment; I will try "removing pcm_renderer_alsa from both configure.ac and Makefile.am"; Will give you feedback;

OSX don' have epoll; I found that you have support for KQUEUE; @juanrubio how to set up to use kqueue?

Some updates * ./configure ``` checking for alsa... no configure: error: Package requirements (alsa) were not met: No package 'alsa' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed...

I compiled and install tizonia; But on start ``` tizonia --youtube-audio-stream https://www.youtube.com/watch?v=Eg6f4ZFRpsI ``` I get ``` Assertion failed: (p_queue_), function post_cmd, file tizgraphmgr.cpp, line 409. [1] 39867 abort tizonia --youtube-audio-stream...