[vlc-devel] Solved Error building qt user interface under Cygwin.
    Mark Moriarty 
    mfmbusiness at earthlink.net
       
    Tue Nov 14 03:03:51 CET 2006
    
    
  
The problem was caused by ui/equalizer.h.
 
Those files are built by uic.exe, I guess, but in my case for some reason
equalizer.h was only the single line:
#define Q_(a,b) QString::fromUtf8(_(a))
The QT compiler hadn't created a fully-formed header file, that's why the
Class statement using an equalizer was blowing up.
 
Everything else was OK, just that one file was malformed.  
 
I deleted the .h file, reran make, all was well.
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20061113/2dfeef56/attachment.html>
    
    
More information about the vlc-devel
mailing list