[MonoDevelop] MonoDevelop 0.1 Released - Compile Error

Timothy Parez timothyparez@linux.be
Fri, 5 Mar 2004 11:12:47 +0100


=2D----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 th=
e 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 gtksourcev=
iew-sharp
error CS0006: Cannot find assembly `../../../../build/bin/MonoDevelop.Sourc=
eEditor.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.SourceEdito=
r.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.Source=
Editor.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 MonoDevelo=
p.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.
>=20
> ----- Mensaje Original -----
> De: Todd Berman <tberman@sevenl.net>
> Fecha: Viernes, Marzo 5, 2004 5:22 am
> Asunto: [MonoDevelop] MonoDevelop 0.1 Released
>=20
> > We have released 0.1 tarballs for MonoDevelop.
> >=20
> > You can read the release notes at: http://monodevelop.com/
> > release_notes/0.1.0.html
> >=20
> > --Todd
> >=20
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >=20
>=20
>=20
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>=20
=2D----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=3D
=3DOEKt
=2D----END PGP SIGNATURE-----