Project

General

Profile

Bug #788

Compile problem on Raspberry Pi under Ubuntu

Added by Ulrich Lauther almost 6 years ago. Updated almost 6 years ago.

Status:
Rejected
Priority:
Major
Assignee:
-
Category:
libaudcore
Target version:
-
Start date:
April 16, 2018
Due date:
% Done:

0%

Estimated time:
Affects version:

Description

As ppa nilarimogard/webupd8 seems to contain no current version of audacious for Raspberry Pi, I tried to compile myself.

I did:

export GLIB_LIBS=/lib/arm-linux-gnueabihf/libglib-2.0.so.0
export GMODULE_LIBS=/usr/lib/arm-linux-gnueabihf/libaudcore.so.3
export GLIB_CFLAGS=" Wl, "
./configure --disable-qt --disable-gtk
make

and got:

plugin-load.lib.o: In function `plugin_load(char const*)':
/usr/local/src/audacious-3.9/src/libaudcore/plugin-load.cc:68: undefined reference to `g_module_open'

and similar error messages in plugin-load.cc

Did I do something wrong? How can I fix it?

History

#1 Updated by John Lindgren almost 6 years ago

  • Status changed from New to Rejected

The variables that you exported before running ./configure aren't correct.

You shouldn't need to set those variables manually. Install pkg-config and let it do its work.

Also available in: Atom PDF