-
Same here with
gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3.
2009-09-14 17:38:26 UTC by stevan_white
-
My machine is gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3).
The package does not build on my machine.
Linux Xeon 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linu
Following error message is shown:
kaustubh@Xeon:~/t/clint-0.1.2$ make
make all-recursive
make[1]: Entering directory `/home/kaustubh/t/clint-0.1.2'
Making all in doc
make[2]: Entering directory...
2009-04-25 12:22:59 UTC by ksashtekar
-
Check for stuff like this:
X *x = new X;
delete[] x;
X *x = new X[10];
delete x;.
2009-04-18 11:34:50 UTC by nobody
-
dpash committed patchset 25 of module clint to the Clint CVS repository, changing 1 files.
2001-05-31 20:26:47 UTC by dpash
-
dpash committed patchset 24 of module clint to the Clint CVS repository, changing 2 files.
2001-05-31 19:41:01 UTC by dpash
-
dpash committed patchset 23 of module clint to the Clint CVS repository, changing 2 files.
2001-05-31 19:39:21 UTC by dpash
-
dpash committed patchset 22 of module clint to the Clint CVS repository, changing 1 files.
2001-05-29 21:08:37 UTC by dpash
-
dpash committed patchset 21 of module clint to the Clint CVS repository, changing 2 files.
2001-05-29 20:49:27 UTC by dpash
-
dpash committed patchset 20 of module clint to the Clint CVS repository, changing 1 files.
2001-05-29 20:45:19 UTC by dpash
-
dpash committed patchset 19 of module clint to the Clint CVS repository, changing 1 files.
2001-05-29 15:27:21 UTC by dpash