-----Messaggio Originale-----
Da: "Viktor Szakáts" <[email protected]>
A: "Harbour Project Main Developer List." <[email protected]>
Data invio: mercoledì 16 settembre 2009 9.57
Oggetto: Re: [Harbour] Another OLE problem
> 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.
Great! Now my batch is
@ ECHO OFF
SET PATH=e:\bcc55\bin;%PATH%
mingw32-make clean install > make_gnu.log 2>&1
> 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.
Ok, but are you saying that I have to take the libs from lib and win folders
and not only from lib folder? If yes, this is a change that I missed.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour