[Mono-dev] windows build breakage? (missing CreateString)

Rodrigo Kumpera kumpera at gmail.com
Fri Sep 21 01:17:24 EDT 2007


Hi Eno,

Most of us had this issue, but it's a matter of making sure that you have a
matching mono binary with mscorlib. If you are running mono from the build
tree you must have MONO_PATH configured, otherwise, like my setup, just
'make install' it. If that doesn't help, you might need to bootstrap first
from a tarball in case your instalation got corrupted.



On 9/21/07, Atsushi Eno <atsushi at ximian.com> wrote:
>
> Recently (I think it's been since middle of this week or so) I have
> been unsuccessful to build non-bootstrap mono on windows, it
> complains about missing "CreateString". Is it only me or is the
> build broken? Note that it won't show up as monobuild status
> as it is non-bootstrap build.)
>
> ----
> Making all in net_2_0
> make[3]: Entering directory `/home/atsushi/svn/mono/data/net_2_0'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/home/atsushi/svn/mono/data/net_2_0'
> make[3]: Entering directory `/home/atsushi/svn/mono/data'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/home/atsushi/svn/mono/data'
> make[2]: Leaving directory `/home/atsushi/svn/mono/data'
> Making all in runtime
> make[2]: Entering directory `/home/atsushi/svn/mono/runtime'
> if test -w ../../mcs; then :; else chmod -R +w ../../mcs; fi
> cd ../../mcs && make PROFILES='default net_2_0 net_2_1' CC='gcc
> -mno-cygwin -g'
> all-profiles
> make[3]: Entering directory `/home/atsushi/svn/mcs'
> make profile-do--default--all profile-do--net_2_0--all
> profile-do--net_2_1--all
> make[4]: Entering directory `/home/atsushi/svn/mcs'
> make PROFILE=basic all
> make[5]: Entering directory `/home/atsushi/svn/mcs'
>
> ** (C:/cygwin/usr/local/lib/mono/1.0/mcs.exe:496): WARNING **: cannot
> find CreateString for .ctor
> make[6]: *** [build/deps/basic-profile-check.exe] Interrupt
> ----
>
> Atsushi Eno
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070921/07377314/attachment.html 


More information about the Mono-devel-list mailing list