Hi there,
im trying to build Dolphin-Emu with scons on linux...
Thats my terminal history:
And thats the content of ~/Desktop/scons.log:
I used the all in one command-line provided at the Google Code Projekt Wiki.
What's wrong here?
Oh, and please use understable english ;-)
I'm from Germany...
Best regards,
Danny.
im trying to build Dolphin-Emu with scons on linux...
Thats my terminal history:
Code:
danny@Danny:/opt/dolphin-emu$ scons >> ~/Desktop/scons.log
Source/Core/DolphinWX/Src/NetSockets.cpp: In member function 'bool ServerSide::RecvT(sf::SocketUDP, char*, size_t, size_t&, float)':
Source/Core/DolphinWX/Src/NetSockets.cpp:85: error: no matching function for call to 'sf::SocketUDP::Receive(char*&, size_t&, unsigned int&, sf::IPAddress&, short unsigned int&)'
/usr/include/SFML/Network/SocketUDP.hpp:107: note: candidates are: sf::Socket::Status sf::SocketUDP::Receive(char*, size_t, size_t&, sf::IPAddress&)
/usr/include/SFML/Network/SocketUDP.hpp:131: note: sf::Socket::Status sf::SocketUDP::Receive(sf::Packet&, sf::IPAddress&)
Source/Core/DolphinWX/Src/NetSockets.cpp: In member function 'bool ClientSide::RecvT(sf::SocketUDP, char*, size_t, size_t&, float)':
Source/Core/DolphinWX/Src/NetSockets.cpp:385: error: no matching function for call to 'sf::SocketUDP::Receive(char*&, size_t&, unsigned int&, sf::IPAddress&, short unsigned int&)'
/usr/include/SFML/Network/SocketUDP.hpp:107: note: candidates are: sf::Socket::Status sf::SocketUDP::Receive(char*, size_t, size_t&, sf::IPAddress&)
/usr/include/SFML/Network/SocketUDP.hpp:131: note: sf::Socket::Status sf::SocketUDP::Receive(sf::Packet&, sf::IPAddress&)
scons: *** [Build/Linux-i686-release/Source/Core/DolphinWX/Src/NetSockets.o] Error 1
danny@Danny:/opt/dolphin-emu$ scons -v
SCons by Steven Knight et al.:
script: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-dev
engine: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-dev
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation
And thats the content of ~/Desktop/scons.log:
Code:
scons: Reading SConscript files ...
Checking for pkg-config version > 0.15.0... (cached) yes
Checking for sdl lib version > 1.0.0... (cached) yes
Checking for bluez... (cached)
Using pkg-config for bluez... (cached) yes
Checking for ao... (cached)
Using pkg-config for ao... (cached) yes
Checking for openal... (cached)
Using pkg-config for openal... (cached) no
Looking for lib openal... (cached) no
Checking for portaudio... (cached)
Using pkg-config for portaudio... (cached) no
Looking for lib portaudio... (cached) no
Checking for sfml-network... (cached)
Using pkg-config for sfml-network... (cached) no
Looking for lib sfml-network... (cached) yes
Checking for C++ header file SFML/Network/Ftp.hpp... (cached) yes
Checking for x11... (cached)
Using pkg-config for x11... (cached) yes
Checking for wxWidgets >= 2.8... (cached) yes
Checking for GL... (cached)
Using pkg-config for gl... (cached) yes
Checking for GLU... (cached)
Using pkg-config for glu... (cached) no
Looking for lib GLU... (cached) yes
Checking for Cg... (cached)
Using pkg-config for cg... (cached) no
Looking for lib Cg... (cached) yes
Checking for CgGL... (cached)
Using pkg-config for cggl... (cached) no
Looking for lib CgGL... (cached) yes
Checking for GLEW... (cached)
Using pkg-config for glew... (cached) no
Looking for lib GLEW... (cached) yes
Checking for xxf86vm... (cached)
Using pkg-config for xxf86vm... (cached) yes
Plugin_PadSimpleEvnt Doesn't work without testgl
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Linux-i686-release
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
/
-
\
|
Compiling Build/Linux-i686-release/Source/Core/DolphinWX/Src/AboutDolphin.o
/
-
\
|
/
-
\
|
/
-
\
|
/
Compiling Build/Linux-i686-release/Source/Core/DolphinWX/Src/InfoWindow.o
-
Compiling Build/Linux-i686-release/Source/Core/DolphinWX/Src/Main.o
\
|
/
Compiling Build/Linux-i686-release/Source/Core/DolphinWX/Src/NetSockets.o
scons: building terminated because of errors.
I used the all in one command-line provided at the Google Code Projekt Wiki.
What's wrong here?
Oh, and please use understable english ;-)
I'm from Germany...
Best regards,
Danny.