[Mono-dev] Mono documentation

2013-04-29 Thread Александр Шевченко
Hi all. I have a question about monodoc. I want to create documentation for my library on windows, but it looks like monodoc is utility only for Linux. If it is, how can I create docs on Windows? Thanks in advance, Aleksandr Shevchenko. ___

[Mono-dev] Cannot make mono again after a make install

2013-04-29 Thread nelson
Hi all, I am facing a weird problem. When I build mono following the instructions from GIT (install a working mono, get latest version, autogen, make) it works. But if I do a make install and then modify some sources, make stops working. Do someone have an idea on why ? The error :

[Mono-dev] Building MonoDevelop 4.0.4 on Ubuntu Desktop 13.04

2013-04-29 Thread JesseBuesking
I'm attempting to build MonoDevelop from the git source on Ubuntu Desktop 13.04, but I'm fairly certain I'm doing something wrong. I've got a script that builds each component, semi-closely following http://monodevelop.com/Developers/Articles/Building_MonoDevelop_on_Ubuntu, doing it as a parallel

Re: [Mono-dev] Mono documentation

2013-04-29 Thread Jonathan Pryor
On Apr 29, 2013, at 2:10 AM, Александр Шевченко alexandre.shevche...@gmail.com wrote: I have a question about monodoc. I want to create documentation for my library on windows, but it looks like monodoc is utility only for Linux. If it is, how can I create docs on Windows? Grab and extract:

[Mono-dev] Fwd: CSS Support Project Idea

2013-04-29 Thread meherzad
Hello all, For further Info relating to the implementation of the project of CSS support in MONO. Main thing will be parsing the whole document and similarly to generate necessary maps and collection of all the css possible properties and their possible values which will help in the code

Re: [Mono-dev] UTF8 encoding/decoding

2013-04-29 Thread Marek Safar
Hi Gerardo, This is very good Mono improvement. Could change your tests to fit mono nunit test style. It should not be too hard if you need guidance let me know or look how it's done for other mono parts. Secondly to make the review and merge easier for us could you send pull request with your

[Mono-dev] EntryPointNotFoundException with __Internal method

2013-04-29 Thread Marcelo Zabani
When embedding Mono within Nginx, I received the following exception: *Unhandled Exception: System.EntryPointNotFoundException: log_error_core_wrapper* * at (wrapper managed-to-native) Nam.NginxMethods:ngx_log_error (uint,intptr,int,string)* * at Nam.NginxMethods.LogInfo (IntPtr log,

Re: [Mono-dev] UTF8 encoding/decoding

2013-04-29 Thread Gerardo García Peña
Hi Marek, I've discovered the directory /mono/mcs/class/corlib/Test/System.Text just now ... I never noticed it before, sorry. The problem with my tests is that they are written for comparing its output against the output of an existing reference runtime (in this moment ms-net). I will take a

Re: [Mono-dev] EntryPointNotFoundException with __Internal method

2013-04-29 Thread Marcelo Zabani
I'm running Linux. On Mon, Apr 29, 2013 at 9:27 PM, Jonathan Pryor jonpr...@vt.edu wrote: On Apr 29, 2013, at 3:20 PM, Marcelo Zabani mzab...@gmail.com wrote: When embedding Mono within Nginx, I received the following exception: Unhandled Exception: System.EntryPointNotFoundException:

Re: [Mono-dev] EntryPointNotFoundException with __Internal method

2013-04-29 Thread Robert Jordan
On 29.04.2013 21:20, Marcelo Zabani wrote: When embedding Mono within Nginx, I received the following exception: *Unhandled Exception: System.EntryPointNotFoundException: log_error_core_wrapper* * at (wrapper managed-to-native) Nam.NginxMethods:ngx_log_error (uint,intptr,int,string)* * at

Re: [Mono-dev] EntryPointNotFoundException with __Internal method

2013-04-29 Thread Jonathan Pryor
On Apr 29, 2013, at 3:20 PM, Marcelo Zabani mzab...@gmail.com wrote: When embedding Mono within Nginx, I received the following exception: Unhandled Exception: System.EntryPointNotFoundException: log_error_core_wrapper at (wrapper managed-to-native) Nam.NginxMethods:ngx_log_error

Re: [Mono-dev] EntryPointNotFoundException with __Internal method

2013-04-29 Thread Marcelo Zabani
hmm Thanks Robert! I was only adding --export-dynamic to generate the intermediary .o files. Now I've added it to create the *nginx* executable. Do you have any hints on the problem of Marshal.SizeOf returning 0 (zero)? This is the class whose size is said to be zero:

Re: [Mono-dev] GSoC 2013 MonoDevelop Color Scheme Editor

2013-04-29 Thread Steffan Byrne
Hi again, I've successfully pulled and built the latest build of MonoDevelop from git, and I feel comfortable with the area of the code base that the color scheme editor project will deal with. I have written my proposal for the project and I would appreciate any feedback. Thank You, Steffan

Re: [Mono-dev] Building MonoDevelop 4.0.4 on Ubuntu Desktop 13.04

2013-04-29 Thread Nikita Tsukanov
Hello Jesse. You need gnome-sharp packages in GAC and pkg-config. You can use my PPA ( https://launchpad.net/~keks9n/+archive/monodevelop-latest ) to obtain needed dependencies. Currently they are build for 12.10, but you can install them in 13.04 2013/4/29 JesseBuesking jessebuesk...@gmail.com