On Thu, 08 Jan 2009, Horodyski Marek (PZUZ) wrote:

Hi Marek,

> I try work with OpenWacom 1.7 on Win32.
> Positively create Harbor.exe (with a few errors in WVGWIN, thaks to
> Massimo).
> I have all libraries (lib files in folder C:\harbour\lib\w32\owatcom\.).

If you set, HB_BIN_INSTALL, HB_INC_INSTALL, HB_LIB_INSTALL
environemnt variables to final directories, f.e.:
   set HB_BIN_INSTALL=c:\harbour\owatcom\bin
   set HB_INC_INSTALL=c:\harbour\owatcom\include
   set HB_LIB_INSTALL=c:\harbour\owatcom\lib

and then execute
   make_gnu.bat install
Then all finale binaries and header files will be copied to given
location.

> When trying to compile programs from a subdirectory tests using
> bld_gnu.bat or hbmk_gnu.bat, unfortunately, I have such communications :
> >>>>>>>>>>>
> [... Snip many lines...]
> loading object files
> searching libraries
> Warning! W1008: cannot open /hbdebug.lib : No such file or directory
> [ snip 20 libs ]
> Warning! W1008: cannot open /gtgui.lib : No such file or directory
> Error! E2028: hb_vmProcessSymbolsEx_ is an undefined reference
> [snip 12 an undefined reference]
> Error! E2028: HB_FUN_QOUT_ is an undefined reference
> Warning! W1023: no starting address found, using 00401000
> creating a Windows NT character-mode executable
> file atest.obj(c:\harbour\tests\w32\owatcom\atest.c): undefined symbol
> hb_vmProcessSymbolsEx_
> [snip 11 undefined symbol]
> file atest.obj(c:\harbour\tests\w32\owatcom\atest.c): undefined symbol
> hb_xvmExitProc_
> file atest.obj(c:\harbour\tests\w32\owatcom\atest.c): undefined symbol
> HB_FUN_QOUT_
> make[1]: Leaving directory `c:/harbour/tests/w32/owatcom'
> <<<<<<<<<<<<<<<
> And aplication is not created.

You are using some old build scripts which probably creates .lnk file
for OpenWatcom using sth like:
      echo LIB %HB_LIB_INSTALL%\hbdebug.lib >> _hb_mk.tmp
and because you do not have HB_LIB_INSTALL envvar then library paths
points to \ directory.
Use current hbmk.bat from Harbour repository (bin\hbmk.bat)

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

Reply via email to