On Fri, 25 Dec 2009, WenSheng wrote: Hi,
> OK, Thank your suggest and I delete all svn and update all then build > harbour, > but I still get error message like this: > ---------------------------------------- > bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS > -Ov > -Oi -Oc -I"d:\bcc55\bin\..\Include" -ocpbg866.obj -c ../../../cpbg866.c > ../../../cpbg866.c: > Error E2380 ../../../../../include\hbcdpreg.h 84: Unterminated string or > charact > er constant in function _hb_codepage_Init_ > + Full parser context > + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h > Error E2121 ../../../../../include\hbcdpreg.h 88: Function call missing ) in > fun > ction _hb_codepage_Init_ > + Full parser context > + ../../../cpbg866.c, line 61: #include ../../../../../include\hbcdpreg.h > *** 2 errors in Compile *** > win-make[3]: *** [cpbg866.obj] Error 1 > win-make[2]: *** [descend] Error 2 > win-make[1]: *** [codepage] Error 2 > win-make: *** [src] Error 2 > ---------------------------------------- > What happens? Is not what I am missing to set? I can only guess that you enabled in your BCC some option which causes that it wrongly decodes strings with national characters. In cpbg866.c[57,58] we have such strings. Try to find why this option was enabled and disable it. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
