[Mono-bugs] [Bug 466321] New: Mono-tools 2.2 depends on Gtk+ >= 2.6

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 15 04:50:44 EST 2009


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


           Summary: Mono-tools 2.2 depends on Gtk+ >= 2.6
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: x86
        OS/Version: UNIX Other
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: paul at floorball-flamingos.nl
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.20)
Gecko/20081217 Firefox/2.0.0.20

Mono-tools 2.2 depends on gtk 2.6 or later, as the gui-compare tool uses a
Gtk.FileChooserButton (which was introduced in gtk 2.6). Nothing major, but
this dependency isn't listed in the README, the configure script doesn't check
it, nor is there a way to disable building of gui-compare (and I can't upgrade
to gtk-sharp 2.6 or later, as my gtk+ is too old on FC4).

Reproducible: Always

Steps to Reproduce:
1. Compile mono-tools-2.2 against gtk-sharp 2.4.3
2.
3.
Actual Results:  
[...]
make[1]: Leaving directory `/usr/paul/mono-tools-2.2/create-native-map'
Making all in ilcontrast
make[1]: Entering directory `/usr/paul/mono-tools-2.2/ilcontrast'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/paul/mono-tools-2.2/ilcontrast'
Making all in gui-compare
make[1]: Entering directory `/usr/paul/mono-tools-2.2/gui-compare'
/home/paul/mono/bin/gmcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug
-define:DEBUG -target:exe -out:gui-compare.exe ./gtk-gui/generated.cs
/MainWindow.cs ./gtk-gui/MainWindow.cs ./Main.cs ./AssemblyInfo.cs
/InfoManager.cs ./CompareContext.cs ./Comparison.cs ./Metadata.cs
/MasterMetadata.cs ./Masterinfo.cs ./CecilMetadata.cs ./ProviderSelector.cs
/gtk-gui/guicompare.ProviderSelector.cs ./AssemblyResolver.cs ./Config.cs
/CustomCompare.cs ./gtk-gui/GuiCompare.CustomCompare.cs 
-resource:./gtk-gui/gui.stetic,gui.stetic  -resource:./cm/c.gif,c.gif 
-resource:./cm/d.gif,d.gif  -resource:./cm/e.gif,e.gif 
-resource:./cm/en.gif,en.gif  -resource:./cm/f.gif,f.gif 
-resource:./cm/i.gif,i.gif  -resource:./cm/m.gif,m.gif 
-resource:./cm/n.gif,n.gif  -resource:./cm/p.gif,p.gif 
-resource:./cm/r.gif,r.gif  -resource:./cm/s.gif,s.gif 
-resource:./cm/sc.gif,sc.gif  -resource:./cm/se.gif,se.gif 
-resource:./cm/sm.gif,sm.gif  -resource:./cm/st.gif,st.gif 
-resource:./cm/sx.gif,sx.gif  -resource:./cm/tb.gif,tb.gif 
-resource:./cm/tm.gif,tm.gif  -resource:./cm/tp.gif,tp.gif 
-resource:./cm/w.gif,w.gif  -resource:./cm/y.gif,y.gif 
-resource:./gtk-gui/objects.xml,objects.xml  -resource:./cm/mn.png,mn.png
-pkg:gtk-sharp-2.0 -pkg:glib-sharp-2.0 -pkg:glade-sharp-2.0 -r:Mono.Cecil.dll
-r:System -r:Mono.Posix -r:System.Xml
/gtk-gui/guicompare.ProviderSelector.cs(18,21): error CS0234: The type or
namespace name `FileChooserButton' does not exist in the namespace `Gtk'. Are
you missing an assembly reference?
/gtk-gui/guicompare.ProviderSelector.cs(20,21): error CS0234: The type or
namespace name `FileChooserButton' does not exist in the namespace `Gtk'. Are
you missing an assembly reference?

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