I did a full rebuild with r11486, but I'm getting this with hbmk2
(even the simplest session):
---
Error F0036  Invalid filename ''
---

In hbmk2, it's invoked by:
---
HB_COMPILE( "", { <array of parameters> } )
---

Maybe the first empty parameter is now unnecessary?
(or it always was, but didn't cause a problem so far?)

Brgds,
Viktor

On Mon, Jun 22, 2009 at 11:13 PM, Przemyslaw Czerpak<[email protected]> wrote:
> On Mon, 22 Jun 2009, Szak�ts Viktor wrote:
>
> Hi,
>
>> This code:
>> --- test.prg
>> PROC MAIN()
>>    ? hb_compile( NIL, { "test.prg", "-gc2", "-l", "-l-" } )
>>    RETURN
>> ---
>> will create test.c *with* line numbers, while equivalent Harbour
>> command line below will properly disable it by second -l- option:
>> harbour test.prg -gc2 -l -l-
>
> Thanks for the information. Should be fixed now.
>
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to