[Mono-dev] mkbundle --mono : Cannot find assembly

Rajesh Khan rajeshkhan808 at gmail.com
Fri Jan 29 04:02:19 UTC 2016


I am attempting to build a project through cmake for xcode.
The project required mono framework , so I installed mono and also built
the source.
I then get this message from Xcode I am not sure what this means.

/Users/User/MyApp/ext/mono/bin/mkbundle -o createcore_managed.c -oo
createcore_managed_deps.o -c --nomain --config-dir
/Users/User/MyApp/ext/mono/etc --config
/Users/User/MyApp/ext/mono/etc/mono/config --machine-config
/Users/User/MyApp/ext/mono/etc/mono/4.5/machine.config --mono
/Users/User/MyApp/ext/mono/lib/mono/4.5/ --deps
/Users/User/MyApp-Build/bin/CreateCore.dll
/Users/User/MyApp-Build/bin/FM.dll /Users/User/MyApp-Build/bin/FSLLINK.dll
/Users/User/MyApp-Build/bin/Ionic.Zlib.dll
/Users/User/MyApp-Build/bin/PList.dll
/Users/User/MyApp-Build/bin/Renci.SshNet.dll
/Users/User/MyApp-Build/bin/MIConvexHullPlugin.dll
/Users/User/MyApp-Build/bin/MathNet.Numerics.dll
WARNING:
  Check that the machine.config file you are bundling
  doesn't contain sensitive information specific to this machine.
OS is: Darwin
Sources: 10 Auto-dependencies: True
ERROR: Cannot find assembly `--mono'
make: *** [/Users/User/MyApp-Build/createcore/createcore_managed.c] Error 1
Command /bin/sh failed with exit code 2

I downloaded the mono project from the git resource
git clone https://github.com/mono/mono.git
Then I did the following
./autogen.sh --prefix=/Users/User/mono --disable-nls
   >make get-monolite-latest
   >make
   >make install
The build process completed successfully.

Any suggestions on why I might be getting that error ERROR: Cannot find
assembly `--mono'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20160128/95691484/attachment.html>


More information about the Mono-devel-list mailing list