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: Compiling, Linking, Debugging of your packages » any experiments with gcc4.1?
Re: any experiments with gcc4.1? [message #1678 is a reply to message #1677] Mon, 13 March 2006 19:09 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Well, actually, maybe this time it is the workaround that causes the trouble...

Core/Topt.h: 222

#if defined(COMPILER_MSC) || defined(COMPILER_GCC)
	#define NTL_MOVEABLE(T) inline void AssertMoveable0(T *) {}
#else
	#define NTL_MOVEABLE(T) template<> inline void AssertMoveable<T>(T *) {}
#endif


Please try to change it to

#if defined(COMPILER_MSC)


so that GCC branch will use variant with template<>. If it will work, we will simply detect GCC 4.1 and use that....

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: New To U++...Where to start?
Next Topic: problem to compile GUI examples with makefiles and freetype under Gentoo
Goto Forum:
  


Current Time: Thu Aug 28 01:10:40 CEST 2025

Total time taken to generate the page: 0.07187 seconds