[vlc-devel] Qt4 C++ miscompile

Jean-Baptiste Kempf jb at videolan.org
Sat Jun 28 09:19:06 CEST 2008


Hello,

  Windows builds fail on:
  qt4.cpp: In function 'int vlc_entry__0_9_0l(module_t*)':
  qt4.cpp:213: error: overloaded function with no contextual type
  information

 which is:
   set_callbacks( OpenWindow, CloseWindow );
 If the line is changed to:
   set_callbacks( OpenWindow, Close );
 It works.

/me too tired to understand why. :D Any ideas?

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list