[mythtv] libmythbluray compile error in trunk

Robert Siebert trebor_s at web.de
Mon Aug 9 09:24:57 UTC 2010


On Mon, 9 Aug 2010 11:12:18 +0200, Janne Grunau
<janne-mythtv at grunau.be> wrote:
> 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
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Hi,

I deleted my entire working copy and and checked out the one from
mythtv.org again. 
Now it compiles fine. So it was screwed up somehow.

Thanks for your time and help!

Robert 



More information about the mythtv-dev mailing list