[20:55:20] --- Marzo1 is now known as Marzo
[23:42:25] <wepy> hi
[23:43:39] <wepy> where is EX_TYPE_INTPTR supposed to be defined?
[23:43:50] <wepy> I can't make svn because it doesn't exist..
[23:46:42] <wepy> looks like msvc kludges...
[23:51:52] <Marzo> In what system are you trying to compile?
[23:53:37] <Marzo> (it is also in ./headers/common_types.h, BTW)
[23:54:09] <Marzo> (s/also/)
[23:56:30] <wepy> sorry yea, in common_types.h I keep hitting line 75's error
[23:56:42] <wepy> because it can't determine if SIZEOF_INTP == whatever
[23:57:01] <wepy> so I just did s/error blah/define E_TYPE_INTPTR int
[23:57:07] <wepy> and now I can at least compile
[23:57:19] <wepy> well.. at least compile common_types.h
[23:57:24] <Marzo> That may lead to trouble
[23:58:33] <Marzo> You are compiling in 64-bit Windows by any chance?
[23:58:41] <Marzo> No, nevermind
[23:58:53] <wepy> no unix
[23:59:13] <wepy> now I have trouble in shapevga.cc :\
[23:59:18] <Marzo> See?
[23:59:56] <Marzo> Did you do the whole `chmod 755 ./autogen.sh; ./autogen.sh; ./configure` routine?