[Mono-list] monodevelop don't build

2005-10-20 Thread sombriks
hi, i've downloaded the Fedora Core rpm (everyting) and i converted it on Slackware packages. at th first look, it seems ok, but some stranges thing are happening whith my monodevelop. first, it reclaims an ambient variable for mozilla's instalation. not bat, i created it. later, he offers to m

Re: [Mono-list] Why UTF-16 strings in Mono.Unix?

2005-10-20 Thread Jonathan Pryor
On Tue, 2005-10-18 at 13:18 +0200, Florian Weimer wrote: > No, this is not what I want. I want to be able to write code which > can access all files the user has read access to, irrespective of > their names. Thank you for pointing this out. I didn't have a test case for this scenario until now,

Re: [Mono-list] About Event Log

2005-10-20 Thread Jonathan Pryor
On Thu, 2005-10-20 at 12:08 +0600, Gayan Perera wrote: > does the EventLog object is supported in Mono.if so where can i find > the log details in a Linux box ? Mono's current EventLog implementation silently discards all messages. There is no location to find them, as they're never saved. - Jon

Re: [Mono-list] SSL and WebServices

2005-10-20 Thread Sebastien Pouliot
Hello Gayan, A little more details could help, like: * your platform; * your mono version; * where do you see this error message (server log ? client app ?); If the error is client related then have you read the security FAQ ? http://www.mono-project.com/FAQ:_Security If not start there then, i

Re: [Mono-list] SSL and WebServices

2005-10-20 Thread Gayan Perera
dear frnd, Mono is the latest build Platform is Fedora Core 3 i'm runing my application using mod_mono with apachee which comes with Fedora3. i saw this in the TestFrom provided by the XSP Server. Gayan. On 10/20/05, Sebastien Pouliot <[EMAIL PROTECTED]> wrote: Hello Gayan,A little more details c

Re: [Mono-list] About Event Log

2005-10-20 Thread Gayan Perera
dear all, Can't u implement the Evenlog in your next version to use the SystemLog on the Platform runing or a special log file for Mono only. Gayan.On 10/20/05, Jonathan Pryor <[EMAIL PROTECTED]> wrote: On Thu, 2005-10-20 at 12:08 +0600, Gayan Perera wrote:> does the EventLog object is supported i

Re: [Mono-list] monodevelop don't build

2005-10-20 Thread Paulo Alves Magalhães Filho
Try this # export MOZILLA_FIVE_HOME=/usr/bin   or# export MOZILLA_FIVE_HOME=/usr/lib/mozilla Good luck !   Paulo AMF On 10/20/05, sombriks <[EMAIL PROTECTED]> wrote: hi,i've downloaded the Fedora Core rpm (everyting) and i converted it onSlackware packages.at th first look, it seems ok, but some st

[Mono-list] Re: About Event Log

2005-10-20 Thread Robert Jordan
Gayan, Can't u implement the Evenlog in your next version to use the SystemLog on the Platform runing or a special log file for Mono only. Even now you can use the EventLog: You may hook the EntryWritten event and write the log entry using syslog(3): using System; using System.Diagnostics; us

[Mono-list] uninstaller?

2005-10-20 Thread Jim Apple
I used the installer as described: http://www.mono-project.com/InstallerInstructions Unfortunately, it's partially broken on my machine - monodevelop and monodoc crash with gtkhtml errors. I'd like to uninstall so that I can reinstall from source. Is there an uninstaller? Also, the MD5 sum on t

[Mono-list] Deep Marshaling

2005-10-20 Thread Shankari
Hello, While marshalling class and structure members, Mono doesnt do a deep marshal. If the structure has a string member, a default of charset.auto is set. But if the structure has an array of integers, what would be done in that case? In general, if an array of simple types is a member of the s