Make: no 'alsa/asoundlib.h'

110 views
Skip to first unread message

Stringdom

unread,
Jun 2, 2011, 11:34:27 PM6/2/11
to gd...@googlegroups.com
Hello:

I'm trying to compile gdigi in an old Pentium 4 HT running Fedora 15 and, after setting up all the required libs, I get this Error from Make command:

make: *** No hay ninguna regla para construir el objetivo `alsa/asoundlib.h', necesario para `gdigi.o'.  Alto.
(sorry it's in Spanish but that's my distro lang)

Basically it means there's no rule set up to build target 'alsa/asoundlib.h' and then it halts.

Funny enough, it is there!. pkg-config confirms the existence of the library headers but yet the make command refuses to work.

Any help?

Lolo des Bois

unread,
Jul 16, 2011, 8:44:46 AM7/16/11
to gdigi
Hello,

In order to get a sucessful make, i have added a directory "alsa" in
source folder (gdigi folder) and made inside it a symbolic link to the
asoundlib.h located in my usr/include/sys folder.

the full sequence to get gdigi to work is
hg clone http://hg.atheme.org/users/desowin/gdigi/ gdigi
cd gdigi
mkdir alsa
cd alsa
ln -s /usr/include/sys/asoundlib.h
make

this should work.
you must plug usb connector (and power on rp500) before launching
gdigi.

Have fun
Reply all
Reply to author
Forward
0 new messages