RE: RE: [Harbour] Ppo files

2009-09-21 Thread Horodyski Marek (PZUZ)
>-Original Message-
>From: Przemyslaw Czerpak [mailto:dru...@acn.waw.pl] 
>Sent: Thursday, September 17, 2009 5:01 PM
>To: Harbour Project Main Developer List.
>Subject: Re: RE: [Harbour] Ppo files

[...]

>I can see perfectly well generated test.ppo file.
>I can only guess that you do not have valid INCLUDE directory 
>with inkey.ch so compilation is interrupted at:
>   t81.prg(2) Error F0029  Can't open #include file 'inkey.ch'
>and for unknown for me reason you ignored this error message 
>and send bug report instead of fixing you environment settings.
>Am I right?
>If yes then then please explain me what you are asking for?
>

Really :)
Confused me that script to compile work, and the option /p does not.


Regards,
Marek Horodyski
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: RE: [Harbour] Ppo files

2009-09-17 Thread Przemyslaw Czerpak
On Thu, 17 Sep 2009, Horodyski Marek (PZUZ) wrote:

Hi Marek,

> >> Please test the /p option in Harbour. 
> >> Very often the resulting file is incomplete.
> >I haven't heard about such situation and I quite often use /p.
> >Can you present any example?
> Yes.
> Pls test with include in body function.
> For example test.prg :
> 
> Proc main()
> #include 'inkey.ch'
> 
> Cls
> @ 12, 10 say 'cos tam'
> 
> Inkey( 0)
> Return
> 
> After harbour test.prg /p, in test.ppo is only :
> 
> Proc main()
> 
> Its all.

I can see perfectly well generated test.ppo file.
I can only guess that you do not have valid INCLUDE
directory with inkey.ch so compilation is interrupted at:
   t81.prg(2) Error F0029  Can't open #include file 'inkey.ch'
and for unknown for me reason you ignored this error message and
send bug report instead of fixing you environment settings.
Am I right?
If yes then then please explain me what you are asking for?

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


Re: [Harbour] Ppo files

2009-09-17 Thread Lorenzo Fiorini
On Thu, Sep 17, 2009 at 4:41 PM, Horodyski Marek (PZUZ)
 wrote:

> After harbour test.prg /p, in test.ppo is only :
>
> Proc main()
>
> Its all.

I get:

Compiling 'tppo.prg' and generating preprocessed output to 'tppo.ppo'...

tppo.prg:2: error: F0029  Can't open #include file 'inkey.ch'

If I provide the right -I it works as expected.

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


RE: [Harbour] Ppo files

2009-09-17 Thread Horodyski Marek (PZUZ)
 

>-Original Message-
>From: Przemyslaw Czerpak [mailto:dru...@acn.waw.pl] 
>Sent: Thursday, September 17, 2009 1:53 PM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Ppo files
>
>On Thu, 17 Sep 2009, Horodyski Marek (PZUZ) wrote:
>> Please test the /p option in Harbour. 
>> Very often the resulting file is incomplete.
>
>I haven't heard about such situation and I quite often use /p.
>Can you present any example?
>
>best regards,
>Przemek

Yes.
Pls test with include in body function.
For example test.prg :

Proc main()
#include 'inkey.ch'

Cls
@ 12, 10 say 'cos tam'

Inkey( 0)
Return

After harbour test.prg /p, in test.ppo is only :

Proc main()

Its all.

Regards,
Marek Horodyski
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] Ppo files

2009-09-17 Thread Przemyslaw Czerpak
On Thu, 17 Sep 2009, Horodyski Marek (PZUZ) wrote:
> Please test the /p option in Harbour. 
> Very often the resulting file is incomplete.

I haven't heard about such situation and I quite often use /p.
Can you present any example?

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


[Harbour] Ppo files

2009-09-17 Thread Horodyski Marek (PZUZ)
Please test the /p option in Harbour. 
Very often the resulting file is incomplete.

Regards
Marek Horodyski
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour