View Single Post
Old 12-26-2011, 01:37 AM   #79
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by J.C. View Post
Trying to compile mpd source from pocketbook-free

I'm not that familiar with make files but here's what I've got this far:

mpd.mk
Code:
Sources += bstdfile.c madlld.c
Makefile
Code:
OUT = mpd
VPATH += lib src
LIBS += libmad.a
include /usr/local/pocketbook/common.mk
Still I'm getting errors, can anyone please help ?
1. What errors?
2. Should be: LIBS += -lmad.a -L<path to libmad.a>
sergeyvl12 is offline   Reply With Quote