Author Topic: error message can not jump but warning message can  (Read 22317 times)

Offline wlsglj

  • Single posting newcomer
  • *
  • Posts: 6
error message can not jump but warning message can
« on: November 10, 2011, 06:23:48 pm »
I use code::clocks in ubuntu 10.04.When the error and waring appear ,I double click error message ,but it can not jump to error line.
but double click the warning message ,it can jump to!
and the color of the waring message is blue,and the error message is red!
why just the error message can not jump?
please help!

zabzonk

  • Guest
Re: error message can not jump but warning message can
« Reply #1 on: November 10, 2011, 06:41:45 pm »
What is the text of the error that you can't jump to?

Offline wlsglj

  • Single posting newcomer
  • *
  • Posts: 6
Re: error message can not jump but warning message can
« Reply #2 on: November 11, 2011, 12:59:30 pm »
when I double click the error message in the build message ,the cursor can not point to the error line in my .cc file. or the program have no respose .But double click the waring message ,the cursor can point to the warning line. sorror I can not understand what you asked. what is the text mean?

zabzonk

  • Guest
Re: error message can not jump but warning message can
« Reply #3 on: November 11, 2011, 01:04:40 pm »
But what is the ACTUAL TEXT of the error? I don't see how I can be much clearer. For example, given this code:

    intx main() {
    }

the actual error text is:

    C:\Users\neilb\home\temp\db3\main.cpp|4|error: 'intx' does not name a type|

and I can jump to the error by clicking. What SPECIFIC error are you getting where you can't do that?
« Last Edit: November 11, 2011, 01:07:13 pm by Neil Butterworth »

Offline wlsglj

  • Single posting newcomer
  • *
  • Posts: 6
Re: error message can not jump but warning message can
« Reply #4 on: November 11, 2011, 01:11:07 pm »
I made the error , like a wrong fuction or a wrong key word, double click all of the error message have no response.I install the program firstly.just take a test.

Offline wlsglj

  • Single posting newcomer
  • *
  • Posts: 6
Re: error message can not jump but warning message can
« Reply #5 on: November 11, 2011, 01:15:32 pm »
I think maybe I need same change on the setting.But I can not find where is wrong.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: error message can not jump but warning message can
« Reply #6 on: November 11, 2011, 01:38:37 pm »
I think maybe I need same change on the setting.But I can not find where is wrong.
Why is it so hard to just copy and paste the error message from the "Build log" and the "Build messages" ?

Offline wlsglj

  • Single posting newcomer
  • *
  • Posts: 6
Re: error message can not jump but warning message can
« Reply #7 on: November 11, 2011, 02:03:25 pm »
I can not understand what is the meaning of jens said.I did not click the error message in the "build log",but in the "build message",is it wrong?I need copy?but why just clicking the warning message can have respose ?pease help me .thanks

zabzonk

  • Guest
Re: error message can not jump but warning message can
« Reply #8 on: November 11, 2011, 03:28:44 pm »
We need to see what the ACTUAL ERROR MESSAGE(s) is/are before we can help further. Why are you having such trouble comprehending this????

Adayah

  • Guest
Re: error message can not jump but warning message can
« Reply #9 on: June 07, 2014, 12:54:19 pm »
I had the same problem and solved it in the following way:

The .cpp file name contained a special language character. This not only caused the File column of Build Messages to display just a suffix of the name, but also seemingly confused the software to that degree it wouldn't jump to the erroneous line. I removed the bad character and now it works correctly.
« Last Edit: July 28, 2014, 09:57:26 am by Adayah »