U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Sun May 10 14:39:04 GMT+2 2026

Total time taken to generate the page: 0.00695 seconds