Re: [Mono-list] Android - libmono.so

2015-10-22 Thread William Ivanski
I'm afraid you cannot use Mono to develop for Android. You need Xamarin. William Ivanski 2015-10-22 15:31 GMT-02:00 robot9706 : > I would like to use Mono to develop a simple test application for Android > (I > would like to embed mono into an android application like Unity

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-22 Thread Miguel González
Hi Miguel, Thanks for the update :-) I had also an e-mail from Zoltan Varga yesterday telling me that the change had been applied. I updated my code accordingly to see if that could be the fix for my issue, too… But it didn’t :-( I’ll try using gdb as you suggested. I hadn’t considered it

[Mono-list] Android - libmono.so

2015-10-22 Thread robot9706
I would like to use Mono to develop a simple test application for Android (I would like to embed mono into an android application like Unity does). So I would like to ask few questions about it: 1) How can I compile Mono for Android or where can I obtain the libmono library and the headers for it?

Re: [Mono-list] Android - libmono.so

2015-10-22 Thread robot9706
Unity has a "libmono.so" so I think it is possible, since Android is Linux and Mono supports Linux. I just don't know how could I compile Mono to an Android so. -- View this message in context: http://mono.1490590.n4.nabble.com/Android-libmono-so-tp4666798p4666800.html Sent from the Mono -

Re: [Mono-list] Missing some symbols in Windows package.

2015-10-22 Thread donggas90
Now, I added a bridging C# module between C++ host and runtime compiled C# assembly. but have a problem to load the compiled assembly. Here is a C# source file of the bridging module. The scheme of the module is almost same with the

Re: [Mono-dev] malloc error executing OBS-built mono

2015-10-22 Thread Miguel González
I executed a sample command (gacutils.exe -l) under gdb to see the trace at the time of the crash. This is the backtrace as returned by gdb: Program received signal SIGABRT, Aborted. 0xf7e1b245 in raise () from /lib/libc.so.6 #0 0xf7e1b245 in raise () from /lib/libc.so.6 #1 0xf7e1cac3 in

Re: [Mono-list] Missing some symbols in Windows package.

2015-10-22 Thread Robert Jordan
On 22.10.2015 17:22, donggas90 wrote: How should I fix it? This is totally unrelated to Mono. Please check the docs of Assembly.Load(). AssemblyName is *not* a file name. Not "FullPath\__Intermediate.dll" and not "__Intermediate.dll". Just "__Intermediate". This is the (partial) assembly