[linux-audio-dev] a little C++ guidance needed

Maarten de Boer mdeboer at iua.upf.es
Tue Apr 15 10:45:01 UTC 2003


Hello Dave,

The first thing I do with such ghostly compiler errors, is look out
the preprocessor output. Maybe something is #define'd and messing up
things. To do this, run 
  c++ -DHAVE_CONFIG_H -I. -I. -I..     -O2 -fno-exceptions \
 -fno-check-new  -fexceptions  -c MainWindow.cxx 

with an additions -E flag

Maarten




More information about the Linux-audio-dev mailing list