-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile apulse under Devuan GNU/Linux :( #97
Comments
Hi.
Here x86-64 version of GLib's configuration is included, which caused type mismatches. For 32-bit build, you need to make sure i386 version is included. I think, changing |
I just tried that and I obtain the same error:
:( |
Do you have packages |
Yes I have them... |
Well my goal is to use it with gqrx-sdr. I managed to install a recent package from a more recent repository. but unfortunately gqrx-sdr segfault :( |
Then it should compile with the commands you posted here. At least they worked in the VM with Devuan. I just tried to install a new Devuan ASCII copy and successfully have built apulse there. If that for some reason doesn't work, you may try to build in 32-bit chroot.
Doesn't it support ALSA? There is a portaudio backend, which should support ALSA directly. |
Devuan ships apulse already in Ascii.. (may be in Jessie too - but I never needed it there) |
Hi there, I can't compile apulse, I think there's something about glib.
I tried this, from another thread here, but I have the same error as before.
d=apulse && cd /tmp && git clone git://github.com/i-rinat/$d.git && cd $d && F="-m32 -march=native -msse3 -O3 -fomit-frame-pointer -pipe -DNDEBUG" && PKG_CONFIG_PATH=/usr/lib/pkgconfig cmake -LA -DCMAKE_C_FLAGS_RELEASE="$F" -DCMAKE_CXX_FLAGS_RELEASE="$F" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr && make -j4
and this is what happens:
Any help? :(
The text was updated successfully, but these errors were encountered: