[Mono-devel-list] Yet Another SVN Compile Question
marcusmonaghan at f2s.com
marcusmonaghan at f2s.com
Tue Feb 15 12:23:08 EST 2005
Hari,
Thanks for the help, but I'm still getting errors. I have done as you suggested
and added a "make" before the "make install" but I get the following from the
"make":
make[8]: Entering directory `/develop/mono/mcs/class/Managed.Windows.Forms'
MONO_PATH="../../class/lib/default:$MONO_PATH"
/develop/mono/mono/runtime/mono-wrapper ../../tools/resgen/resgen.exe
resources/System.Windows.Forms.resx
Error: Cannot load support for ResX format: System.Windows.Forms,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
make[8]: *** [resources/System.Windows.Forms.resources] Error 1
make[8]: Leaving directory `/develop/mono/mcs/class/Managed.Windows.Forms'
make[7]: *** [all.real] Error 2
make[7]: Leaving directory `/develop/mono/mcs/class/Managed.Windows.Forms'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/develop/mono/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/develop/mono/mcs'
make[4]: *** [profile-do--default--all] Error 2
make[4]: Leaving directory `/develop/mono/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/develop/mono/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/develop/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/develop/mono/mono'
make: *** [all] Error 2
Regards,
Marcus
Quoting Raja R Harinath <rharinath at novell.com>:
> Hi,
>
> marcusmonaghan at f2s.com writes:
>
> > I downloaded the source from SVN lastnight and did an update this morning,
> > followed by a compile. All seemed to be going great up until the "make".
> After
> > a lot of compiling I get the following:
> >
> > make install-local
>
> I believe that the steps you performed were:
>
> > ./mono/autogen.sh --prefix /usr/mono
> > make get-monolite-latest
>
> Followed immediately by a
>
> make install
>
> This style is not supported. Please precede the 'make install' step
> with a 'make'. So, the steps are
>
> ./mono/autogen.sh --prefix=/usr/mono
> make get-monolite-latest
> make
> make install
>
> - Hari
>
More information about the Mono-devel-list
mailing list