Registered Member
|
Hello,
I am trying to build qyoto on ubuntu 10.04.While configuring the assemblygen package(cloned from git://anongit.kde.org/assemblygen) for building i encountered an error "Couldn't find a valid C# compiler" - CMAKE_CSharp_COMPILER-NOTFOUND. I have installed mono(Mono JIT compiler version 2.4.4) What could be wrong? -Thanks |
Registered Member
|
(Disclaimer: I try to avoid compiling as much as possible; also, I am not programmer in any case)
As far as I remember, to compile anything you need development files. They are usually in packages with names ending with -dev. On my Debian system there is libmono-2.0-dev package and I think this is what you need (although on your system version number might be lesser). There is also mono-devel package which promises to pull entire stack of mono development files, CLR, CIL, class libraries and other funny-sounding acronyms. I am not sure whether you need all of them, but you might download it just to be on safe side. By the way, support for this release (on desktop) has ceased about a week ago. Most likely you have better things to do, but you should consider upgrading your system.
Best regards
Mirosław Zalewski |
Registered Member
|
Thanks for the reply. I tried this on ubuntu 12.04 on a virtual machine and the build was successful.
But now am stuck with another issue. I tried to compile my first simple application (from http://zetcode.com/gui/csharpqyoto/introduction/)
by command
Running the executable fails with and error code "The entry point method could not be loaded". What could be wrong here? Thanks again.
|
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell