[MonoDevelop] Problem with compiling MonoDevelop 2.2 through Mono 2.6 on Ubuntu 9.10

kiz kiswono at gmail.com
Thu Mar 11 21:03:56 EST 2010


hi, i'm using Ubuntu 9.10 64-bit

i have installed prerequisites for compiling mono and monodevelop from SVN
but somehow my compilation goes wrong, here's my download and compile
script:
http://pastebin.com/jTJxvPe1

and here's the output (super long lists): http://pastebin.com/ERjmj5DW

make it short, here's the error:

make[7]: Entering directory `/media/a5-128/monodevelop/mcs/class/System'                                                                                                                                          
MCS     [net_2_0] System.dll                                                                                                                                                                                      
System.Net/ServicePointManager.cs(405,34): error CS0246: The type or
namespace name `ValidationResult' could not be found. Are you missing a
using directive or an assembly reference?                            
Compilation failed: 1 error(s), 0 warnings           


make[1]: Entering directory `/media/a5-128/monodevelop/mono-tools/gsharp'                                                                                                                                         
/opt/mono/bin/gmcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug
-define:DEBUG -target:exe -out:gsharp.exe ./AssemblyInfo.cs
./DescribeType.cs ./InteractiveGraphicsBase.cs ./Main.cs ./MainWindow.cs
./Options.cs ./ProcessSelector.cs ./Shell.cs ./SysDrawing.cs ./TypeView.cs
./gtk-gui/generated.cs ./gtk-gui/Mono.CSharp.Gui.MainWindow.cs
./gtk-gui/Mono.CSharp.Gui.ProcessSelector.cs
./gtk-gui/Mono.CSharp.Gui.DescribeType.cs ./outline.cs -pkg:gtk-sharp-2.0
-pkg:glib-sharp-2.0 -r:System -r:Mono.CSharp -r:Mono.Management
-r:Mono.Posix -r:System.Drawing -r:System.Xml.Linq -r:System.Core
-resource:./close.png,close.png         
./DescribeType.cs(35,31): warning CS0108:
`Mono.CSharp.Gui.DescribeType.TypeName' hides inherited member
`GLib.Object.TypeName'. Use the new keyword if hiding was intended                                       
/usr/lib/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous warning)                                                                                       
./outline.cs(953,16): warning CS0436: The type `Mono.CSharp.Comparer'
conflicts with the imported type `Mono.CSharp.Comparer'. Ignoring the
imported type definition                                              
/opt/mono/lib/mono/gac/Mono.CSharp/2.0.0.0__0738eb9f132ed756/Mono.CSharp.dll
(Location of the symbol related to previous warning)                                                                                 
./outline.cs(914,14): (Location of the symbol related to previous warning)                                                                                                                                        
./Main.cs(132,35): error CS0117: `Mono.CSharp.Evaluator' does not contain a
definition for `DescribeTypeExpressions'                                                                                              
/opt/mono/lib/mono/gac/Mono.CSharp/2.0.0.0__0738eb9f132ed756/Mono.CSharp.dll
(Location of the symbol related to previous error)                                                                                   
./Main.cs(142,52): warning CS0168: The variable `e' is declared but never
used                                                                                                                                    
Compilation failed: 1 error(s), 3 warnings                                                                                                                                                                        
make[1]: *** [gsharp.exe] Error 1         





should i use the tgz instead of svn?
-- 
View this message in context: http://n4.nabble.com/Problem-with-compiling-MonoDevelop-2-2-through-Mono-2-6-on-Ubuntu-9-10-tp1515239p1590033.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list