Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » F4 compiler error parsing problems
F4 compiler error parsing problems [message #48350] Thu, 31 October 2002 15:16 Go to next message
Eclipse UserFriend
Lines like these in my build output are being incorrectly marked as errors
in the F4 drop but they weren't before:

<<<Starting task 1 for `sqpolp.o' at Thu Oct 31 14:32:12 2002 (b0224),5

<<<Starting task 2 for `PC_saseolp.o' at Thu Oct 31 14:32:12 2002 (b0225),6

<<<Starting task 3 for `saseolp.e' at Thu Oct 31 14:32:15 2002 (b0224),5

?(SDSBUILD) Elapsed time: 00:00:06 (1036092730,1036092736)



And in the task window that last one shows up like this:

Kind Status Priority Description Resource In Folder Location
Error ? *XX 00:00:06 (1036092730,1036092736)XX olp line 0


where X is a funny block character, maybe representing a newline or carraige
return.

I'm running Windows XP Pro, Eclipse 2.0.1, JDK 1.4.1.
Re: F4 compiler error parsing problems [message #48562 is a reply to message #48350] Sat, 02 November 2002 20:53 Go to previous messageGo to next message
Eclipse UserFriend
"Ed Burnette" <ed.burnette@sas.com> wrote in message
news:aps185$qu$1@rogue.oti.com...
> Lines like these in my build output are being incorrectly marked as errors
> in the F4 drop but they weren't before:
>
> <<<Starting task 1 for `sqpolp.o' at Thu Oct 31 14:32:12 2002 (b0224),5
>
> <<<Starting task 2 for `PC_saseolp.o' at Thu Oct 31 14:32:12 2002
(b0225),6
>
> <<<Starting task 3 for `saseolp.e' at Thu Oct 31 14:32:15 2002 (b0224),5
>
> ?(SDSBUILD) Elapsed time: 00:00:06 (1036092730,1036092736)
>
>
>
> And in the task window that last one shows up like this:
>
> Kind Status Priority Description Resource In Folder Location
> Error ? *XX 00:00:06 (1036092730,1036092736)XX olp line 0
>
>
> where X is a funny block character, maybe representing a newline or
carraige
> return.
>
> I'm running Windows XP Pro, Eclipse 2.0.1, JDK 1.4.1.
>
>
I can't speak to the whole problem, but if you are using CVS what settings
are you using for replacing the carriage return/ line feed character on
different platforms?
That is usually the culprit when you see a block character in text.
Keep in mind that this setting can be different on each file depending on
what the user's settings were when they submitted the code to CVS.


-Judy

>
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/02
Re: F4 compiler error parsing problems [message #48715 is a reply to message #48562] Mon, 04 November 2002 14:13 Go to previous message
Eclipse UserFriend
CVS isn't involved. These are lines output by my make program equivalent
during a build, not lines contained in any source file. The C builder looks
for certain patterns in the make output to flag errors and those patterns
appear to have changed (for the worse it seems) in F4.

"Judy Green" <jgreen@qnx.com> wrote in message
news:aq1tlu$3gq$1@rogue.oti.com...
>
> "Ed Burnette" <ed.burnette@sas.com> wrote in message
> news:aps185$qu$1@rogue.oti.com...
> > Lines like these in my build output are being incorrectly marked as
errors
> > in the F4 drop but they weren't before:
> >
> > <<<Starting task 1 for `sqpolp.o' at Thu Oct 31 14:32:12 2002 (b0224),5
> >
> >
> I can't speak to the whole problem, but if you are using CVS what settings
> are you using for replacing the carriage return/ line feed character on
> different platforms?
> That is usually the culprit when you see a block character in text.
> Keep in mind that this setting can be different on each file depending on
> what the user's settings were when they submitted the code to CVS.
Previous Topic:Feature request - build on save
Next Topic:Plugging in a different C debugger?
Goto Forum:
  


Current Time: Tue Jul 22 17:05:31 EDT 2025

Powered by FUDForum. Page generated in 0.02690 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top