Bo Peng wrote: > Attached is a log file, using cygwin, cygwin boost, cygwin qt with > replaced moc.exe and uic.exe. I get a bunch of link errors. If > possible, please help me identify the problem. > > BTW, > 1. the vtable error, according to qt faq, is a sign of missing moc files.
Indeed. Don't they get compiled? > 2. I have to use env['CC']='g++' inside SConstruct to force the use of > g++. That smells like an error somewhere else. I am sure that scons distinguishes between CC and CXX. Otherwise it would be crap. I'd try to fix this first, maybe it fixes other problems, too. Georg