[MonoDevelop] Problems compiling from SVN

Todd Berman tberman@off.net
Mon, 31 Jan 2005 20:36:37 -0800


On Mon, 2005-01-31 at 14:46 +0100, Raśl Moratalla wrote:
> Hello, I downloaded the latest sources from SVN but I can't compile it and I 
> get the following error:
> 
> make[4]: Entering directory `/home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources/gdl'
> make  all-am
> make[5]: Entering directory `/home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources/gdl'
> /bin/sh ../../../../libtool --mode=install /usr/bin/install -c 
> libgdldock.la /home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources/gdl/../../../.././build/bin
> libtool: install: 
> `1.x/MonoDevelop/Core/gdldock/sources/gdl/../../../.././build/bin' is not a 
> directory
> Try `libtool --help --mode=install' for more information.
> make[5]: *** [all-local] Error 1
> make[5]: Leaving directory `/home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources/gdl'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources/gdl'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/raul/mono 
> 1.x/MonoDevelop/Core/gdldock/sources'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/raul/mono 1.x/MonoDevelop/Core/gdldock'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/raul/mono 1.x/MonoDevelop/Core'
> make: *** [all-recursive] Error 1
> 
> How could I solve this problem?


This should be fixed in svn.

--Todd