wildstar84 / fauxdacious

Audacious Audioplayer FORK, adds DVD & video play, and much more!
https://wildstar84.wordpress.com/fauxdacious
Other
9 stars 4 forks source link

Error building fauxdacious #18

Open Hostuu opened 1 day ago

Hostuu commented 1 day ago

cd /tmp/fauxdacious ./autogen.sh ./configure --prefix=/usr/local [--enable-qt] --with-buildstamp=Fauxdacious make sudo make install

    sudo ldconfig

configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: [--enable-qt] checking build system type... Invalid configuration [--enable-qt]': machine[--enable' not recognized configure: error: /bin/bash ./build-aux/config.sub [--enable-qt] failed Makefile:20: extra.mk: No such file or directory make: No rule to make target 'extra.mk'. Stop. Makefile:20: extra.mk: No such file or directory make: No rule to make target 'extra.mk'. Stop.

Reproduce: Linux mint 21.3 cinnamon Use the build fauxdacious commands in the readme It will return this error

wildstar84 commented 12 hours ago

Do you have all the development packages and gcc installed? (sudo apt-get install git automake build-essential...) In other words, everything necessary to compile and link a C++ program? Each of the commands (autogen.sh, configure, etc.) must be run separately because the way you show it here it looks like "make" was run before "configure" had completed or erred. Otherwise, it looks like your system is not set up properly to generate a valid Makefile.

 On Monday, October 21, 2024 at 07:07:07 PM CDT, Hostuu ***@***.***> wrote:  

cd /tmp/fauxdacious ./autogen.sh ./configure --prefix=/usr/local [--enable-qt] --with-buildstamp=Fauxdacious make sudo make install sudo ldconfig configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: [--enable-qt] checking build system type... Invalid configuration [--enable-qt]': machine [--enable' not recognized configure: error: /bin/bash ./build-aux/config.sub [--enable-qt] failed Makefile:20: extra.mk: No such file or directory make: No rule to make target 'extra.mk'. Stop. Makefile:20: extra.mk: No such file or directory make: No rule to make target 'extra.mk'. Stop.

Reproduce: Linux mint 21.3 cinnamon Use the build fauxdacious commands in the readme It will return this error

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>