This is the batch I'm using to build Harbour:

@ ECHO OFF
SET PATH=e:\bcc55\bin;%PATH%
SET HB_COMPILER=bcc
SET HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF
mingw32-make clean install > make_gnu.log 2>&1

Do you see anything wrong?

You can deleted 'SET HB_COMPILER=bcc', best to
rely on autodetection to avoid problems.

You can also delete HB_USER_CFLAGS. It's the default.

Which means it's enough to use the two lines shown
in INSTALL/examples.

I just found one interesting thing: there are two hbwin.lib in my SVN repository, one (23 Jun 2009) in lib and one (16 Sep 2009) in lib \win\bcc. Do I have to take the latter? If yes, why it is not copied to lib directory as the other libs?

There is nothing wrong with the build files, it's
probably the result of some local experimenting or
maybe of some temporary state of the SVN since Jun 23.

Anyhow this is probably the answer to all previous
problems. In case of doubt it's better to start over
with a clean env; fresh repo.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to