On 02 May 2016 at 18:07, Eric Kestler <ekestler at gmail.com> wrote: 

> I'm looking for a release of SQLite that included extended text
> functionality; specifically, the SQL Server charindex function.
>
> Is there any reason not to include more text functions into the core SQLite
> release? I'm sure many of us would like to see them and ease the burden of
> workarounds.
>
> For the record, I'm not a C programmer, and have no idea how to go about
> compiling and linking external function libraries using u*ix; I use a Mac,
> and while OS/X has a u*ix ancestor, there are no clear step-by-step
> instructions on how to compile and link on a Mac that I've found.

Easiest is probably to use Xcode. I've been able to rebuild, and even make 
slight changes to, programs such as the sqlite shell using that. The nice thing 
is that it's a bit like a sausage machine. Pour the source in at one end and 
turn the handle, out pops an executable. No fiddling about at the command line 
using incomprehensible stuff like make.

--
Cheers  --  Tim

Reply via email to