zynaddsubfx / zyn-fusion-build

Build Scripts For Zyn-Fusion
Do What The F*ck You Want To Public License
122 stars 39 forks source link

Building tarball for Arch Linux results in ERROR: cmake failed #76

Closed not-a-cube closed 3 years ago

not-a-cube commented 3 years ago

Building the zyn-fusion tarballs on Arch Linux gives the following error when building the demo tarball: ERROR: 'cmake ../zynaddsubfx/ -DGuiModule=zest -DDemoMode=true -DCMAKE_INSTALL_PREFIX=/usr' failed

fundamental commented 3 years ago

Please clarify the commands used. There's a few different ways to build things and I've confirmed that the docker build on arch works fine which isn't to say that something else might be broken.

not-a-cube commented 3 years ago

I was referring to the build-linux.rb script.

fundamental commented 3 years ago

My money is on missing dependencies given it works in a dockerized arch setup. Can you provide information about the failure?

I'm guessing the build script hides the output, but you should be able to see it via something along the lines of:

cd tmp
git clone https://github.com/zynaddsubfx/zynaddsubfx
cd zynaddsubfx
mkdir build
cd build
cmake .. -DGuiModule=zest -DDemoMode=true
not-a-cube commented 3 years ago

I think you are right. I tried it, and it works fine now. Sorry if this felt like a waste of time, this was my first issue on GitHub.

fundamental commented 3 years ago

No problem at all. These sorts of things happen all the time. I'm guessing if I responded earlier there was a bug which got fixed elsewhere. Thanks for the report :+1: