• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 555 556 557 558 559 ... 1198 Next »

Trouble compiling on Debian
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Trouble compiling on Debian
06-22-2014, 11:41 PM
#2
acorteziii
Unregistered
 
(06-22-2014, 06:43 AM)Danfun64 Wrote: Hello. I had errors when i tried to compile dolphin 4.0.2 on debian jessie 64-bit. So I tried the latest trunk. I get this:

[ 70%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateFile()’:
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:262:24: error: ‘CODEC_ID_FFV1’ was not declared in this scope
g_Config.bUseFFV1 ? CODEC_ID_FFV1 : s_FormatContext->oformat->video_codec;
^
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:278:15: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
s_BGRFrame = avcodec_alloc_frame();
^
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:278:35: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
s_BGRFrame = avcodec_alloc_frame();
^
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:279:15: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
s_YUVFrame = avcodec_alloc_frame();
^
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:279:35: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3114) [-Wdeprecated-declarations]
s_YUVFrame = avcodec_alloc_frame();
^
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static void AVIDump::AddFrame(const u8*, int, int)’:
/home/danfun64/dolphin/Source/Core/VideoCommon/AVIDump.cpp:317:85: error: ‘avcodec_encode_video’ was not declared in this scope
int outsize = avcodec_encode_video(s_Stream->codec, s_OutBuffer, s_size, s_YUVFrame);
^
Source/Core/VideoCommon/CMakeFiles/videocommon.dir/build.make:994: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o' failed
make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o] Error 1
CMakeFiles/Makefile2:1050: recipe for target 'Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all' failed
make[1]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2
Makefile:146: recipe for target 'all' failed
make: *** [all] Error 2


Any suggestions?

Can confirm that I am getting the same error on compilation using debian amd64(testing as well experimental). Tried multiple branches/tags from the git repo, but nothing seems to work. Hopefully they can find a solution for this
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Trouble compiling on Debian - Danfun64 - 06-22-2014, 06:43 AM
RE: Trouble compiling on Debian - acorteziii - 06-22-2014, 11:41 PM
RE: Trouble compiling on Debian - astro - 07-02-2014, 11:56 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode