Hello, i'm French and my English is poor sorry.
So, when i run my compilation with :
scons flavor=release
It's the result :
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 alsa... (cached)
Using pkg-config for alsa... (cached) yes
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) no
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
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Linux-x86_64-release
Compiling Build/Linux-x86_64-release/Source/Core/DebuggerWX/Src/BreakpointView.o
Source/Core/DebuggerWX/Src/BreakpointView.cpp: In constructor 'CBreakPointBar::CBreakPointBar(CBreakPointWindow*, wxWindowID, const wxPoint&, const wxSize&, long int)':
Source/Core/DebuggerWX/Src/BreakpointView.cpp:146: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:147: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:148: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:149: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:150: error: 'wxIMAGE_LIST_NORMAL' was not declared in this scope
Source/Core/DebuggerWX/Src/BreakpointView.cpp: In member function 'void CBreakPointBar:
opulateBar()':
Source/Core/DebuggerWX/Src/BreakpointView.cpp:158: warning: unused variable 'Index'
scons: *** [Build/Linux-x86_64-release/Source/Core/DebuggerWX/Src/BreakpointView.o] Error 1
scons: building terminated because of errors.
I have installed all dependances. So i not understand. If anybody can give me an answer.
I have Intel dual core, and my system is Ubuntu Jaunty 9.04 (AMD64).
Thanks you very much.

So, when i run my compilation with :
scons flavor=release
It's the result :
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 alsa... (cached)
Using pkg-config for alsa... (cached) yes
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) no
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
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Linux-x86_64-release
Compiling Build/Linux-x86_64-release/Source/Core/DebuggerWX/Src/BreakpointView.o
Source/Core/DebuggerWX/Src/BreakpointView.cpp: In constructor 'CBreakPointBar::CBreakPointBar(CBreakPointWindow*, wxWindowID, const wxPoint&, const wxSize&, long int)':
Source/Core/DebuggerWX/Src/BreakpointView.cpp:146: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:147: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:148: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:149: error: invalid use of incomplete type 'struct wxImageList'
/usr/include/wx-2.8/wx/generic/listctrl.h:16: error: forward declaration of 'struct wxImageList'
Source/Core/DebuggerWX/Src/BreakpointView.cpp:150: error: 'wxIMAGE_LIST_NORMAL' was not declared in this scope
Source/Core/DebuggerWX/Src/BreakpointView.cpp: In member function 'void CBreakPointBar:
Source/Core/DebuggerWX/Src/BreakpointView.cpp:158: warning: unused variable 'Index'
scons: *** [Build/Linux-x86_64-release/Source/Core/DebuggerWX/Src/BreakpointView.o] Error 1
scons: building terminated because of errors.
I have installed all dependances. So i not understand. If anybody can give me an answer.
I have Intel dual core, and my system is Ubuntu Jaunty 9.04 (AMD64).
Thanks you very much.