Hi,

I just took the time and looked through the failing tinderboxens:
- sprite and ariete:
  They have an old dynoplibs/Makefile lying around, which leads to a
  failing MANIFEST check. 
  Solution: just remove dynoplibs/Makefile.
- adrastea
  Conflict in MANIFEST,
  which lets Configure.pl fail, and the Makefiles are not regenerated.
  Solution: Remove conflicts in MANIFEST
- Irresolute (FreeBSD)
  Configure is failing:
  Determining some sizes...Linker failed (see test.ldo) at 
lib/Parrot/Configure/Step.pm line 181.
  Question: what says test.ldo
- Irresolute (Windows)
  Fails in compiling jit_cpu.c: with
  d:\cvsprojects\parrot\src\jit_cpu.c(95) : error C2065: 'RTYPE_COM' :undeclared 
identifier
  hidden a huge bunch of warnings.
  Does JIT work on windows?
  Maybe it works if configured with --jitcapable=0
  BTW: It does make but nmake test and make seems to fail right away.
- actinium
  This is a harder error:
  # Failed to build 't/src/extend_1.o': "./include/parrot/extend.h", line 76.23: 
1506-120 (S) Function cannot return a const qualified type.
  # "./include/parrot/extend.h", line 78.23: 1506-120 (S) Function cannot return a 
const qualified type.
  #     Failed test (t/src/extend.t at line 7)
  The offending code section is:
  const Parrot_CharType Parrot_find_chartype(Parrot_INTERP, char*);
  Parrot_Language Parrot_find_language(Parrot_INTERP, char*);
  const Parrot_Encoding Parrot_find_encoding(Parrot_INTERP, char*);
  It seems like AIX does not like functions returning a const variable
  even though its a void *.

bye
boe
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to