geoffreybennett/alsa-scarlett-gui

Build error for latest dev branch

Closed this issue · 3 comments

Build error for latest dev branch

Confirmation

  • I confirm that I have read the FAQ.

Issue Category

Please select the category that best describes your issue:

  • Help Request
  • Bug Report
  • Feature Request

Environment Details

Linux Distribution and Version

  • Distribution: Ubuntu
  • Version: 23.04

Kernel Version

  • Kernel version: 6.2.0-1007-lowlatency

Issue Description

When running make -j4 on the latest dev branch I get the following error:

make: *** No rule to make target 'img/alsa-scarlett-gui-logo.png', needed by 'alsa-scarlett-gui-resources.c'.  Stop.
saxa commented

Hi Itried to build it on my slackware64-current machine and all is building fine, with both options I tried with make -j4 or with meson/ninja.
If you want to try the meson build then you can try my branch it is exactly same as the Geoffrey one but it has the meson.build system here https://github.com/saxa/alsa-scarlett-gui

@MagicLike Please try make clean depclean then make -j4 & let me know if that helps.

@MagicLike Please try make clean depclean then make -j4 & let me know if that helps.

That worked! build and installation worked flawlessly!