I need to compile the assembly to use with a custom ".so" of sqlite+spatialite. I'm currently using Android's sqlite and simply using p/invoke tricks to load spatialite but it looks like JB compiled out the native functions I need. So in addition to building spatialite into sqlite and enabling r-trees and a few other things I need to use Mono.Data.Sqlite and move all of my code over (luckily it's behind a content provider).
I'm having trouble building the assembly though. Can I just build the assembly and not the rest of mono? I'm assuming the branch I need is mono-2-10 from https://github.com/mono/mono/tree/mono-2-10/mcs/class/Mono.Data.Sqlite Thanks, Jeremy
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid