code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Crash when building 0.25.2 #270

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Building QDevelop 0.25.2 on archlinux crash at line 134.

Error:
src/QIComplete/tree.cpp: In static member function ‘static Tree*
Tree::buildInheritanceTree(const QString&)’:
src/QIComplete/tree.cpp:134: erreur: ‘free’ was not declared in this scope
make: *** [build/o/unix/tree.o] Erreur 1

A user suggest to replace free(allinherits); by delete [] allinherits;

Some informations:
Archlinux Core Dump
Qt 4.3.3
gcc 4.3.0

Original issue reported on code.google.com by shaikadz...@gmail.com on 26 Mar 2008 at 6:27

GoogleCodeExporter commented 9 years ago
I can confirm that the fix mentioned works.

Original comment by vold...@gmail.com on 18 Apr 2008 at 8:05

GoogleCodeExporter commented 9 years ago
yup confirmed too

Original comment by alouch...@gmail.com on 17 May 2008 at 11:15

GoogleCodeExporter commented 9 years ago
Please try to compile with the last svn trunk because the revision 323 fixe this
problem. And please say if that works or not.

Original comment by jlbi...@gmail.com on 18 May 2008 at 7:04

GoogleCodeExporter commented 9 years ago
I think that it's fixed now.

Original comment by jlbi...@gmail.com on 19 Jul 2008 at 12:18