[Freeswitch-dev] mod_mono Build

Michael Giagnocavo mgg at giagnocavo.net
Mon Sep 15 15:11:23 EDT 2008


Hi David,

        Good point about FindFirstFile not working. While we'll require Mono to be symlinked for building, I'm not sure it should be a requirement for deployment. What do you think?

        It'll probably be better, now that we only support 2.0+, to have a more intelligent Mono directory probe.

-Michael

-----Original Message-----
From: David Brazier [mailto:David.Brazier at 360crm.co.uk]
Sent: Monday, September 15, 2008 9:08 AM
To: freeswitch-dev at lists.freeswitch.org
Cc: Michael Giagnocavo
Subject: RE: mod_mono Build

Michael & All

That's good - those updates do tidy up the SWIG bit.  After updating I had a couple of Windows problems:
1.      When linking mod_mono, all the FS core lib symbols were undefined - I had to add FreeSwitchCoreLib as a reference.
2.      Because I had just installed Mono 2.0 and still had Mono 1.9.1, the FindFirstFile in setMonoDirs() was finding Mono-1.9.1 first and then all the assemblies were wrong.  So I just changed line 111 to find %PROGRAMFILES%\Mono - which you're now saying must be where the Mono you want is installed:

switch_snprintf(findPath, MAX_PATH, "%s\\Mono", progFilesPath);

But actually all the FindFirstFile stuff isn't needed at all now, is it?

I've revisited my changes and put patches on http://jira.freeswitch.org/browse/MODLANG-83.

Regards

David



360CRM Limited, registered address, Caledonia House, 89 Seaward Street, Glasgow, G41 1HJ, Registered in Scotland, company number SC261952.
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of 360CRM Ltd.  This email does not form any part of a contract.  If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone.  Please contact the sender if you believe you have received this email in error.



More information about the Freeswitch-dev mailing list