Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

can't make in LM 17.3 #13

Closed
thob opened this issue Dec 26, 2015 · 8 comments
Closed

can't make in LM 17.3 #13

thob opened this issue Dec 26, 2015 · 8 comments
Assignees

Comments

@thob
Copy link

thob commented Dec 26, 2015

./configure works but created a few errors like

configure: error: in/home/nnn/Downloads/deadbeef-1.8':`

configure: error: C compiler cannot create executables

once I hit make I get
Error "make: *** No rule to make targetinstall'. Stop."`

Any idea?

@Serranya
Copy link
Owner

Can you post the entire output of ./configure.
Also post the contents of config.log. It should get created by ./configure

@Serranya Serranya self-assigned this Dec 27, 2015
@thob
Copy link
Author

thob commented Dec 27, 2015

Here we go

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in /home/thomas/Downloads/deadbeef-1.8': configure: error: C compiler cannot create executables Seeconfig.log' for more details

config.log.zip

@Serranya
Copy link
Owner

Do you have the build-essential package installed ? I think you are missing the -dev version of libc

@thob
Copy link
Author

thob commented Dec 27, 2015

we're getting closer I believen. I installed it. Run ./configure Now I get

configure: error: glibc-2 is required for this package

Update: I got 2.19 according to ldd --version

@Serranya
Copy link
Owner

You are missing the -dev package again. Please install libglib2.0-dev :)

@thob
Copy link
Author

thob commented Dec 28, 2015

oh. thanks.installed. Now I get this for make install:

CC src/mpris_la-mpris.lo
In file included from src/mpris.c:3:0:
src/mprisServer.h:8:31: fatal error: deadbeef/deadbeef.h: Datei oder Verzeichnis nicht gefunden
#include <deadbeef/deadbeef.h>
^
compilation terminated.
make: *** [src/mpris_la-mpris.lo] Fehler 1

@Serranya
Copy link
Owner

You probably installed DeaDBeeF from the .deb from the DeaDBeeF website. In that case DeaDBeeF is not where im searching for it. Try my second answer from #9

@thob
Copy link
Author

thob commented Dec 28, 2015

thanks. I'll check

@thob thob closed this as completed Dec 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants