Dolphin, the GameCube and Wii emulator - Forums

Full Version: Best way to get Linux revisions?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I didn't see any on the downloads page. Optimized for SSE4.2 would be ideal.
Aw, I have to build it myself? No prepackaged builds?
Not to my knowledge Sad - I am not sure if it would work out but there is always...

Wine -> Dolphin on AppDB
Eh, bronze isn't great.

I'll just build it. At least I can compile it for my CPU.

Thanks.
Well good luck any way Smile

What distribution are you running?
Ubuntu 12.04. Running a custom 3.3.4 kernel that I compiled with -march=native flags.
Nice - I am not running linux on my desktop but on my IBM Thinpad T43 I am running Linux #! alongside Windows xp :p
Compile error:
Code:
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexLoaderManager.cpp.o
In file included from /usr/include/c++/4.6/ext/hash_map:61:0,
                 from /home/colin/dolphin-emu/Source/Core/VideoCommon/Src/VertexLoaderManager.cpp:23:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexLoader_Color.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexLoader_Normal.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexLoader_Position.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexLoader_TextCoord.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexManagerBase.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexShaderGen.cpp.o
[ 68%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VertexShaderManager.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VideoConfig.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/VideoState.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/XFMemory.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/XFStructs.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/memcpy_amd.cpp.o
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/AVIDump.cpp.o
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateFile()’:
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:254:17: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1604) [-Wdeprecated-declarations]
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:254:49: warning: ‘AVStream* av_new_stream(AVFormatContext*, int)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1604) [-Wdeprecated-declarations]
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:271:5: warning: ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:271:40: warning: ‘int avcodec_open(AVCodecContext*, AVCodec*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4035) [-Wdeprecated-declarations]
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp: In static member function ‘static void AVIDump::AddFrame(uint8_t*, int, int)’:
/home/colin/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:324:53: error: ‘av_rescale_q’ was not declared in this scope
make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/Src/AVIDump.cpp.o] Error 1
make[1]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2
make: *** [all] Error 2

(05-01-2012, 12:31 PM)xnij Wrote: [ -> ]Not to my knowledge Sad - I am not sure if it would work out but there is always...

Wine -> Dolphin on AppDB
Ugh sorry dude, but if all your advice boils down to is stuff you don't really have any idea about - just don't suggest it. Please try to keep that in mind for your future posts. I'm not saying this because of this particular post, but some other posts of yours are similarly useless and driving threads kinda off-topic.
Pages: 1 2