[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compil VLC 0.8.5 sous sarge



Bonjour,

J'ai beau cherché, je ne trouve pas et je suis un peu perdu.

J'ai récupérer le code source de vlc 0.8.5 (pour le freeplayer) et ai
essayé de le compilé sur débian sarge.

L'étape de configuration passe (configure --enable-wxwindows).

Mais la compilation bloque a l'étape de compilation de
dialogs/fileinfo.cpp :

make[6]: Entering directory
`/home/eloew/vlc-0.8.5/modules/gui/wxwidgets'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX
-I../../../include `top_builddir="../../.." ../../../vlc-config
--cxxflags plugin wxwidgets` -Wsign-compare -Wsign-compare -Wall  -pipe
-MT libwxwidgets_plugin_a-fileinfo.o -MD -MP -MF
".deps/libwxwidgets_plugin_a-fileinfo.Tpo" -c -o
libwxwidgets_plugin_a-fileinfo.o `test -f 'dialogs/fileinfo.cpp' || echo
'./'`dialogs/fileinfo.cpp; \
then mv -f ".deps/libwxwidgets_plugin_a-fileinfo.Tpo"
".deps/libwxwidgets_plugin_a-fileinfo.Po"; else rm -f
".deps/libwxwidgets_plugin_a-fileinfo.Tpo"; exit 1; fi
dialogs/fileinfo.cpp: Dans constructor « 
   wxvlc::FileInfo::FileInfo(intf_thread_t*, wxWindow*) »:
dialogs/fileinfo.cpp:73: error: invalid use of undefined type `struct 
   wxNotebook'
/usr/include/wx/sizer.h:375: error: forward declaration of `struct
wxNotebook'
dialogs/fileinfo.cpp:77: error: no matching function for call to `
   wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*&, wxNotebook*&,
bool)'
dialogs/infopanels.hpp:34: error: candidates are: 
   wxvlc::MetaDataPanel::MetaDataPanel(const wxvlc::MetaDataPanel&)
dialogs/infopanels.hpp:37: error:                 
   wxvlc::MetaDataPanel::MetaDataPanel(intf_thread_t*, wxWindow*, bool)
dialogs/fileinfo.cpp:78: error: no matching function for call to `
   wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*&,
wxNotebook*&)'
dialogs/infopanels.hpp:79: error: candidates are:
   wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(const
wxvlc::AdvancedInfoPanel&)
dialogs/infopanels.hpp:82: error:                 
   wxvlc::AdvancedInfoPanel::AdvancedInfoPanel(intf_thread_t*,
wxWindow*)
dialogs/fileinfo.cpp:80: error: no matching function for call to `
   wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*&, 
   wxNotebook*&)'
dialogs/infopanels.hpp:114: error: candidates are: 
   wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(const 
   wxvlc::InputStatsInfoPanel&)
dialogs/infopanels.hpp:117: error:                 
   wxvlc::InputStatsInfoPanel::InputStatsInfoPanel(intf_thread_t*,
wxWindow*)
dialogs/fileinfo.cpp:82: error: `AddPage' undeclared (first use this
function)
dialogs/fileinfo.cpp:82: error: (Each undeclared identifier is reported
only 
   once for each function it appears in.)
dialogs/fileinfo.cpp:93: error: no matching function for call to
`wxButton::
   wxButton(wxPanel*&, <anonymous enum>)'
/usr/include/wx/gtk/button.h:39: error: candidates are: 
   wxButton::wxButton(const wxButton&)
/usr/include/wx/gtk/button.h:47: error:                 
   wxButton::wxButton(wxWindow*, int, const wxString&, const wxPoint&,
const 
   wxSize&, long int, const wxValidator&, const wxString&)
/usr/include/wx/gtk/button.h:41: error:
wxButton::wxButton()
make[6]: *** [libwxwidgets_plugin_a-fileinfo.o] Erreur 1
make[6]: Leaving directory `/home/eloew/vlc-0.8.5/modules/gui/wxwidgets'
make[5]: *** [all-modules] Erreur 1
make[5]: Leaving directory `/home/eloew/vlc-0.8.5/modules/gui/wxwidgets'
make[4]: *** [all-recursive] Erreur 1
make[4]: Leaving directory `/home/eloew/vlc-0.8.5/modules/gui'
make[3]: *** [all] Erreur 2
make[3]: Leaving directory `/home/eloew/vlc-0.8.5/modules/gui'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/home/eloew/vlc-0.8.5/modules'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/eloew/vlc-0.8.5'
make: *** [all] Erreur 2

Pouvez-vous m'aider à trouver ce qu'il me manque ?

Eric
-- 
 (°-                   http://www.eloew.org                  -°)
 //\     Page sur les canaris : http://canaris.eloew.org     /\\
 v_/_      Gestion de budget : http://lebufin.eloew.org     _\_v



Reply to: