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

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] a little C++ guidance needed
From: Maarten de Boer (mdeboer_AT_iua.upf.es)
Date: Tue Apr 15 2003 - 17:31:51 EEST


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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Apr 15 2003 - 17:51:42 EEST