Hi Viktor,

Il 29/03/2009 22.53, vszak...@users.sourceforge.net ha scritto:

2009-03-29 22:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

  * contrib/xhb/hbserv.c
    ! Disabled for poccce.

Now I get:
J:\cvs\harbourSVN_trunk\contrib\xhb>if not exist ..\..\lib\win\msvc\. md ..\..\lib\win\msvc
make[3]: Entering directory `J:/cvs/harbourSVN_trunk/contrib/xhb/win/msvc'
cl.exe -nologo -I. -I../../../../include -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -MT -DHB_LEGACY_OFF -DHB_FM_STATISTICS_OFF -DHB_FM_DLMT_ALLOC -c ../../hbserv.c -Fohbserv.obj
hbserv.c
../../hbserv.c(67) : error C2017: escape sequence not valit
../../hbserv.c(68) : error C2059: syntax error: '('
../../hbserv.c(772) : error C2065: 'pHVMFuncService': identifier not declared
make[3]: Leaving directory `J:/cvs/harbourSVN_trunk/contrib/xhb/win/msvc'
make[2]: Leaving directory `J:/cvs/harbourSVN_trunk/contrib/xhb'
make[1]: Leaving directory `J:/cvs/harbourSVN_trunk/contrib'


Offending line 67 is:

#if !defined( HB_OS_DOS ) && \
!defined( HB_OS_DARWIN_5 ) \ /* DOS and Darwin < 6.x can't compile this module */
    ! ( defined(HB_OS_WIN_CE) && defined(__POCC__) )

but I also tried with:

#if !defined( HB_OS_DOS ) && \
    !defined( HB_OS_DARWIN_5 ) && \ <<<<---------
    ! ( defined(HB_OS_WIN_CE) && defined(__POCC__) )

but result is the same

Best regards,
Francesco
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to