Most certainly not a big one, but does not compile out of the box on my machine:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -c stringutil.cpp In file included from stringutil.cpp:5: stringutil.hpp:29: parse error before `&' stringutil.hpp:30: type specifier omitted for parameter stringutil.hpp:30: parse error before `&' stringutil.cpp:9: syntax error before `::' stringutil.cpp:16: ANSI C++ forbids declaration `begI' with no type stringutil.cpp:16: conflicting types for `int oa::begI' stringutil.cpp:14: previous declaration as `size_t oa::begI' stringutil.cpp:16: `src' was not declared in this scope stringutil.cpp:16: `delim' was not declared in this scope stringutil.cpp:17: ANSI C++ forbids declaration `endI' with no type stringutil.cpp:17: conflicting types for `int oa::endI' stringutil.cpp:14: previous declaration as `size_t oa::endI' stringutil.cpp:17: `src' was not declared in this scope stringutil.cpp:17: `delim' was not declared in this scope stringutil.cpp:18: parse error before `while' stringutil.cpp:22: ANSI C++ forbids declaration `line' with no type stringutil.cpp:22: `src' was not declared in this scope stringutil.cpp:22: `begI' was not declared in this scope stringutil.cpp:22: `endI' was not declared in this scope stringutil.cpp:22: `begI' was not declared in this scope stringutil.cpp:23: ANSI C++ forbids declaration `begI' with no type stringutil.cpp:23: `src' was not declared in this scope stringutil.cpp:23: `delim' was not declared in this scope stringutil.cpp:23: `endI' was not declared in this scope stringutil.cpp:24: ANSI C++ forbids declaration `endI' with no type stringutil.cpp:24: `src' was not declared in this scope stringutil.cpp:24: `delim' was not declared in this scope stringutil.cpp:25: parse error before `if' stringutil.cpp:31: syntax error before `::' stringutil.cpp:37: conflicting types for `size_t begI' stringutil.cpp:23: previous declaration as `int begI' stringutil.cpp:37: conflicting types for `size_t endI' stringutil.cpp:24: previous declaration as `int endI' stringutil.cpp:38: ANSI C++ forbids declaration `begI' with no type stringutil.cpp:38: conflicting types for `int begI' stringutil.cpp:37: previous declaration as `size_t begI' stringutil.cpp:38: `src' was not declared in this scope stringutil.cpp:38: `delim' was not declared in this scope stringutil.cpp:39: ANSI C++ forbids declaration `endI' with no type stringutil.cpp:39: conflicting types for `int endI' stringutil.cpp:37: previous declaration as `size_t endI' stringutil.cpp:39: `src' was not declared in this scope stringutil.cpp:39: `delim' was not declared in this scope stringutil.cpp:40: parse error before `for' stringutil.cpp:40: parse error before `;' stringutil.cpp:40: syntax error before `++' stringutil.cpp:44: ANSI C++ forbids declaration `line' with no type stringutil.cpp:44: redefinition of `int line' stringutil.cpp:22: `int line' previously defined here stringutil.cpp:44: `src' was not declared in this scope stringutil.cpp:45: ANSI C++ forbids declaration `begI' with no type stringutil.cpp:45: redefinition of `int begI' stringutil.cpp:38: `int begI' previously defined here stringutil.cpp:45: `src' was not declared in this scope stringutil.cpp:45: `delim' was not declared in this scope stringutil.cpp:46: ANSI C++ forbids declaration `endI' with no type stringutil.cpp:46: redefinition of `int endI' stringutil.cpp:39: `int endI' previously defined here stringutil.cpp:46: `src' was not declared in this scope stringutil.cpp:46: `delim' was not declared in this scope stringutil.cpp:47: parse error before `if' stringutil.cpp:53: syntax error before `::' stringutil.cpp:56: syntax error before `.' stringutil.cpp:57: syntax error before `!=' stringutil.cpp:62: syntax error before `::' stringutil.cpp:65: syntax error before `.' stringutil.cpp:66: syntax error before `!=' make[2]: *** [stringutil.o] Error 1 make[2]: Leaving directory `/home/stefan/oa-200209101128/utils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stefan/oa-200209101128' make: *** [all-recursive-am] Error 2 On Thu, 2002-09-12 at 05:35, Justin Kirby wrote: > ... but before I slap the label of 0.1 on my code, I would like to be > certain that it at least compiles on another box. I have managed to get > it running on every computer I have tried (4) ... > > If you have a few cycles to spare this week.. I would greatly appreciate > it if you would grab the tarball (only 650kb) and see if it will build > :) > > http://www.openaether.org/builds/daily/oa-200209101128.tar.gz > http://www.openaether.org/access.html <-- instructions for cvs > > Thnx, > Justin > > -- > JID: [EMAIL PROTECTED] > > ,/^^^^\, > / \\. > /| > /| /''\___/ > /''\__/ |/ > /''\__/ |/ > \\ ./ > `\..../ > > http://www.openaether.org > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev -- ----------------------------- Stefan Praszalowicz - Avedya +33 661 477 829 ----------------------------- _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
