Sharky112065

mythbuild.sh problem

Jun 26th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Using mythbuild.sh from mythbuild-CURRENT.zip @ http://www.softsystem.co.uk/download/mythtv/
  2.  
  3. Cross compile for Windows on Ubuntu 12.04
  4.  
  5. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
  6. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
  7. make[1]: lib.exe: Command not found
  8. LD libavformat/libmythavformat-52.dll
  9. Info: resolving _ff_frame_rate_tab by linking to __imp__ff_frame_rate_tab (auto-import)
  10. Info: resolving _ff_mpa_freq_tab by linking to __imp__ff_mpa_freq_tab (auto-import)
  11. Info: resolving _ff_log2_tab by linking to __imp__ff_log2_tab (auto-import)
  12. Info: resolving _ff_mpeg4audio_sample_rates by linking to __imp__ff_mpeg4audio_sample_rates (auto-import)
  13. Info: resolving _av_md5_size by linking to __imp__av_md5_size (auto-import)
  14. Info: resolving _av_aes_size by linking to __imp__av_aes_size (auto-import)
  15. Info: resolving _av_tree_node_size by linking to __imp__av_tree_node_size (auto-import)
  16. Info: resolving _ff_mpa_bitrate_tab by linking to __imp__ff_mpa_bitrate_tab (auto-import)
  17. Creating library file: libavformat/liblibmythavformat.dll.a
  18. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
  19. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
  20. libavformat/mpegts.o: In function `write_section_data':
  21. /home/mike/src/mythbuildw32-1/mythtv/mythtv/external/FFmpeg/libavformat/mpegts.c:343: undefined reference to `_dprintf'
  22. collect2: ld returned 1 exit status
  23. make[1]: *** [libavformat/libmythavformat-52.dll] Error 1
  24. make[1]: *** Waiting for unfinished jobs....
  25. make: *** [external/FFmpeg] Error 2
  26.  
  27. ERROR: make failed.
  28. mike@mike-VirtualBox:~/src/mythbuildw32-1$
Advertisement
Add Comment
Please, Sign In to add comment