[bitc-dev] Build Problem on Debian 3.1

Sam Mason sam at samason.me.uk
Fri Mar 24 12:43:11 EST 2006


On Mon, Feb 20, 2006 at 05:44:49PM -0500, Jonathan S. Shapiro wrote:
> Thanks. I've applied the needed changes (I think).

I just tried to get a new version of the source to compile and found
that you missed the change in ccs/capidl/SymTab.cxx.

I'm building on a Gentoo system (it seemed like a good idea when I built
the box) using:

  g++ (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)

Hope that helps!


  Sam
-------------- next part --------------
--- old-coyotos/src/ccs/capidl/SymTab.cxx	2006-03-24 17:38:10.633413966 +0000
+++ new-coyotos/src/ccs/capidl/SymTab.cxx	2006-03-24 17:38:10.644411805 +0000
@@ -24,6 +24,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <dirent.h>
+#include <stdint.h>
 
 /* GNU multiple precision library: */
 #include <gmp.h>



More information about the bitc-dev mailing list