-
hi
I'm trying to compile brook_v0.5_beta1_svnrev1887 on my linux box:
gcc (GCC) 3.4.6
GNU ld version 2.16.1
/lib/libc-2.3.6.so
I get these errors:
...
...
Building ../../bin/libgpu.a
Rebuilding dependencies for brt.cpp
Rebuilding dependencies for profiler.cpp
Rebuilding dependencies for logger.cpp
Rebuilding dependencies for writequery.cpp
Rebuilding dependencies for...
2009-01-13 08:21:56 UTC by nobody
-
CGC 2.0 makes error.
Use CGC 1.5.
2008-04-13 23:13:18 UTC by nobody
-
Currently (0.5_beta1), brt.hpp contains:
inline static void streamRead( ::brook::Stream *s, void *p) ...
Should probably be "...const void *p...".
2008-02-18 23:23:24 UTC by nogin
-
I've accidentally written "float a" where I meant "float a"
With v0.5_beta1 this gives:
brcc: brtdecl.cpp:46: BrtStreamType::BrtStreamType(const ArrayType*): Assertion `p->subType->isBaseType()' failed.
with no indication of where in my source code the error is. It would be nice, if the error message was more helpful.
2008-02-18 21:56:21 UTC by nogin
-
ned14 committed revision 1889 to the Brook SVN repository, changing 1 files.
2007-11-27 23:27:37 UTC by ned14
-
ned14 committed revision 1888 to the Brook SVN repository, changing 6 files.
2007-11-24 05:45:47 UTC by ned14
-
ned14 committed revision 1887 to the Brook SVN repository, changing 1 files.
2007-11-24 03:28:18 UTC by ned14
-
ned14 committed revision 1886 to the Brook SVN repository, changing 6 files.
2007-11-24 03:26:09 UTC by ned14
-
ned14 committed revision 1885 to the Brook SVN repository, changing 2 files.
2007-11-24 03:23:40 UTC by ned14
-
ned14 committed revision 1884 to the Brook SVN repository, changing 2 files.
2007-11-24 02:15:40 UTC by ned14