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 » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Mingw/GCC 4.4.0 linker warnings
Re: Mingw/GCC 4.4.0 linker warnings [message #22472 is a reply to message #22471] Fri, 17 July 2009 21:54 Go to previous message
koldo is currently offline  koldo
Messages: 3372
Registered: August 2008
Senior Veteran
Hello ncompoop

Well, really TheIde compiled with MinGW works well with MinGW but not with MSC.

The reason is in post http://www.ultimatepp.org/forum/index.php?t=msg&goto=219 57&. You get an "Error invoking gdb !", when compiling with MSC.

To be concise, in Debug.cpp there is:

void Ide::BuildAndDebug(bool runto)
{
...
#ifdef COMPILER_MSC
	debugger = builder == "GCC" ? GdbCreate(host, target, runarg) : PdbCreate(host, target, runarg);
#else
	debugger = GdbCreate(host, target, runarg);
#endif


So it seems TheIde compiled with MinGW uses Gdb always although you have chosen to compile your project with MSC.

Best regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems with making in Ubuntu9.04
Next Topic: About the automated build svn U++ 1469 on WinXP of Chinese version
Goto Forum:
  


Current Time: Thu Jun 13 05:25:56 CEST 2024

Total time taken to generate the page: 0.02121 seconds