>Looks that OpenWatcom for OS2 does not enable LONGLONG support
>by default. I've just committed:
>   2008-11-01 15:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>     * harbour/include/hbdefs.h
>       + added #define INCL_LONGLONG to include native compiler LONGLONG
>         definition. It's necessary for OpenWatcom. Please check how it
>         will interact with other OS2 compilers (GCC)
>
>Please sync SVN repository and try to compile generating new log.

Thanks Przemek

Current Harbour code compile fine with gcc335 with just well known warnings

With OpenWatcom 1.7:
- Screen output
-----------------------
make[3]: *** [filesys.obj] Error 8
make[2]: *** [descend] Error 2
make[3]: *** [dynlibhb.obj] Error 8
make[2]: *** [descend] Error 2
make[3]: [hbrun.exe] Error 1 (ignored)
make[3]: [hbtest.exe] Error 1 (ignored)
make[3]: [hbdoc.exe] Error 1 (ignored)
make[3]: [hbmake.exe] Error 1 (ignored)
make[3]: *** [hbcrypt.obj] Error 8
make[2]: *** [descend] Error 2
-----------------------

. 33 libraries created
-----------------------
 2/11/08  3:30a        79,360      0 a---  hbcommon.lib
 2/11/08  3:30a       351,744      0 a---  hbpp.lib
 2/11/08  3:31a       438,272      0 a---  hbcplr.lib
 2/11/08  3:31a        87,040      0 a---  hbmacro.lib
 2/11/08  3:31a       124,928      0 a---  hbcpage.lib
 2/11/08  3:31a       299,520      0 a---  hblang.lib
 2/11/08  3:32a       314,880      0 a---  hbrdd.lib
 2/11/08  3:32a         6,144      0 a---  hbnulrdd.lib
 2/11/08  3:32a       105,472      0 a---  rddntx.lib
 2/11/08  3:33a       215,040      0 a---  rddcdx.lib
 2/11/08  3:33a        57,856      0 a---  rddfpt.lib
 2/11/08  3:33a        98,304      0 a---  hbsix.lib
 2/11/08  3:33a        24,576      0 a---  hbhsx.lib
 2/11/08  3:33a        86,528      0 a---  hbusrrdd.lib
 2/11/08  3:33a        69,632      0 a---  hbextern.lib
 2/11/08  3:33a       182,784      0 a---  hbpcre.lib
 2/11/08  3:33a        89,600      0 a---  hbzlib.lib
 2/11/08  3:34a       858,112      0 a---  hbdebug.lib
 2/11/08  4:03a       228,864      0 a---  hbbmcdx.lib
 2/11/08  4:03a        43,520      0 a---  hbbtree.lib
 2/11/08  4:03a        20,480      0 a---  hbclipsm.lib
 2/11/08  4:04a       359,936      0 a---  hbct.lib
 2/11/08  4:04a        23,552      0 a---  hbdbgfx.lib
 2/11/08  4:05a        69,632      0 a---  hbgfos2.lib
 2/11/08  4:05a        20,480      0 a---  hbgt.lib
 2/11/08  4:05a       102,912      0 a---  hbmisc.lib
 2/11/08  4:05a        64,512      0 a---  hbmzip.lib
 2/11/08  4:08a       851,456      0 a---  hbnf.lib
 2/11/08  4:09a       924,672      0 a---  hbtip.lib
 2/11/08  4:09a        44,544      0 a---  hbtpathy.lib
 2/11/08  4:10a       568,832      0 a---  hbvpdf.lib
 2/11/08  4:10a        27,648      0 a---  hbziparc.lib
 2/11/08  4:10a        84,480      0 a---  hbmsql.lib
       33 file(s)   6,925,312 bytes used
-----------------------

- 2 executables created: harbour.exe, hbpp.exe

- Many references to "unreachable code", for example:
-----------------------
 dbjoin.c(188): Warning! W013: col(18) unreachable code
-----------------------

- New make_ow.log
Sent

David Macias

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

Reply via email to