[Mono-devel-list] Monodoc Build Problems

Hector E. Gomez Morales hgomez_36 at flashmail.com
Wed Mar 19 20:59:18 EST 2003


When trying to rebuild monodoc with mono and mcs form CVS the build
fails:
mcs /debug /out:browser.exe browser.cs ecma-provider.cs html-helper.cs
provider.cs  /resource:browser.glade /resource:mono-ecma.xsl
-r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:ziplib.dll
browser.cs(39) error CS0246: Could not find attribute 'GladeWidget'
(are you missing a using directive or an assembly reference ?)
browser.cs(42) error CS0246: Could not find attribute 'GladeWidget' (are
you missing a using directive or an assembly reference ?)
browser.cs(45) error CS0246: Could not find attribute 'GladeWidget' (are
you missing a using directive or an assembly reference ?)
Compilation failed: 3 error(s), 0 warnings
make: *** [browser.exe] Error 1

I checked and find that GladeWidget was changed to Glade.Widget and make
the modifications and the build is successful Diff is attached


-------------- next part --------------
A non-text attachment was scrubbed...
Name: browser.diff
Type: text/x-patch
Size: 526 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030319/b7d649bf/attachment.bin 


More information about the Mono-devel-list mailing list