Author Topic: The 18 February 2008 build (4893) is out.  (Read 97550 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 18 February 2008 build (4893) is out.
« Reply #30 on: February 24, 2008, 09:27:32 am »
I has a same problem in here:
http://forums.codeblocks.org/index.php/topic,6702.0.html

and C::B version is:
svn build rev 4893 (2008-02-18 20:06:04) gcc 4.2.1 Windows/unicode

Offline Wahooney

  • Multiple posting newcomer
  • *
  • Posts: 34
  • Demon Onion Slayer
    • wahooney.net
Re: The 18 February 2008 build (4893) is out.
« Reply #31 on: February 24, 2008, 02:04:08 pm »
Could someone tell me why I'm getting "..."s in the margin of my editor? It's to the right of the line number, where breakpoints are shown.

See image below.

Thanks, guys.



[attachment deleted by admin]
Fabricati Diem, Celerata!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 February 2008 build (4893) is out.
« Reply #32 on: February 24, 2008, 02:30:05 pm »
Could someone tell me why I'm getting "..."s in the margin of my editor? It's to the right of the line number, where breakpoints are shown.
I believe this is due to the BrowseTracker plugin. Disable it and the dots are gone. (Alternatively you can use it of course.. .;-)).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 18 February 2008 build (4893) is out.
« Reply #33 on: February 24, 2008, 03:58:30 pm »
I think it would help to save time whether the class wizard had an option for automatically generating the Copy Constructor and the Assignment Operator for the new class. Normally I make them private for prevention (only in the header file).

Please file a Feature Request at the following link so that this doesn't get lost. :)

Quote
https://developer.berlios.de/feature/?group_id=5358
Be a part of the solution, not a part of the problem.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 February 2008 build (4893) is out.
« Reply #34 on: February 24, 2008, 04:21:41 pm »
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Seronis

  • Almost regular
  • **
  • Posts: 197
Re: The 18 February 2008 build (4893) is out.
« Reply #35 on: February 24, 2008, 10:32:45 pm »
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...

Thank you =-)

Offline Jeisson

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 18 February 2008 build (4893) is out.
« Reply #36 on: February 26, 2008, 06:35:52 pm »
Please file a Feature Request at the following link so that this doesn't get lost. :)
You don't need it. It's implemented on my machine already. However - commit will have to wait a bit...
Thanks, Biplab and Morten. I love CB is getting better day after day :D
I believe I have other ideas to contribute in the Berlios page :wink:

Best regards

Offline bttr

  • Single posting newcomer
  • *
  • Posts: 7
    • BTTR Software
Re: The 18 February 2008 build (4893) is out.
« Reply #37 on: February 26, 2008, 10:42:16 pm »
Bug: $file_ext resolves to file extension + " sign. :(

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 18 February 2008 build (4893) is out.
« Reply #38 on: February 26, 2008, 11:07:40 pm »
Bug: $file_ext resolves to file extension + " sign. :(
It doesn't do that here. What exactly are you doing, and what revision do you use?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline bttr

  • Single posting newcomer
  • *
  • Posts: 7
    • BTTR Software
Re: The 18 February 2008 build (4893) is out.
« Reply #39 on: February 27, 2008, 09:58:11 am »
I'm using exactly that "18 February 2008 build (4893)". I'm trying to integrate DJGPP's GCC. So I copied "GNU GCC Compiler" to "GNU GCC Compiler for DJGPP", noticed a too long command line for a DOS executable (gcc.exe) and changed $compiler ... -c $file ... to $compiler ... -c $file_name.$file_ext ... in advanced settings. Command line executed is gcc ... -c test.c" ....

Putting just $file_ext there also gives c".

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 18 February 2008 build (4893) is out.
« Reply #40 on: February 27, 2008, 10:29:15 am »
Sorry, I still can't reproduce. My revision is 4887, but there have been no changes between these two revisions, other than include fixes and deleting old files. I couldn't imagine where that quote should come from either, as they are only added in pairs (and only when needed - test.cpp does not need).
This may be a stupid question, but I'm trying to rule out... your filename doesn't happen to contain a quote character? :)

To make sure I understood right what you are doing, this is what I did to reproduce:
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline bttr

  • Single posting newcomer
  • *
  • Posts: 7
    • BTTR Software
Re: The 18 February 2008 build (4893) is out.
« Reply #41 on: February 27, 2008, 11:39:19 am »
I already double checked the file name. It doesn't contain quotes. Did you ever try that? 8) Windows 2000 doesn't allow this.

I'm using exactly the same command line macro like you. Now I tried previous build 4872, but get the same problem.

Maybe it's related to my Windows 2000 Pro (SP4 + latest updates)?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 February 2008 build (4893) is out.
« Reply #42 on: February 27, 2008, 11:56:44 am »
I already double checked the file name. It doesn't contain quotes. Did you ever try that? 8) Windows 2000 doesn't allow this.

I'm using exactly the same command line macro like you. Now I tried previous build 4872, but get the same problem.

Maybe it's related to my Windows 2000 Pro (SP4 + latest updates)?
I just tested it on my W2K-Box with SP4 and latest updates.
It works fine, but I have to put $file_dir\ in front of $file_name to make it compile, because the sourcefile I used does not belong to any project.

Offline red eagle

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 18 February 2008 build (4893) is out.
« Reply #43 on: February 27, 2008, 02:03:13 pm »
Problem with rev4893 when using gdb and displaying a Disassembly of my code.


In rev4893 the disassembly window appears, but the eip position cursor is not shown, and the code starts at the beginning of the function, not at the set breakpoint / eip position.

I am using Windows XP SP2, gcc3.45, gdb 6.3.  There are no spaces or quote in the filename/path.

I have reverted back to rev4875 and all is ok. I've not seen this problem in earlier versions.


RED

Offline bttr

  • Single posting newcomer
  • *
  • Posts: 7
    • BTTR Software
Re: The 18 February 2008 build (4893) is out.
« Reply #44 on: February 27, 2008, 02:45:52 pm »
I just tested it on my W2K-Box with SP4 and latest updates.
It works fine, but I have to put $file_dir\ in front of $file_name to make it compile, because the sourcefile I used does not belong to any project.

I wiped all codeblocks settings from my HDD and tried again. Same problem. With $file_dir\ I get the following strange shot.

[attachment deleted by admin]