Hey Andi, I et this error compiling with MSVC:
source\rtl\pcre\pcre_compile.c pcre_compile.c source\rtl\pcre\pcre_compile.c(811) : warning C4065: switch statement contains 'default' but no 'case' labels source\rtl\pcre\pcre_compile.c(1322) : error C2065: 'OP_NCREF' : undeclared identifier source\rtl\pcre\pcre_compile.c(1322) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(1324) : error C2065: 'OP_NRREF' : undeclared identifier source\rtl\pcre\pcre_compile.c(1324) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(1439) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(1441) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(4493) : error C2065: 'open_capitem' : undeclared identifier source\rtl\pcre\pcre_compile.c(4493) : error C2065: 'oc' : undeclared identifier source\rtl\pcre\pcre_compile.c(4495) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(4495) : error C2227: left of '->next' must point to class/struct/union/generic type type is ''unknown-type'' source\rtl\pcre\pcre_compile.c(4497) : error C2065: 'OP_CLOSE' : undeclared identifier source\rtl\pcre\pcre_compile.c(4498) : error C2227: left of '->number' must point to class/struct/union/generic type type is ''unknown-type'' source\rtl\pcre\pcre_compile.c(4498) : error C2227: left of '->number' must point to class/struct/union/generic type type is ''unknown-type'' source\rtl\pcre\pcre_compile.c(4948) : error C2065: 'ERR65' : undeclared identifier source\rtl\pcre\pcre_compile.c(5781) : error C2146: syntax error : missing ';' before identifier 'capitem' source\rtl\pcre\pcre_compile.c(5781) : error C2065: 'capitem' : undeclared identifier source\rtl\pcre\pcre_compile.c(5815) : error C2228: left of '.number' must have class/struct/union type is ''unknown-type'' source\rtl\pcre\pcre_compile.c(5816) : error C2228: left of '.next' must have class/struct/union type is ''unknown-type'' source\rtl\pcre\pcre_compile.c(5816) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(5817) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(5928) : error C2039: 'check_lookbehind' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(5966) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(5966) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(5966) : error C2227: left of '->next' must point to class/struct/union/generic type source\rtl\pcre\pcre_compile.c(6170) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(6172) : error C2051: case expression not constant source\rtl\pcre\pcre_compile.c(6534) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(6609) : error C2039: 'check_lookbehind' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(6610) : error C2039: 'open_caps' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' source\rtl\pcre\pcre_compile.c(6667) : error C2039: 'check_lookbehind' : is not a member of 'compile_data' c:\xharbour\source\rtl\pcre\pcre_internal.h(1533) : see declaration of 'compile_data' On Tue, Oct 20, 2009 at 7:37 AM, Andi Jahja <xharb...@telkom.net.id> wrote: > 2009-10-20 12:00 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id> > * source/rtl/pcre/config.h > * source/rtl/pcre/config.h.generic > * source/rtl/pcre/pcre.h.generic > * source/rtl/pcre/pcreposix.c > * source/rtl/pcre/pcreposix.h > * source/rtl/pcre/pcre_chartables.c.dist > * source/rtl/pcre/pcre_compile.c > * source/rtl/pcre/pcre_config.c > * source/rtl/pcre/pcre_dfa_exec.c > * source/rtl/pcre/pcre_exec.c > * source/rtl/pcre/pcre_fullinfo.c > * source/rtl/pcre/pcre_get.c > * source/rtl/pcre/pcre_globals.c > * source/rtl/pcre/pcre_info.c > * source/rtl/pcre/pcre_internal.h > * source/rtl/pcre/pcre_maketables.c > * source/rtl/pcre/pcre_newline.c > * source/rtl/pcre/pcre_ord2utf8.c > * source/rtl/pcre/pcre_printint.src > * source/rtl/pcre/pcre_refcount.c > * source/rtl/pcre/pcre_scanner.h > * source/rtl/pcre/pcre_study.c > * source/rtl/pcre/pcre_tables.c > * source/rtl/pcre/pcre_try_flipped.c > * source/rtl/pcre/pcre_ucd.c > * source/rtl/pcre/pcre_valid_utf8.c > * source/rtl/pcre/pcre_version.c > * source/rtl/pcre/pcre_xclass.c > * source/rtl/pcre/ucp.h > ! updated to version 8.0 > > /* > To Ron Pinkas: I still brought forward your patch on pcreposix.c, > would you please kindly review if the patch is still applicable to > the current version) > */ > -- > Andi > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > xHarbour-developers mailing list > xHarbour-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xharbour-developers > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ xHarbour-developers mailing list xHarbour-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xharbour-developers