On Thu, 24 Dec 2009, WenSheng wrote: Hi,
> I'm use SVN to update harbour source code and clean, build harbour, > when I compiler to ./source/codepage/cpbg866.c and occur error message > like: > ---------------------------- > 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: > Warning W8069 ../../../cpbg866.c 86: Nonportable pointer conversion > Warning W8079 ../../../cpbg866.c 87: Mixing pointers to different 'char' types > Warning W8079 ../../../cpbg866.c 88: Mixing pointers to different 'char' types > Error E2225 ../../../cpbg866.c 89: Too many initializers > Error E2141 ../../../cpbg866.c 89: Declaration syntax error > Error E2190 ../../../cpbg866.c 89: Unexpected } > Error E2190 ../../../cpbg866.c 89: Unexpected } > Warning W8065 ../../../cpbg866.c 91: Call to function 'hb_cdpRegister' with > no p > rototype in function hb_codepage_Init_BG866 > *** 4 errors in Compile *** > win-make[1]: *** [cpbg866.obj] Error 1 > win-make: *** [descend] Error 2 > ---------------------------- > at old harbour, I can modify 'cpbg866.c' and recompiler, all right, > but, now I can't to do this. You are not using clean SVN code. cpbg866.c has only 62 lines in SVN and function hb_cdpRegister() is not longer used by Harbour. You mixed old harbour code with current one or Harbour and xHarbour files. BTW I would like to ask you to verify if you are using clean unmodified SVN code before you report problems. We have very limited resources and they are reduced when we have to verify such reports. In clean SVN tree if you use: svn stat then it should show nothing. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
