On Fri, Jun 6, 2008 at 12:01 PM, via RT Reini Urban <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Reini Urban > # Please include the string: [perl #55408] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55408 > > > > --- > osname= cygwin > osvers= 1.5.25(0.15642) > arch= cygwin-thread-multi-64int > cc= gcc > --- > Flags: > category=core > severity=critical > ack=no > --- > src/mmd.c > src/mmd.c: In function `mmd_distance': > src/mmd.c:1543: error: `PARROT_MMD_MAX_CLASS_DEPTH' undeclared (first > use in this function) > src/mmd.c:1543: error: (Each undeclared identifier is reported only once > src/mmd.c:1543: error: for each function it appears in.) > make[1]: *** [src/mmd.o] Error 1 > make[1]: Leaving directory `/usr/src/perl/parrot/parrot-svn' > make: [fulltest] Error 2 (ignored) > make manifest_tests > make[1]: Entering directory `/usr/src/perl/parrot/parrot-svn' > > I didn't smoke for one or two weeks, because I to reinstall my whole PC. > Configure seems to miss that. > > $ grep PARROT_MMD_MAX_CLASS_DEPTH -R . > ./src/.svn/text-base/mmd.c.svn-base: dist = > PARROT_MMD_MAX_CLASS_DEPTH; > ./src/mmd.c: dist = PARROT_MMD_MAX_CLASS_DEPTH; > > mmd.h: > #define PARROT_MMD_MAX_CLASS_DEPTH 12 > fixes it.
Odd, this is already here... include/parrot/mmd.h 20:#define PARROT_MMD_MAX_CLASS_DEPTH 1000 -- Will "Coke" Coleda