On Wed, Apr 1, 2009 at 4:49 PM, Massimo Belgrano <mbelgr...@deltain.it>wrote:

> why after follow batch libace32.h is not created?
>

I guess you meant ace32.a.

HB_BUILD_IMPLIB / HB_DIR_* isn't supported for MinGW.
Normally it isn't needed either, since you can specify
the .dll directly to the MinGW linker.

I'm checking how to add support for passing such .dlls directly
to MinGW via hbmk2. If anyone has more information on this,
it would be great, since I didn't do any extensive tests with this
scenario (nor do I need it in real life).

Brgds,
Viktor

SET HB_INC_ADS=/c/devl/acesdk
> SET HB_BUILD_IMPLIB=yes
> SET HB_DIR_ADS=/c/devl/acesdk
> SET HB_INC_QT=/c/devl/Qt/2009.01/qt/include
> SET HB_COMPILER=mingw
> SET HB_INSTALL_PREFIX=/c/harbour/%HB_COMPILER%
> SET
> PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;c:\harbour\%HB_COMPILER%\bin;%PATH%
> sh make_gnu.sh clean install > log-%HB_COMPILER%.txt 2>&1
>
>
> 2009/4/1 Viktor Szakáts <harbour...@syenar.hu>
>
>> Recompiling a project with mingw i receive this error and understand that
>>> i don't have ace32
>>> I have missed mingw notation now corrected to
>>> SET HB_INC_ADS=/c/devl/acesdk
>>> SET HB_DIR_IMPLIB=yes
>>> SET HB_DIR_ADS=/c/devl/acesdk
>>> is possible give major importance to  follow message Can't find -lace32?
>>>
>>
>> Possible, because HB_DIR_IMPLIB was changed to
>> HB_BUILD_IMPLIB a few weeks ago. See INSTALL and ChangeLog.
>>
>>
>>> ....
>>> c:/harbour/mingw/lib/libhbrtl.a(getsys.o):getsys.c:(.text+0x1070):
>>> multiple def
>>> nition of `HB_FUN_RANGECHECK'
>>> C:\Users\MBELGR~1\AppData\Local\Temp/ccd6E5oG.o:GETSYS_D.c:(.text+0x280):
>>> first
>>> defined here
>>>
>>
>> You've redefined a public Harbour functions in your program.
>> You can ignore the message probably. For some reason I don't
>> get this warning when doing the same here. I've was testing with
>> the embedded MinGW.
>>
>> Brgds,
>> Viktor
>>
>>
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>>
>
>
> --
> Massimo Belgrano
>
> Analisi e sviluppo software per Lan e Web - Consulenza informatica -
> Formazione
> Delta Informatica S.r.l. http://www.deltain.it/   +39 0321 455962
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to