[MonoDevelop] managed dock
Lluis Sanchez
lluis@ximian.com
Sat, 12 Mar 2005 15:38:43 +0100
I get a compilation error:
./Gui/Workbench/Layouts/SdiWorkspaceLayout.cs(87) error CS0117:
`Gdl.DockMaster' does not contain a definition for `DockBar'
On dl, 2005-03-07 at 20:21 -0500, John Luke wrote:
> Hey all,
>
> Just an update I had forgotten to update the Makefile, and a slightly
> update patch is attached. Same instructions.
>
> To try it out:
> cd MonoDevelop/Unused/Gdl/
> make
> cd MonoDevelop/Core/src/MonoDevelop.Base
> make clean
> patch -p0 < dock.patch
> make
> cd MonoDevelop/build/bin
> mono MonoDevelop.exe
>
>