Compil VLC 0.8.5 sous sarge
Le
Eric LOEW
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
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
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
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Poser une question


il ne te manque pas par hazard une lib genre libwxgtk2.4-dev
ou libwxbase2.4-dev ?
Amicalement,
--
========================================================== ,''`. Xavier Oswald : :' : GNU/LINUX Debian & Debian-Edu Contributor
`. `' GnuPG Key ID 0x88BBB51E
`- 938D D715 6915 8860 9679 4A0C A430 C6AA 88BB B51E
==========================================================
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Le 10/05/2006 à 22:01, Xavier Oswald écrivait :
En effet, mais ça n'a pas résolu le problème :-(
Amicalement
Eric
--
(°- http://www.eloew.org -°)
// Page sur les canaris : http://canaris.eloew.org /\
v_/_ Gestion de budget : http://lebufin.eloew.org __v
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Le mercredi 10 mai 2006, Eric LOEW a écrit...
libwxgtk2.[4|6]-dev ??
wx2.[4|6]-headers ??
--
jm
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Voilà ce que j'ai comme package lié à wxwindows :
libwxbase2.4-dev
libwxgtk2.4-dev
libwxgtk2.4-contrib-dev
wxwin2.4-header
wxwin2.4-i18n
Faut-il que je compile moi même la librairie wxwindows ?
Eric
--
(°- http://www.eloew.org -°)
// Page sur les canaris : http://canaris.eloew.org /\
v_/_ Gestion de budget : http://lebufin.eloew.org __v
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Eric LOEW
Il me semble qui vlc a besion de wx2.6, j'ai fait un backport de wx2.6,
tu le trouveras sur
deb http://boisson.homeip.net/sarge/ ./
mais il peut y avoir d'autre pbm...
François Boisson
--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"
To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact