These are warnings/errors of current Harbour code under OS/2 using usual gcc335

Many of them happen in gcc432 too, so they are problem of Harbour code and not of gcc version

David Macias


-------------------
[E:\harbour810\harbour]make -r           1>make_gnu.log
../../gtstd.c: In function `hb_gt_std_ReadKey':
../../gtstd.c:389: warning: unused variable `TODO'
../../dynlibhb.c: In function `HB_FUN_HB_LIBLOAD':
../../dynlibhb.c:102: warning: implicit declaration of function `DosLoadModule'
../../dynlibhb.c: In function `HB_FUN_HB_LIBFREE':
../../dynlibhb.c:145: warning: implicit declaration of function `DosFreeModule'
../../estack.c: In function `hb_stackDebugRequest':
../../estack.c:442: warning: return from incompatible pointer type
../../hvm.c: In function `hb_dbg_InvokeDebug':
../../hvm.c:10596: warning: initialization from incompatible pointer type
../../hvm.c: In function `HB_FUN___DBGINVOKEDEBUG':
../../hvm.c:10642: warning: initialization from incompatible pointer type
../../../dynlibhb.c: In function `HB_FUN_HB_LIBLOAD':
../../../dynlibhb.c:102: warning: implicit declaration of function `DosLoadModule'
../../../dynlibhb.c: In function `HB_FUN_HB_LIBFREE':
../../../dynlibhb.c:145: warning: implicit declaration of function `DosFreeModule'
../../../estack.c: In function `hb_stackDebugRequest':
../../../estack.c:442: warning: return from incompatible pointer type
../../../hvm.c: In function `hb_dbg_InvokeDebug':
../../../hvm.c:10596: warning: initialization from incompatible pointer type
../../../hvm.c: In function `HB_FUN___DBGINVOKEDEBUG':
../../../hvm.c:10642: warning: initialization from incompatible pointer type
../../../../lib/os2/gcc/hbvm.a(dynlibhb.o): Undefined symbol _DosLoadModule referenced from text segment ../../../../lib/os2/gcc/hbvm.a(dynlibhb.o): Undefined symbol _DosFreeModule referenced from text segment
make[3]: *** [hbrun.exe] Error 1
make[2]: *** [descend] Error 2
../../xhbcopyf.c:67: error: conflicting types for `hb_fsCopy'
../../../../include/hbapifs.h:211: error: previous declaration of `hb_fsCopy'
make[3]: *** [xhbcopyf.o] Error 1
make[2]: *** [descend] Error 2

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


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

Reply via email to