# 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.
Btw, this is my smoke script:
#!/bin/sh
svn up
PATH=`pwd`/blib/lib:$PATH
make clean archclean
rm *.exe *.stackdump *.dll
perl5.10.0 Configure.PL --optimize
make all parrot_utils perl6.exe | tee make.log
cp blib/lib/libparrot.dll libparrot.dll
make smoke
perl5.8.8 tools/util/smokeserv-client.pl smoke.html
make languages-smoke
perl5.8.8 tools/util/smokeserv-client.pl languages/languages_smoke.html
make fulltest | tee fulltest.log
---
Summary of my parrot 0.6.2 (r28134) configuration:
configdate='Fri Jun 6 15:06:43 2008 GMT'
Platform:
osname=cygwin, archname=cygwin-thread-multi-64int
jitcapable=1, jitarchname=i386-cygwin,
jitosname=CYGWIN, jitcpuarch=i386
execcapable=1
perl=/usr/bin/perl5.10.0.exe
Compiler:
cc='gcc', ccflags='-U__STRICT_ANSI__ -mms-bitfields -pipe
-I/usr/local/include -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED
-DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN
-DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED
-DHASATTRIBUTE_WARN_UNUSED_RESULT -falign-functions=16
-maccumulate-outgoing-args -W -Wall -Waggregate-return
-Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment
-Wdeclaration-after-statement -Wdisabled-optimization -Wendif-labels
-Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral
-Wformat-security -Wformat-y2k -Wimplicit
-Wimplicit-function-declaration -Wimplicit-int -Wimport -Winit-self
-Winline -Winvalid-pch -Wmain -Wmissing-braces -Wmissing-declarations
-Wno-missing-format-attribute -Wmissing-prototypes -Wnested-externs
-Wnonnull -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type
-Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing
-Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef
-Wunknown-pragmas -Wno-unused -Wwrite-strings -DDISABLE_GC_DEBUG=1
-DNDEBUG -O3 -DHAS_GETTEXT',
Linker and Libraries:
ld='gcc', ldflags=' -Wl,--enable-auto-import
-Wl,--export-all-symbols -Wl,--stack,8388608
-Wl,--enable-auto-image-base -L/usr/local/lib',
cc_ldflags='',
libs='-ldl -lcrypt -lgmp -lreadline -lpcre -lglut -lGLU -lGL
-lcrypto -lintl'
Dynamic Linking:
share_ext='.dll', ld_share_flags='-shared',
load_ext='.dll', ld_load_flags='-shared'
Types:
iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
ptrsize=4, ptr_alignment=1 byteorder=1234,
nv=double, numvalsize=8, doublesize=8
---
Environment:
CYGWIN =server
HOME =/home/rurban
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH
=/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/usr/bin:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Programme/ATI
Technologies/ATI.ACE/Core-Static:/usr/local/bin:/usr/lib/gstreamer-0.8:/usr/lib/lapack
SHELL (unset)
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/