I'm running on OS X with Mono 2.8.2. Trying to do the Shorty example
fails.
# git clone
https://jack...@github.com/jacksonh/manos.git
# cd manos
# ./autogen.sh
# make
# sudo make install
# manos --docs << this results in 404, but it runs
# manos --init Shorty
< modify Shorty.cs as described in the tutorial >
# manos --server
error while serving application:
System.IO.FileNotFoundException: Could not load file or assembly
'manos.dll' or one of its dependencies. The system cannot find the
file specified.
File name: 'manos.dll'
at (wrapper managed-to-native) System.Reflection.Assembly:LoadFrom
(string,bool)
at System.Reflection.Assembly.LoadFrom (System.String assemblyFile)
[0x00000] in <filename unknown>:0
at Manos.Tool.Loader.LoadLibrary[ManosApp] (System.String library,
IList`1 arguments) [0x00000] in <filename unknown>:0
at Manos.Tool.ServerCommand.Run () [0x00000] in <filename unknown>:
0
at Manos.Tool.Driver.RunServer (IList`1 args) [0x00000] in <filename
unknown>:0
at Manos.Tool.Driver.Server (IList`1 args) [0x00000] in <filename
unknown>:0
Thanks for any help.
Duane