[MonoDevelop] Problems compiling MD with the --enable-debugger option.

Carsten Prodöhl c.prodoehl at t-online.de
Thu Sep 29 05:13:55 EDT 2005


Hi,

I would like to use the mono debugger from within MD.
Is this possible? How?

My System is Suse 9.3 and I updated it with the rpm's 
from mono-1.1.9.1 for that system, from the mono page.

I did a svn checkout of monodevelop:
      svn checkout svn://svn.myrealbox.com/source/trunk/monodevelop  
Then like recommended in the README did
      ./configure --prefix=`pkg-config --variable=prefix mono` --enable-debugger

make produces:
...
cp ./CSharpBinding.addin.xml ../../build/AddIns/BackendBindings/CSharpBinding.addin.xml
make[2]: Leaving directory `/home/prodoehl/monodevelop/Extras/CSharpBinding'
Making all in DebuggerAddIn
make[2]: Entering directory `/home/prodoehl/monodevelop/Extras/DebuggerAddIn'
make[2]: *** Keine Regel vorhanden, um das Target »Services.cs«,
  benötigt von »../../build/AddIns/DebuggerAddIn/MonoDevelop.Debugger.dll«, zu erstellen.  Schluss.
make[2]: Leaving directory `/home/prodoehl/monodevelop/Extras/DebuggerAddIn'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/prodoehl/monodevelop/Extras'
make: *** [all-recursive] Fehler 1

which means: 
No rule to create target 'Services.cs' required by 
»../../build/AddIns/DebuggerAddIn/MonoDevelop.Debugger.dll«,


Is the debugger currently not supported? Thanks for your help.

Ciao Carsten




More information about the Monodevelop-list mailing list