Hi All

Ubuntu x64 (ver 9.10)
Harbour rev.13806

in file included from ../../../../../include/hbmacro.h:64,
                 from ../../../../../include/hbcomp.h:65,
                 from ../../../nortl.c:58:
../../../../../include/hbapiitm.h:100: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘hb_itemGetNInt’
../../../../../include/hbapiitm.h:126: error: expected declaration
specifiers or ‘...’ before ‘HB_MAXINT’
../../../../../include/hbapiitm.h:127: error: expected declaration
specifiers or ‘...’ before ‘HB_MAXINT’
In file included from ../../../../../include/hbmacro.h:67,
                 from ../../../../../include/hbcomp.h:65,
                 from ../../../nortl.c:58:
../../../../../include/hbexprop.h:82: error: expected ‘)’ before
‘HB_COMP_PTR’
../../../../../include/hbexprop.h:165: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘hb_compExprAsLongNum’
../../../../../include/hbexprop.h:208: error: expected declaration
specifiers or ‘...’ before ‘HB_MAXINT’
In file included from ../../../nortl.c:58:
../../../../../include/hbcomp.h:206: error: expected ‘)’ before
‘lNumber’
../../../../../include/hbcomp.h:212: error: expected declaration
specifiers or ‘...’ before ‘HB_MAXINT’
../../../../../include/hbcomp.h:213: error: expected declaration
specifiers or ‘...’ before ‘HB_MAXINT’

--------------------------------

include/hbdefs.h:

#if defined( HB_CLIPPER_INT_ITEMS )
#  define HB_INT_MAX             SHRT_MAX
#  define HB_INT_MIN             SHRT_MIN
#  define HB_LONG_MAX            LONG_MAX
#  define HB_LONG_MIN            LONG_MIN
#  define HB_ULONG_MAX           ULONG_MAX
   typedef long                  HB_MAXINT;
   typedef unsigned long         HB_MAXUINT;
#  define PFHL                   "l"
#elif !defined( HB_LONG_LONG_OFF ) && ULONG_MAX == UINT_MAX
#  define HB_INT_MAX             INT_MAX
#  define HB_INT_MIN             INT_MIN
#  define HB_LONG_MAX            LONGLONG_MAX
#  define HB_LONG_MIN            LONGLONG_MIN
#  define HB_ULONG_MAX           ULONGLONG_MAX
   typedef HB_LONGLONG           HB_MAXINT;
   typedef HB_ULONGLONG          HB_MAXUINT;
#else
#  define HB_INT_MAX             INT_MAX
#  define HB_INT_MIN             INT_MIN
#  define HB_LONG_MAX            LONG_MAX
#  define HB_LONG_MIN            LONG_MIN
#  define HB_ULONG_MAX           ULONG_MAX
?--->   typedef long                  ??????
?--->   typedef unsigned long    ??????
#  define PFHL                   "l"
#endif


-- 
Okhotnikov Alexandr
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to