[MonoDevelop] Compile failure on MacOSX (Intel)

Tschopp Gilles gilles.tschopp at gmail.com
Wed Jan 24 06:05:32 EST 2007


I've found the cause of this compiling failure.

>From the Makefile on "po" directory, the following lines were empty :

GMSGFMT =
MSGFMT =

I've corrected them like this :

GMSGFMT = /sw/bin/msgfmt
MSGFMT = /sw/bin/msgfmt

But I don't have any idea why they were left empty.

Regards.

2007/1/24, R. Tyler Ballance <tyler at bleepconsulting.com>:
>
>
>
> On Jan 24, 2007, at 1:51 AM, Tschopp Gilles wrote:
>
> Hello,
>
> I'm attempting to compile monodevelop on MacOSX 10.4.8 (Intel) (all
> the necessary dependencies are already compiled with Fink).
>
> I got this cryptic compiling error :
>
> Making all in po
> file=`echo cs | sed 's,.*/,,'`.gmo \
>   && rm -f $file &&  -o $file cs.po
> /bin/sh: line 1: -o: command not found
> make[1]: *** [cs.gmo] Error 127
> make: *** [all-recursive] Error 1
>
> It seems that I've missed something, but I still can't figure it...
> Any thoughts ?
>
> Thank you very much in advance !
> The error is pretty straightforward :)
>
> Some script is calling:  -o $file cs.po
>
> Which of course means, -o is not a command that  can be found ;)
>
>
> As to why this appears, no idea.
>
>
> Cheers
>
>
>  R. Tyler Ballance: Custom Mac and Linux Development at bleep. consulting
>  contact: tyler at bleepconsulting.com | jabber: tyler at jabber.geekisp.com
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
>


More information about the Monodevelop-list mailing list