Hello John, It is really is a bug in gcc - correction: a bug that is caused by an ubuntu specific gcc patch. Did you try to add -DNDEBUG to the compile options? To test this quickly, add #define NDEBUG as the first line in the file that crashes the compiler. If it's the same thing, the compiler will now no longer crash.
BR, Wim. 2011/1/19 John Robson <[email protected]>: > Attached is an example. > > File: WtTestApp.cpp line 24. > > pb->clicked().connect(this, &WtTestApp::click); > > If commenting this line, KDevelop will compile (F8). > > I'm using: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) > Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13 > > I think this is a bug in KDevelop Template (perhaps) in Maverick. > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > > ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
