Stefan Sauer
Stefan Sauer
This is something related to a gtk change. I am still on ubuntu trusty and there it does not happen. I just tried in a VM with OpenSuse and gtk3+-3.22...
Thanks a lot for testing. I'll see that I can make a new release soon. There is one in progress feature, that I'd like to finish though.
@andredublin , for the bootstrapping the build you'd need "gettext" and "gtk-doc". Regarding the gettext one this could need "In order for autopoint to be found you need to export...
Actually gstreamer has a built in mechanism for most of it (map missing feature to package names). One problem in our case is that we have a plugin-wrapper for buzzmachines...
Can't be fixed in gtk-doc (funny I am the gtk-doc maintainer). The docs could be build in paralell, but the xrefs have to be built in order. For now just...
Sorry for the delay. My computer is so fast and the code base is so small, that I built with make (no -j4). I think we could try to setup...
Again sorry for the delay. Please reopen if the change turns out to be insufficient.
Weird.This is what I did to test things: ```shell # terminal 1 git clone buzztrax buzztrax.doc_determinism # terminal 2 cd buzztrax make clean; make -j1 # terminal 3 cd buzztrax.doc_determinism...
FYI: maybe we can find some time interactively figure this in https://gitter.im/Buzztrax/buzztrax
You are using: > Prefix : /usr/local and at the end of the autogen run you get some instructions: https://github.com/Buzztrax/buzztrax/blob/master/configure.ac#L747 Please try following those or simply use --prefix=/usr if you...