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
<https://github.com/lokedhs/apl-sqlite/trunk> sql*

Regards,
Elias


On 22 July 2014 19:19, Elias Mårtenson <loke...@gmail.com> 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 <juergen.sauerm...@t-online.de>
> 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" <bl...@arahant.com> 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 <loke...@gmail.com>
>>> 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:
>>>>
>>>>
>>>> https://github.com/lokedhs/apl-sqlite/commit/3b5c12ca3a465728ac909c91f705a9c1000c524f
>>>>
>>>>  Regards,
>>>> Elias
>>>>
>>>
>>>
>>
>

Reply via email to