Bug#289923: vlc: FTBFS on 64 bit arches: error: call of overloaded `wxComboBox(wxPanel*, anonymous enum, const wchar_t[1], wxPoint, wxSize, int, NULL)' is ambiguous

2005-01-30 Thread Steve Langasek
Sam,

Since this bug was first filed, wxwidgets2.5 has been removed from sarge due
to unresolved RC conflicts with wxwindows2.4.  As a result, building vlc
against wxwidgets2.5 is a liability for its inclusion in sarge.
Specifically, vlc depends on libflac, which is in need of an soname
transition for sarge; and there are other RC bugs blocked by this
transition.  I believe it would be best to revert vlc to wxwindows2.4 for
the time being.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#289923: vlc: FTBFS on 64 bit arches: error: call of overloaded `wxComboBox(wxPanel*, anonymous enum, const wchar_t[1], wxPoint, wxSize, int, NULL)' is ambiguous

2005-01-11 Thread Kurt Roeckx
Package: vlc
Version: 0.8.1-3
Severity: serious

Hi,

The package is failing to build on all 64 bit arches
(ia64, alpha, amd64) with the following error:
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX -I../../../include 
`top_builddir=../../.. ../../../vlc-config --cxxflags plugin wxwindows` 
-Wsign-compare -Wsign-compare -Wall  -pipe -MT 
libwxwindows_plugin_a-streamout.o -MD -MP -MF 
.deps/libwxwindows_plugin_a-streamout.Tpo \
  -c -o libwxwindows_plugin_a-streamout.o `test -f 'streamout.cpp' || echo './'
`streamout.cpp; \
then mv -f .deps/libwxwindows_plugin_a-streamout.Tpo 
.deps/libwxwindows_plugin_a-streamout.Po; \
else rm -f .deps/libwxwindows_plugin_a-streamout.Tpo; exit 1; \
fi
streamout.cpp: In constructor `wxvlc::SoutDialog::SoutDialog(intf_thread_t*,
   wxWindow*)':
streamout.cpp:171: error: call of overloaded `wxComboBox(wxPanel*, anonymous
   enum, const wchar_t[1], wxPoint, wxSize, int, NULL)' is ambiguous
/usr/include/wx-2.5/wx/gtk/combobox.h:65: error: candidates are:
   wxComboBox::wxComboBox(wxWindow*, int, const wxString, const wxPoint,
   const wxSize, const wxArrayString, long int, const wxValidator, const
   wxString)
/usr/include/wx-2.5/wx/gtk/combobox.h:54: error:
   wxComboBox::wxComboBox(wxWindow*, int, const wxString, const wxPoint,
   const wxSize, int, const wxString*, long int, const wxValidator, const
   wxString)
streamout.cpp: In member function `wxPanel*
   wxvlc::SoutDialog::AccessPanel(wxWindow*)':
streamout.cpp:455: error: call of overloaded `wxComboBox(wxPanel*, anonymous
   enum, const wchar_t[1], wxPoint, wxSize, int, NULL)' is ambiguous
/usr/include/wx-2.5/wx/gtk/combobox.h:65: error: candidates are:
   wxComboBox::wxComboBox(wxWindow*, int, const wxString, const wxPoint,
   const wxSize, const wxArrayString, long int, const wxValidator, const
   wxString)
/usr/include/wx-2.5/wx/gtk/combobox.h:54: error:
   wxComboBox::wxComboBox(wxWindow*, int, const wxString, const wxPoint,
   const wxSize, int, const wxString*, long int, const wxValidator, const
   wxString)
streamout.cpp: At top level:
streamdata.h:52: warning: `codec vcodecs_array[15]' defined but not used
streamdata.h:89: warning: `codec acodecs_array[11]' defined but not used
streamdata.h:126: warning: `method methods_array[4]' defined but not used
streamdata.h:158: warning: `encap encaps_array[10]' defined but not used
make[7]: *** [libwxwindows_plugin_a-streamout.o] Error 1


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289923: vlc: FTBFS on 64 bit arches: error: call of overloaded `wxComboBox(wxPanel*, anonymous enum, const wchar_t[1], wxPoint, wxSize, int, NULL)' is ambiguous

2005-01-11 Thread Steve Langasek
tags 289923 sid
thanks

This ambiguity appears to be new in wxgtk2.5, which has only just started to
be used by the version of vlc in unstable, so I think the version in testing
is safe.

My reading of this failure is that the API has changed between wxgtk2.4 and
wxgtk2.5, and that vlc is not fully ported to the new API.  The changelog
from the previous upload seems to confirm this.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature