[MonoDevelop] SVN Compile Problem

Johannes Fortner johannes-fortner at gmx.net
Fri Mar 31 09:11:26 EST 2006


Hello,
Im tried to compile Monodevelop (SVN) under "Ubuntu/Dapper Drake". The
Compile process stoped with this error:

...
...
mkdir -p ../../../build/AddIns
cp ./MonoDevelop.Ide.addin.xml ../../../build/AddIns/.
mkdir -p ../../../build/data/options
cp ./options/DefaultEditingLayout.xml ../../../build/data/options/DefaultEditingLayout.xml
mkdir -p ../../../build/data/options
cp ./options/MonoDevelopProperties.xml ../../../build/data/options/MonoDevelopProperties.xml
mkdir -p ../../../build/data/options
cp ./options/MonoDevelop-templates.xml ../../../build/data/options/MonoDevelop-templates.xml
mkdir -p ../../../build/data/options
cp ./options/MonoDevelop-tools.xml ../../../build/data/options/MonoDevelop-tools.xml
mkdir -p ../../../build/data/options
cp ./options/TipsOfTheDay.xml ../../../build/data/options/TipsOfTheDay.xml
make[3]: Leaving directory
`/home/johannes/monodevelop/Core/src/MonoDevelop.Ide'
Making all in MonoDevelop.Startup
make[3]: Entering directory
`/home/johannes/monodevelop/Core/src/MonoDevelop.Startup'
/usr/bin/mcs -langversion:ISO-1 -out:../../../build/bin/MonoDevelop.exe
-r:../../../build/bin/MonoDevelop.Core.dll /resource:MonoDevelop.Startup.glade ./MonoDevelop.Startup/MonoDevelopMain.cs AssemblyInfo.cs
cp ./app.config ../../../build/bin/MonoDevelop.exe.config
make[3]: Leaving directory
`/home/johannes/monodevelop/Core/src/MonoDevelop.Startup'
Making all in Tools
make[3]: Entering directory `/home/johannes/monodevelop/Core/src/Tools'
Making all in SharpCoco
make[4]: Entering directory
`/home/johannes/monodevelop/Core/src/Tools/SharpCoco'
/usr/bin/mcs
-langversion:ISO-1 ./src/AssemblyInfo.cs ./src/Parser.cs ./src/Trace.cs ./src/Coco.cs ./src/Tab.cs ./src/ParserGen.cs ./src/Scanner.cs ./src/DFA.cs  /out:SharpCoco.exe
./src/ParserGen.cs(29,16): warning CS0169: The private field
`at.jku.ssw.Coco.ParserGen.srcName' is assigned but its value is never
used
./src/DFA.cs(247,23): warning CS0169: The private field
`at.jku.ssw.Coco.DFA.srcDir' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
make[4]: Leaving directory
`/home/johannes/monodevelop/Core/src/Tools/SharpCoco'
Making all in mdhost
make[4]: Entering directory
`/home/johannes/monodevelop/Core/src/Tools/mdhost'
/usr/bin/mcs -langversion:ISO-1 ./src/AssemblyInfo.cs ./src/mdhost.cs
-r:../../../../build/bin/MonoDevelop.Core.dll \
-out:../../../../build/bin/mdhost.exe
Unhandled Exception: System.ArgumentException: The specified path is not
of a legal form (empty).
Parameter name: path
in <0x00251> System.IO.Path:InsecureGetFullPath (System.String path)
in <0x0000f> System.IO.Path:GetFullPath (System.String path)
in <0x0001c> Mono.CSharp.Location:AddFile (System.String name)
in <0x00026> Mono.CSharp.Driver:ProcessFile (System.String f)
in <0x00091> Mono.CSharp.Driver:CompileFiles (System.String spec,
Boolean recurse)
in <0x003b2> Mono.CSharp.Driver:MainDriver (System.String[] args)
in <0x00041> Mono.CSharp.Driver:Main (System.String[] args)
make[4]: *** [../../../../build/bin/mdhost.exe] Fehler 1
make[4]: Leaving directory
`/home/johannes/monodevelop/Core/src/Tools/mdhost'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/johannes/monodevelop/Core/src/Tools'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/johannes/monodevelop/Core/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/johannes/monodevelop/Core'
make: *** [all-recursive] Fehler 1




More information about the Monodevelop-list mailing list