libgme/game-music-emu

commit 69b21105ca7ff0ec85af48f41bec4142bcfbdc87 broke cross-compiling ffmpeg

Opened this issue · 1 comments

Original report by Anonymous.


Hello. When cross-compiling ffmpeg under ubuntu :-

  1. first building https://bitbucket.org/mpyne/game-music-emu.git
    with commit a8da3a1
    works OK.

  2. first building https://bitbucket.org/mpyne/game-music-emu.git
    with commit 69b2110
    fails with:

#!c++
ERROR: libgme not found

Looks like something broke cross-compiling with that commit.

Thanks

Original comment by Michael Pyne (Bitbucket: mpyne, GitHub: mpyne).


Hi, do you have any additional information you can provide that would help me to reproduce? Especially about your CBUILD/CHOST/CTARGET triples, the toolchain you’re using, configure/build commands?

It may be easier to show the error message details (if any are given) for why libgme could not be found. I’m expecting that there would be a syntax error reported but it would help to know what line it is choking on.