PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Makefile.in seems to ignore the --datarootdir setting



mecknum
06.10.06, 12:35
Hallo,

ich möchte DirectFB auf meinem Debian (Sarge) - Rechner installieren. Aber wenn ich "./configure --enable-multi --with-gfxdrivers=matrox" ausführe kommt immer:

[...]
config.status: creating proxy/Makefile
config.status: WARNING: proxy/Makefile.in seems to ignore the --datarootdir setting
config.status: creating proxy/dispatcher/Makefile
config.status: WARNING: proxy/dispatcher/Makefile.in seems to ignore the --datarootdir setting
config.status: creating proxy/requestor/Makefile
config.status: WARNING: proxy/requestor/Makefile.in seems to ignore the --datarootdir setting
config.status: creating rules/Makefile
config.status: WARNING: rules/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/core/Makefile
config.status: WARNING: src/core/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/display/Makefile
config.status: WARNING: src/display/Makefile.in seems to ignore the --datarootdir setting
[...]

und das sicher zig-mal.

Bin noch nen ziemlicher "Anfänger" in Sachen Linux und hab deshalb keine Ahnung was das zu bedeuten hat bzw. wie ich es ändern kann.

Kann mir da jmd helfen?

Danke schon mal!

hp_tux
06.10.06, 16:34
Hallo,

"WARNINGS", die bei der Ausführung von "configure" bzw. "make" ausgegeben werden, können normalerweise einfach ignoriert werden - im Gegensatz zu "ERRORS".

Gruß

hp_tux

Rain_maker
06.10.06, 20:18
Wieso selbst kompilieren?

Da nichts Passendes dabei?

http://packages.debian.org/cgi-bin/search_packages.pl?keywords=DirectFB&searchon=names&subword=1&version=stable&release=all

http://www.us.debian.org/distrib/packages#search_packages

(Empfehlenswert für Paketsuchen).


apt-cache search directfb

apt-cache policy libdirectfb

Greetz,

RM