bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Fix to SQL library that makes it work on OSX


From: Elias Mårtenson
Subject: Re: [Bug-apl] Fix to SQL library that makes it work on OSX
Date: Tue, 22 Jul 2014 20:13:22 +0800

I found a great workaround if all you want is to be able to download the files into the sql directory. It turns out that Github supports Subversion clients, and subversion's export command is a bit easier to deal with than the Git model. From the src directory, simply run the following command:

    svn export --force https://github.com/lokedhs/apl-sqlite/trunk sql

Regards,
Elias


On 22 July 2014 19:19, Elias Mårtenson <address@hidden> wrote:
Well, in my source repository the file is called sql.apl, while in yours, it's SQL.apl. Could that be the cause?

Regards,
Elias


On 22 July 2014 18:26, Juergen Sauermann <address@hidden> wrote:
Hi,

SVN 384 should have it. On the other hand I have not seen
an update of src/sql in SVN 384.

If something is missing can you please have a look at the git-pull target
in src/Makefile.am and see if it is OK? I'm not really a git expert.

/// Jürgen



On 07/22/2014 01:28 AM, Elias Mårtenson wrote:

As soon as Jürgen brings it in. Until then you can just modify SQL.apl yourself.

Regards,
Elias

On 22 Jul 2014 00:58, "Blake McBride" <address@hidden> wrote:
Thanks!!  When does this get integrated into GNU APL?

Blake McBride

www.arahant.com
Cell:    615-394-6760
Office:  615-376-5500
Fax:     615-377-6006




On Mon, Jul 21, 2014 at 9:53 AM, Elias Mårtenson <address@hidden> wrote:
I made the following small change. This changes the library name from "lib_sql.so" to simply "lib_sql". This makes everything work properly on both Linux and OSX:


Regards,
Elias





reply via email to

[Prev in Thread] Current Thread [Next in Thread]