xHarbour: no line numbers on compile errors
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
xHarbour: no line numbers on compile errors
Enrico,
A FWH and xHarbour user (Constantino on these forums) has updated to the most recent xHarbour and he reports that he gets no line numbers on compiler errors. Do you also have this problem with xHarbour ? thanks
A FWH and xHarbour user (Constantino on these forums) has updated to the most recent xHarbour and he reports that he gets no line numbers on compiler errors. Do you also have this problem with xHarbour ? thanks
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
No, I get line numbers from xHarbour as usual.
EMG
Antonio Linares wrote:Enrico,
A FWH and xHarbour user (Constantino on these forums) has updated to the most recent xHarbour and he reports that he gets no line numbers on compiler errors. Do you also have this problem with xHarbour ? thanks
No, I get line numbers from xHarbour as usual.
EMG
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Enrico,
Please try to compile FWH\samples\fivedbu.prg using xHarbour. You can use FWH\samples\buildx.bat.
I get this (notice there is no info about the error at all):
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130903)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'fivedbu.prg' and generating preprocessed output to 'fivedbu.ppo'...
1 error
No code generated
* Compile errors *
Please try to compile FWH\samples\fivedbu.prg using xHarbour. You can use FWH\samples\buildx.bat.
I get this (notice there is no info about the error at all):
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130903)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'fivedbu.prg' and generating preprocessed output to 'fivedbu.ppo'...
1 error
No code generated
* Compile errors *
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
I get this in warnings.log:
EMG
Antonio Linares wrote:Enrico,
Please try to compile FWH\samples\fivedbu.prg using xHarbour. You can use FWH\samples\buildx.bat.
I get this (notice there is no info about the error at all):
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130903)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'fivedbu.prg' and generating preprocessed output to 'fivedbu.ppo'...
1 error
No code generated
* Compile errors *
I get this in warnings.log:
Code: Select all | Expand
fivedbu.prg(664) Error E0067 TRY section requires a CATCH or FINALLY handler
EMG
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Enrico,
Being an error it should be in comp.log and not in warnings.log
Being an error it should be in comp.log and not in warnings.log
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Enrico,
Are you calling xHarbour this way (or similar) ?
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
@type comp.log
@type warnings.log
Are you calling xHarbour this way (or similar) ?
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
@type comp.log
@type warnings.log
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
What are comp.log and warnings.log? I never saw them before. Who writes them? Not the compiler, I think.
EMG
Antonio Linares wrote:Enrico,
Being an error it should be in comp.log and not in warnings.log
What are comp.log and warnings.log? I never saw them before. Who writes them? Not the compiler, I think.
EMG
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
No, I simply used:
as per your instructions.![Smile :-)](./images/smilies/icon_smile.gif)
EMG
Antonio Linares wrote:Enrico,
Are you calling xHarbour this way (or similar) ?
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
@type comp.log
@type warnings.log
No, I simply used:
Code: Select all | Expand
buildx fivedbu
as per your instructions.
![Smile :-)](./images/smilies/icon_smile.gif)
EMG
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Enrico,
We redirect the errors and the warnings this way:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
maybe it should be the way round:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > warnings.log 2> comp.log
We redirect the errors and the warnings this way:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
maybe it should be the way round:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > warnings.log 2> comp.log
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
Ok, but anyway xHarbour does print line numbers, right?
EMG
Antonio Linares wrote:Enrico,
We redirect the errors and the warnings this way:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log
maybe it should be the way round:
harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > warnings.log 2> comp.log
Ok, but anyway xHarbour does print line numbers, right?
EMG
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Enrico,
Not sure yet. I am helping a FWH and xHarbour user who reports that he does not get the line numbers.
Once he confirms me that its ok, then I will report it here also![Smile :-)](./images/smilies/icon_smile.gif)
Not sure yet. I am helping a FWH and xHarbour user who reports that he does not get the line numbers.
Once he confirms me that its ok, then I will report it here also
![Smile :-)](./images/smilies/icon_smile.gif)
- richard-service
- Posts: 807
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Has thanked: 1 time
- Contact:
Re: xHarbour: no line numbers on compile errors
Antonio,
Yes, same problem.
Yes, same problem.
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130705)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling '.\SOURCE32\TOfferMsf.prg'...
1 error
No code generated
** error 1 ** deleting .\OBJ32\TOfferMsf.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2006, http://www.xharbour.org http://www.harbour-project.org/
Compiling '.\SOURCE32\TOfferMsf.prg'...
.\SOURCE32\TOfferMsf.prg(424) Error E0030 Syntax error: "parse error at 'ACTION
'"
.\SOURCE32\TOfferMsf.prg(433) Warning W0001 Ambiguous reference: 'OFNT1'
1 error
No code generated
** error 1 ** deleting .\OBJ32\TOfferMsf.c
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
- Antonio Linares
- Site Admin
- Posts: 42508
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 30 times
- Been thanked: 72 times
- Contact:
Re: xHarbour: no line numbers on compile errors
Richard,
thanks.
I have used this test code:
And I get:
so it seems right. Could you Richard check it ? Enrico ? thanks
thanks.
I have used this test code:
Code: Select all | Expand
function Main()
x++
x - y
return nil
And I get:
c:\xharbour\bin\harbour test /n /w
xHarbour 1.2.3 Intl. (SimpLex) (Build 20130422)
Copyright 1999-2013, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'test.prg'...
test.prg(3) Warning W0001 Ambiguous reference: 'X'
test.prg(3) Warning W0001 Ambiguous reference: 'X'
test.prg(4) Error E0030 Syntax error: "syntax error at '-'"
1 error
No code generated
so it seems right. Could you Richard check it ? Enrico ? thanks
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 3 times
- Contact: