[MonoDevelop] Mono.Debugger.Soft do not work on Ubuntu (MD from trunk)

Thiago Padilha tpadilha84 at gmail.com
Fri Jun 11 06:45:44 EDT 2010


I´ve configured a parallel mono env for ubuntu 10.04 everything works
fine, however I built everything from the tarballs in the sources page
:

http://ftp.novell.com/pub/mono/sources-stable/

Except mono.addins(http://monoaddins.codeplex.com/releases/view/45628#DownloadId=123658)
and monodevelop
itself(http://ftp.novell.com/pub/mono/sources/monodevelop/monodevelop-2.3.1.tar.bz2)

I think you have to configure/build monodevelop after you have
installed mono and the debugger on your parallel env. Here is my env
file :

#!/bin/bash
MONO_PREFIX=$HOME/monodevenv
GNOME_PREFIX=/usr
export XDG_DATA_DIRS=$MONO_PREFIX/share:$XDG_DATA_DIRS
export XDG_DATA_HOME=$MONO_PREFIX/share:$XDG_DATA_HOME
export DYLD_LIBRARY_FALLBACK_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
export PATH=$MONO_PREFIX/bin:$PATH
PS1="[monodevelop] \w @ "

It sits inside my home so I didn't need super user permissions to
install. Here are all the tarballs I used to setup this environment.(I
think if you build/install in the order listed it will be fine)

libgdiplus-2.6.4.tar.bz2
mono-2.6.4.tar.bz2
xsp-2.6.4.tar.bz2
gtk-sharp-2.12.10.tar.bz2
mono-addins-0.5.tar.gz
mono-debugger-2.6.3.tar.bz2
mono-tools-2.6.2.tar.bz2
monodevelop-2.3.1.tar.bz2


On Fri, Jun 11, 2010 at 2:44 AM, Tomasz Kubacki
<tomasz.kubacki at gmail.com> wrote:
>
> hi,
>
> I've set:  export MONODEVELOP_SDB_LOG=/home/tomek/log.txt
> File is created after debug try,  but it's empty.
>
> I've completely removed my default system mono environment and still have
> the same behavior.
>
> My para. env file:
>
> #!/bin/bash
> MONO_PREFIX=/opt/mono
> GNOME_PREFIX=/usr
> export
> DYLD_LIBRARY_FALLBACK_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
> export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
> export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
> export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
> export
> PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
> export PATH=$MONO_PREFIX/bin:$PATH
> PS1="[mono] \w @ "
>
>
> I also tried to set  MONO_GAC_PREFIX for many different locations, but
> without result.
>
> Mono is installed at :
> /opt/mono
>
> and monodevelop at:
>
> /opt/monodevelop
>
> PS: My Mono.Addins lib is also from trunk does it matter ?
>
>
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Mono-Debugger-Soft-do-not-work-on-Ubuntu-MD-from-trunk-tp2246029p2251302.html
> Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list