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
Re: Snapshot 20060129 released [message #742 is a reply to message #737] Mon, 30 January 2006 14:53 Go to previous messageGo to previous 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.
 
Read Message
Read Message
Read Message
Previous Topic: Snapshot 20060123 released
Next Topic: Upp 602 beta released
Goto Forum:
  


Current Time: Mon Apr 28 10:48:26 CEST 2025

Total time taken to generate the page: 0.00992 seconds