[mythtv] libmythbluray compile error in trunk
Janne Grunau
janne-mythtv at grunau.be
Mon Aug 9 09:12:18 UTC 2010
On Mon, Aug 09, 2010 at 09:49:13AM +0200, Robert Siebert wrote:
>
> Thanks for the information, it didn't solve the problem.
> I have also updated to the 25595 version. Unfortunately I get a new
> error:
>
> bluray.c:43:26: Fehler: libaacs/aacs.h: Datei oder Verzeichnis nicht
> gefunden
> bluray.c:44:30: Fehler: libbdplus/bdplus.h: Datei oder Verzeichnis
> nicht gefunden
> bluray.c: In Funktion "_libaacs_open":
> bluray.c:246: Fehler: "aacs_decrypt_unit" nicht deklariert (erste
> Benutzung in dieser Funktion)
> bluray.c:246: Fehler: (Jeder nicht deklarierte Bezeichner wird nur
> einmal aufgeführt
> bluray.c:246: Fehler: für jede Funktion in der er auftritt.)
> bluray.c: In Funktion "_libbdplus_open":
> bluray.c:321: Fehler: "bdplus_seek" nicht deklariert (erste Benutzung
> in dieser Funktion)
> bluray.c:322: Fehler: "bdplus_fixup" nicht deklariert (erste Benutzung
> in dieser Funktion)
please switch your locale to english before posting compile errors to
mailing lists. The errors are "file not found" for the includes
libaacs/aacs.h and libbdplus/bdplus.h and then a couple of missing
declarations. Those headers are only included if DLOPEN_CRYPTO_LIBS
is not defined. Please post aslo the complete compiler command before
the error.
> The mentioned files libaacs/aacs.h and libbdplus/bdplus.h are not
> found. Even the directories libaacs and libbdplus do not exist in the
> libmythblueray folder (even not in the trac browser). Do I need to
> install external libraries?
No, your working copy is screwed up. Have you followed instructions on
http://www.mythtv.org/wiki/Developing_in_Eclipse_on_Linux ?
Please `svn revert -R .` this will delete all modifications in your tree
and than make distclean, configure and make
Janne
More information about the mythtv-dev
mailing list