Dolphin, the GameCube and Wii emulator - Forums

Full Version: Source code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks, I'm using openSUSE linux so I have to compile Dolphin from source code but the problem is I can't clone it from svn because my local internet banned the googlecode.com and also can't use git, Yeah it's my lucky day! So can someone please post the source code? Undecided

git clone https://code.google.com/p/dolphin-emu.git/
Cloning into dolphin-emu...
fatal: https://code.google.com/p/dolphin-emu.git/info/refs not found: did you run git update-server-info on the server?
uhm, what about git clone http://code.google.com/p/dolphin-emu/ or https://code.google.com/p/dolphin-emu/ like the google code page says?
Nope no luck
Why did they ban googlecode.com ?
(10-28-2011, 11:02 PM)Anti-Ultimate Wrote: [ -> ]Why did they ban googlecode.com ?

You better ask ahmadinejad bastard my friend
Use a proxy perhaps ?
(10-28-2011, 11:38 PM)Anti-Ultimate Wrote: [ -> ]Use a proxy perhaps ?

I'm using Tor and it doesn't work.

svn co http://dolphin-emu.googlecode.com/svn/trunk/
svn: Server sent unexpected return value (501 Method not implemented) in response to OPTIONS request for 'http://dolphin-emu.googlecode.com/svn/trunk'
svn won't work for obvious reasons anyway...
I got the source from https://launchpad.net/~glennric/+archive...hive-extra and I have new problem, When try to compile error appear

Quote:Using shared SDL
Shared sfml-network not found, falling back to the static library
CMake Error at CMakeLists.txt:311 (add_subdirectory):
add_subdirectory given source "Externals/SFML" which is not an existing
directory.


Shared SOIL not found, falling back to the static library
CMake Error at CMakeLists.txt:320 (add_subdirectory):
add_subdirectory given source "Externals/SOIL" which is not an existing
directory.


-- Found ZLIB: /usr/include (found version "1.2.5")
Using shared zlib
GLEW found
Cg found
CgGL found
-- Found wxWidgets: TRUE
-- Found Freetype: /usr/lib64/libfreetype.so
-- Found GTK2_GTK: /usr/lib64/libgtk-x11-2.0.so
wxWidgets found, enabling GUI build
-- Configuring incomplete, errors occurred!

Any idea?
Fixed Cool just copy SOIL and SFML source code into usr/include/ and usr/lib64 [Image: boardoo-sex-smiley-2730.gif]