Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Snapshot 20060129 released
Snapshot 20060129 released [message #737] Sun, 29 January 2006 22:54 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Added:
- GCC builder: now supports overring (in build method dialog) of compiler name
(needed to allow different GCC versions to coexist in Linux).

Modified:
- Important interface change - Bar::WhenHelpDefault is gone...

Fixed:
- Problems with templated base class (With*Layotu) and Virtuals/THISBACKs
- Assist++: CtrlCtrlCtrl... is not shown anymore in assist deriving chain
- CodeEditor: wrong parenthesis highlight with escape characters between and wrong comments highlighting
- TheIDE navigate window: now accepts underscrores inside the search string
- TheIDE navigate window: fixed jumping to the definition of a specific class/struct

Re: Snapshot 20060129 released [message #742 is a reply to message #737] Mon, 30 January 2006 14:53 Go to previous messageGo to next message
victorb is currently offline  victorb
Messages: 78
Registered: December 2005
Location: Nice, France
Member
There is a crash on windows when using GCC.

It is due to the fact that the compiler name is missing from the .bm file.

When no compiler name is specified (i.e. when upgrading from a previous version of TheIde or when AutoSetup is used) theIde would crash.

This should be fixed by modifying build.cpp line 269:
- b->compiler = bm.Get("COMPILER");
+ b->compiler = bm.Get("COMPILER", "");

Question:
Is it worth modifying the autosetup to save the compiler name?
I am not exactly sure how this will be used and then I can not modify this.

Victor.
Re: Snapshot 20060129 released [message #743 is a reply to message #742] Mon, 30 January 2006 15:31 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Ooops, thanks!

As for what this feature is for....

In linux, you can install several version of gcc and compiler name then can be

c++-3.2.1
c++-3.5.4

Using this override, we will be able to have build methods for specific GCC version.

Mirek
Previous Topic: Snapshot 20060123 released
Next Topic: Upp 602 beta released
Goto Forum:
  


Current Time: Wed Apr 24 05:46:22 CEST 2024

Total time taken to generate the page: 0.33122 seconds