Ok, finally i got it working. The screenshot is below. After i came home today i had no problem compiling the program. I did however have problems running the application using mono, it kept telling me the directory 'Plugins' is not found.
----
Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/Users/blaircotnam/Desktop/OpenMobile/OpenMobile\Plugins\' not found.
----
I had to go into core.cs and under LoadMainMenu() i had to change '\' to '/' in the first line for the plugin path, otherwise it would never find the plugin directory. Anyways, maybe its something i'm doing, but though i would mention it.
Blair
Bookmarks