[Mono-bugs] [Bug 348721] New: Heap-Shot (r91276) does not compile

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Dec 14 07:56:10 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=348721


           Summary: Heap-Shot (r91276) does not compile
           Product: Mono: Tools
           Version: SVN
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: paul at floorball-flamingos.nl
         QAContact: mono-bugs at ximian.com
          Found By: ---


The error is:

[...]
gmcs -debug -out:HeapShot.Gui.Widgets.dll -target:library  -r:System
-pkg:gtk-sharp-2.0 -r:../HeapShot.Reader/HeapShot.Reader.dll 
-resource:class.png  -resource:field.png  -resource:gtk-gui/gui.stetic 
-resource:gtk-gui/objects.xml ./AssemblyInfo.cs ./gtk-gui/generated.cs
/gtk-gui/HeapShot.Gui.Widgets.ObjectMapViewer.cs
/gtk-gui/HeapShot.Gui.Widgets.ReferenceTreeViewer.cs ./ObjectMapViewer.cs
/ReferenceTreeViewer.cs
/gtk-gui/HeapShot.Gui.Widgets.ReferenceTreeViewer.cs(72,46): error CS1012: Too
many characters in character literal
/gtk-gui/HeapShot.Gui.Widgets.ReferenceTreeViewer.cs(72,46): error CS1002:
Expecting `;'
Compilation failed: 2 error(s), 0 warnings
make[1]: *** [HeapShot.Gui.Widgets.dll] Error 1
make[1]: Leaving directory `/tmp/m/heap-shot-svn/HeapShot.Gui.Widgets'
make: *** [all-recursive] Error 1

The relevant file seems to be auto-generated from
HeapShot.Gui.Widgets/gtk-gui/gui.stetic, which contains the character sequence
the compiler trips over. Perhaps this sequence is an invalid UTF-8 sequence (or
something similar)?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list