I try compile
c:\harbour\examples\gtwvw>
Have i made same error?

HBMK2 GTWVW.HBP -REBUILD
hbmk2: Processing environment options: -compiler=mingw
hbmk2: Processing: gtwvw.hbc
hbmk2: Compiling...
gtwvw.c: In function 'hb_gt_FuncInit':
gtwvw.c:7922: error: 'gt_funcs' undeclared (first use in this function)
gtwvw.c:7922: error: (Each undeclared identifier is reported only once
gtwvw.c:7922: error: for each function it appears in.)
hbmk2: Error: Running C/C++ compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer
-DHB_TR_LEVEL_
DEBUG -IC:/HARBOUR/include gtwvw.c -o lib/win/mingw/.hbmk/win/mingw/gtwvw.o


follow info regarding gtwvw
  + Added rudimentary port of GTWVW to Harbour.
     (The source was current xhb CVS repository.)
     The port is very very (very) far from anything else
     than can be found in Harbour, this port involved making
     all the minimum required steps to build and link under
     Harbour, plus some extra cleanups.
   ! Lots of cleanups and fixes.
   + Added Harbour make files (both GNU make and hbmk2)
   + Cleaned tests to avoid multiple symbols and much simpler
     interdependencies.
   ! Removed extra test.dbf and what32 dependency.
   ; TOFIX: Due to public symbol collisions, this GTWVW it's
            probably not possible to use it with gtwin lib.
   ; NOTE: GTWVW is limited to non-UNICODE, non-C++, 32-bit
           Windows (no WinCE) builds, and for a clean compiler
           I had to suppress Harbour standard warning levels.
           Anyway, not basic tests program seems to work,
           although I didn't dig into them very deeply.
           We will see if this contrib turns out to be useful
           or not, and we can decide to drop it or maybe
           moving it to contrib once it has been brought up
           to Harbour standards. Although the code is huge,
           so don't expect to happen this very soon.

-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to