[Gtkradiant] [Bug 1042] New: build failure in gtkdlgs.cpp

bugzilla-daemon at zerowing.idsoftware.com bugzilla-daemon at zerowing.idsoftware.com
Tue Jan 4 18:59:02 CST 2005


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

           Summary: build failure in gtkdlgs.cpp
           Product: GtkRadiant
           Version: 1.5
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: editor
        AssignedTo: gtkradiant at zerowing.idsoftware.com
        ReportedBy: jaq at spacepants.org


Latest svn produces this compile error:

g++ -pipe -DQ_NO_STLPORT -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter
-Wno-non-virtual-dtor -Wreorder -g -D_DEBUG `pkg-config glib-2.0 --cflags`
`xml2-config --cflags` `pkg-config gtk+-2.0 --cflags` `pkg-config gtkglext-1.0
--cflags` -Ibuild/debug/libs -Ilibs -Ibuild/debug/include -Iinclude -c -o
build/debug/radiant/gtkdlgs.o radiant/gtkdlgs.cpp
radiant/gtkdlgs.cpp: In function `void DoTextEditor(const char*, int)':
radiant/gtkdlgs.cpp:1049: error: `GetLength' undeclared (first use this
   function)
radiant/gtkdlgs.cpp:1049: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
radiant/gtkdlgs.cpp:1052: error: no match for 'operator+=' in 'strEditCommand
   += " \""'
libs/math/vector.h:668: error: candidates are: void operator+=(Vector4&, const
   Vector4&)
radiant/gtkdlgs.cpp:1053: error: no match for 'operator+=' in 'strEditCommand
   += filename'
libs/math/vector.h:668: error: candidates are: void operator+=(Vector4&, const
   Vector4&)
radiant/gtkdlgs.cpp:1054: error: no match for 'operator+=' in 'strEditCommand
   += "\""'
libs/math/vector.h:668: error: candidates are: void operator+=(Vector4&, const
   Vector4&)
radiant/gtkdlgs.cpp:1058: warning: cast from `const char*' to `char*' discards
   qualifiers from pointer target type
scons: *** [build/debug/radiant/gtkdlgs.o] Error 1
scons: building terminated because of errors.

-- 
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