[MonoDevelop] Trouble Building
Todd Berman
tberman@off.net
Wed, 23 Jun 2004 13:35:20 -0400
Justin Alexander wrote:
> When I go to compile my project (Monodevelop v0.4) It reports succesfull
> completion. but could not find the executable. I went to the target
> debug directory and found the egg-shap.dll but not my program (or any
> other files). This was the same for both release and debug.
If you could send me a tarball of your project, so I can replicate and
fix this issue, it would be greatly appreciated.
>
> I tried compiling from the commandline with:
>
> make -f Makefile.Luach
try ./make.sh
>
> (Luach is the name of the project)
> It complained that it could not find ./egg-sharp.dll
> which makes no sense because A) it's THERE! and B) It had no troubles
> copying it to the target directories.
>
> Does anyone have any recomendations?
>
>
>
--Todd