|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
problems building tomboy from source on RedHat Enterprise 5I have been having problems building tomboy on a Dell Linux box running RedHat Enterprise 5 (RHEL5). I posted a plea for help on my blog and Sandy responded. Find our dialog thus far at
http://markito3.wordpress.com/2009/06/16/tomboy-notes-on-redhat-enterprise-5/ Any help/comments appreciated. _______________________________________________ Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
|
|
Re: problems building tomboy from source on RedHat Enterprise 5I got the same error compiling gnome-sharp 2.16.0 as I got from 2.15.0:
/usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16 -nowarn:0169,0612,0618 -unsafe -out:gnome-sharp.dll -target:library -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll /r:../art/art-sharp.dll /r:../gnomevfs/gnome-vfs-sharp.dll -r:/usr/local/lib/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll generated/*.cs ./BonoboUIVerb.cs ./FontFamily.cs ./IconTheme.cs ./Modules.cs ./PanelAppletFactory.cs AssemblyInfo.cs generated/App.cs(41,31): warning CS0108: `Gnome.App.Name' hides inherited member `Gtk.Widget.Name'. Use the new keyword if hiding was intended /usr/local/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll (Location of the symbol related to previous warning) generated/PrintSvg.cs(16,46): warning CS0109: The member `Gnome.PrintSvg.GType' does not hide an inherited member. The new keyword is not required generated/ThemeFile.cs(41,40): warning CS0809: Obsolete member `Gnome.ThemeFile.ToString()' overrides non-obsolete member `object.ToString()' /usr/local/lib/mono/1.0/mscorlib.dll (Location of the symbol related to previous warning) CanvasPathDef.custom(24,51): error CS1502: The best overloaded method match for `Gnome.CanvasPathDef.gnome_canvas_path_def_new_from_bpath(System.IntPtr)' has some invalid arguments generated/CanvasPathDef.cs(263,38): (Location of the symbol related to previous error) CanvasPathDef.custom(24,51): error CS1615: Argument `#1' does not require `ref' modifier. Consider removing `ref' modifier Compilation failed: 2 error(s), 3 warnings make[3]: *** [gnome-sharp.dll] Error 1 make[3]: Leaving directory `/home/marki/tomboy_build/gnome-sharp-2.16.0/gnome' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/marki/tomboy_build/gnome-sharp-2.16.0/gnome' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/marki/tomboy_build/gnome-sharp-2.16.0' make: *** [all] Error 2 On Tue, Jun 30, 2009 at 11:57 AM, Mark Ito <markito3@...> wrote: I have been having problems building tomboy on a Dell Linux box running RedHat Enterprise 5 (RHEL5). I posted a plea for help on my blog and Sandy responded. Find our dialog thus far at _______________________________________________ Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
|
|
Re: problems building tomboy from source on RedHat Enterprise 5I'd recommend emailing gtk-sharp-list with this error. Make sure to
let them know what version of Mono you have. I'm really not sure what the issue is, unfortunately. Sandy On Wed, Jul 1, 2009 at 6:28 AM, Mark Ito<markito3@...> wrote: > I got the same error compiling gnome-sharp 2.16.0 as I got from 2.15.0: > > /usr/local/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 > -define:GNOME_SHARP_2_16 -nowarn:0169,0612,0618 -unsafe -out:gnome-sharp.dll > -target:library > -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll > -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll > -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll > -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll > -r:/usr/local/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll > /r:../art/art-sharp.dll /r:../gnomevfs/gnome-vfs-sharp.dll > -r:/usr/local/lib/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll > generated/*.cs ./BonoboUIVerb.cs ./FontFamily.cs ./IconTheme.cs ./Modules.cs > ./PanelAppletFactory.cs AssemblyInfo.cs > generated/App.cs(41,31): warning CS0108: `Gnome.App.Name' hides inherited > member `Gtk.Widget.Name'. Use the new keyword if hiding was intended > /usr/local/lib/mono/gac/gtk-sharp/2.10.0.0__35e10195dab3c99f/gtk-sharp.dll > (Location of the symbol related to previous warning) > generated/PrintSvg.cs(16,46): warning CS0109: The member > `Gnome.PrintSvg.GType' does not hide an inherited member. The new keyword is > not required > generated/ThemeFile.cs(41,40): warning CS0809: Obsolete member > `Gnome.ThemeFile.ToString()' overrides non-obsolete member > `object.ToString()' > /usr/local/lib/mono/1.0/mscorlib.dll (Location of the symbol related to > previous warning) > CanvasPathDef.custom(24,51): error CS1502: The best overloaded method match > for > `Gnome.CanvasPathDef.gnome_canvas_path_def_new_from_bpath(System.IntPtr)' > has some invalid arguments > generated/CanvasPathDef.cs(263,38): (Location of the symbol related to > previous error) > CanvasPathDef.custom(24,51): error CS1615: Argument `#1' does not require > `ref' modifier. Consider removing `ref' modifier > Compilation failed: 2 error(s), 3 warnings > make[3]: *** [gnome-sharp.dll] Error 1 > make[3]: Leaving directory > `/home/marki/tomboy_build/gnome-sharp-2.16.0/gnome' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/marki/tomboy_build/gnome-sharp-2.16.0/gnome' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/marki/tomboy_build/gnome-sharp-2.16.0' > make: *** [all] Error 2 > > On Tue, Jun 30, 2009 at 11:57 AM, Mark Ito <markito3@...> wrote: >> >> I have been having problems building tomboy on a Dell Linux box running >> RedHat Enterprise 5 (RHEL5). I posted a plea for help on my blog and Sandy >> responded. Find our dialog thus far at >> >> >> http://markito3.wordpress.com/2009/06/16/tomboy-notes-on-redhat-enterprise-5/ >> >> Any help/comments appreciated. >> > > > _______________________________________________ > Tomboy-list mailing list > Tomboy-list@... > http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com > > Tomboy-list mailing list Tomboy-list@... http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com |
| Free embeddable forum powered by Nabble | Forum Help |