[MonoDevelop] MonoDevelop 0.1 Released - Compile Error

John Luke jluke@users.sourceforge.net
Fri, 05 Mar 2004 13:05:25 -0500


It looks like gtksourceview-sharp is causing the error to me, not
SourceEditor.  Did you install it to /usr/local and the rest of Gtk# is
in /usr or something.  Please install it to the same prefix as Gtk# or
use MONO_PATH to add both prefixs. If not please specify where gtk# is
and where gtksourceview-sharp is on your system.

On Fri, 2004-03-05 at 11:12 +0100, Timothy Parez wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I'm having problems compiling it
> 
> When it starts compiling in the CSharpBinding direcectory It fails stating it can't find MonoDevelop.SourceEditor.dll
> However the file is exactly where it's supposed to be. To check I wen to the CSharpBinding directory and did make there,
> this is what I get
> 
> [root@pctimo CSharpBinding]# make
> 
> ** (/usr/bin/mcs.exe:15206): WARNING **: Could not find assembly gtksourceview-sharp
> error CS0006: Cannot find assembly `../../../../build/bin/MonoDevelop.SourceEditor.dll'
> Log:
> 
> Compilation failed: 1 error(s), 0 warnings
> make: *** [CSharpBinding.dll] Fout 1
> [root@pctimo CSharpBinding]#
> 
> Now if you go to ../../../../build/bin/ you'll find MonoDevelop.SourceEditor.dll is right there
> 
> Next I took a look at the Makefile in that directory
> 
> $(DLL): $(FILES)
> 	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing \
> 		/r:../../../../build/bin/MonoDevelop.Core.dll \
> 		/r:../../../../build/bin/MonoDevelop.SourceEditor.dll \
> 		/r:../../../../build/bin/MonoDevelop.Base.dll \
> 		/r:../../../../build/bin/ICSharpCode.SharpRefactory.dll \
> 		/r:gtk-sharp \
> 		$(FILES) \
> 	&& cp $(DLL) ../../../../build/AddIns/AddIns/BackendBindings/.
> 
> Weird it finds MonoDevelop.Core.dll but not MonoDevelop.SourceEditor.dll
> so I copied the Makefile to Makefile-custom, then copied MonoDevelop.SourceEditor.dll
> to the CSharpBinding directory and changed my custom Makefile
> 
> $(DLL): $(FILES)
> 	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing \
> 		/r:../../../../build/bin/MonoDevelop.Core.dll \
> 		/r:MonoDevelop.SourceEditor.dll \
> 		/r:../../../../build/bin/MonoDevelop.Base.dll \
> 		/r:../../../../build/bin/ICSharpCode.SharpRefactory.dll \
> 		/r:gtk-sharp \
> 		$(FILES) \
> 	&& cp $(DLL) ../../../../build/AddIns/AddIns/BackendBindings/.
> 
> [root@pctimo CSharpBinding]# make -f Makefile-custom
> 
> ** (/usr/bin/mcs.exe:15261): WARNING **: Could not find assembly MonoDevelop.Base
> error CS0006: Cannot find assembly `MonoDevelop.SourceEditor.dll'
> Log:
> 
> Compilation failed: 1 error(s), 0 warnings
> make: *** [CSharpBinding.dll] Fout 1
> [root@pctimo CSharpBinding]#
> 
> 
> But hey the file is right there.... so what is going on here?
> 
> tberman, metaphaze and buzgub have been trying to help me on the #md-devel channel,
> but didn't find the answer either.
> 
> All system requirements have been met.
> 
> Thnx for any help you may be able to provide
> 
> 
> 
> 
> On Friday 05 March 2004 11:00, KODEPORT wrote:
> > Congratulations! You have done a great work.
> > 
> > ----- Mensaje Original -----
> > De: Todd Berman <tberman@sevenl.net>
> > Fecha: Viernes, Marzo 5, 2004 5:22 am
> > Asunto: [MonoDevelop] MonoDevelop 0.1 Released
> > 
> > > We have released 0.1 tarballs for MonoDevelop.
> > > 
> > > You can read the release notes at: http://monodevelop.com/
> > > release_notes/0.1.0.html
> > > 
> > > --Todd
> > > 
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list@lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > > 
> > 
> > 
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> 
> iQIVAwUBQEhSo5LW3HS+bswDAQK0zA//TuGhBylfIsDGrzhf9oRAlS9SLcqPxpiz
> Cj+y2a2swVFkM6a04GNz6LCfTBBVSFxh5s4OWNB+bduUMjV9VTD4N22mbOPDZnWw
> kqN+GqjJFYXlXnTddOnVe/mU7QYlIouYRNxET8rbZdlSIeyzLtfnhox/2yrO2a1p
> /w0xuMY9hyt9GWOERUguu5epdrZzourjRPQOUCd0J6gRDqLcxl+Rq/nXC0Ihfmv3
> Ttf+5dXIFmgmpM+10OmQA2ZAHVCQmszUzN0EIXOpwr/+3ZZTf9rJjvekRX54clzN
> EgA0Rm7ZJg6r0EMxU/jYgObzLyqemc9qq6/Du2/rgOkWhtuh25eeD9GFLrlimCLp
> iGkYmcEk6gCnaf86nluyBnYOANip8dtYnu7nU1sMcZkfW68iqKEQTp1Uzks19TgU
> 6vI3NsEblkrZwUReeQ/ru9/MOcBur6z+oazvTxMHqjRqSR8F62mPF+zTvGF4gugQ
> z3C/F5W6oSG51hAW3/M2cqXMhtgPFkTXTxqhf/EzSXROYTT9zaarsCXIIgH4JlwT
> /jpqsI+qSsg9/K1TOCXjCwv9CxZSnRNhVWMebELKXFRk+QPNHplzFnAoi67ciQc8
> 71ZWzufC8Fiwms/Himq9aUIl6wBVZQPRVf4Rztf+XqBvfJcpO7Iopyv559SvbHoS
> TiHGIbK2IRg=
> =OEKt
> -----END PGP SIGNATURE-----
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list