[Gtkradiant] [Bug 1105] radiant fails to build on linux-x86_64

bugzilla-daemon at zerowing.idsoftware.com bugzilla-daemon at zerowing.idsoftware.com
Fri Sep 8 07:43:55 CDT 2006


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1105





------- Additional Comments From ondrej at svetlik.info  2006-09-08 07:43 -------
The line says:
globalErrorStream() << GlobalFileSystem().findFile(filename) << filename << ":"
<< tokeniser.getLine() << ": " << tmp.c_str() << " parse failed, skipping rest
of file\n";
It seems to me that globalErrorStream() has problems outputing size_t (result of
tokeniser.getLine()
As it is only an error message, I used (int) to make it work. Making
globalErrorStream() capable of outputing const size_t (const unsigned long int)
would be better.

-- 
Configure bugmail: http://zerowing.idsoftware.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Gtkradiant mailing list