chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] build irritations on windows xp


From: felix winkelmann
Subject: Re: [Chicken-users] build irritations on windows xp
Date: Tue, 8 May 2007 12:31:33 +0200

On 4/30/07, bryan rasmussen <address@hidden> wrote:
okay well, I started building with msys, had some problems with CMAKE
at first, when building got to the following part:

Linking C static library libchicken-boot.a
[ 62%] Built target libchicken-boot
Scanning dependencies of target libpcre-for-static
[ 66%] Building C object pcre/CMakeFiles/libpcre-for-static.dir/chartables.obj
[ 66%] Building C object pcre/CMakeFiles/libpcre-for-static.dir/pcre_compile.obj
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c: In
function `compile_branch':
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c:3263:
`MAX_DUPLENGTH' undeclared (first use in this function)
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c:3263:
(Each undeclared identifier is reported only once
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c:3263:
for each function it appears in.)
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c:3869:
`MAX_NAME_COUNT' undeclared (first use in this function)
c:/programminglanguages/scheme/chicken-2.6/pcre/pcre_compile.c:3877:
`MAX_NAME_SIZE' undeclared (first use in this function)
make[2]: *** [pcre/CMakeFiles/libpcre-for-static.dir/pcre_compile.obj] Error 1
make[1]: *** [pcre/CMakeFiles/libpcre-for-static.dir/all] Error 2
make: *** [all] Error 2


This is indeed rather strange: I can't find any occurrence of MAX_DUPLENGTH
or MAX_NAME_COUNT in the mentioned source file. Can you send me
your version of pcre_compile.c, please?


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]