nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] nel don't build with gcc-3.4.1 from mandrake (2)


From: Rapsys|Phoenix
Subject: Re: [Nel] nel don't build with gcc-3.4.1 from mandrake (2)
Date: Sun, 08 Aug 2004 17:17:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040708

Rapsys|Phoenix wrote:
Hi,

This time it's serious...

I have solved a previous compil bug with the joined patch, but this time I don't know how to fix this...
sorry forgot the patch, I add it in this mail...

--

Is the geek an eternal newbie or the newbie an eternal geek ???
I was a newbie, I am not a geek, I am on the road...

All my rpm there : ftp://ftp.pcds.ch/pub/people/rapsys/
My site : http://rapsys.free.fr/
Besoin d'aide faite un tour ici : http://linuxonfire.free.fr/

diff -urNp code/nel/include/nel/misc/debug.h~buildfix 
code/nel/include/nel/misc/debug.h
--- code/nel/include/nel/misc/debug.h~buildfix  2004-06-24 16:46:01.000000000 
+0200
+++ code/nel/include/nel/misc/debug.h   2004-08-08 12:50:53.752395552 +0200
@@ -551,6 +551,19 @@ template<class T, class U> inline T        type
 *      (ask Stephane LE DORZE for more explanations).
 */
 
+//
+// Following are internal functions, you should never use them
+//
+
+// Need a breakpoint in the assert / verify macro
+extern bool DebugNeedAssert;
+
+// Internal process, don't use it
+extern bool NoAssert;
+
+// Internal process, don't use it
+extern bool GlobalAssertCall;
+
 template<class T>
 class CMustConsume
 {
@@ -611,6 +624,7 @@ private:
 // Following are internal functions, you should never use them
 //
 
+/*
 // Need a breakpoint in the assert / verify macro
 extern bool DebugNeedAssert;
 
@@ -619,6 +633,7 @@ extern bool NoAssert;
 
 // Internal process, don't use it
 extern bool GlobalAssertCall;
+*/
 
 /// Never use this function (internal use only)
 void nlFatalError (const char *format, ...);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]