bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] APL SQLite not compilable (missing file)


From: David B. Lamkins
Subject: Re: [Bug-apl] APL SQLite not compilable (missing file)
Date: Fri, 18 Apr 2014 10:58:51 -0700

Ah. Thank you.

On Fri, 2014-04-18 at 05:36 -0500, Blake McBride wrote:
> Inside apl-sqlite/Makefile you must set APL_DIST to point to where
> gnu-apl is.  If you set that to the root directory og the gnu-apl
> souce code it'll build just fine.  The missing file you see is part of
> gnu-apl.
> 
> 
> Blake
> 
> 
> On Thu, Apr 17, 2014 at 1:25 PM, David B. Lamkins <address@hidden>
> wrote:
>         $ git clone https://github.com/lokedhs/apl-sqlite.git
>         $ cd apl-sqlite/
>         $ make
>         c++ -Wall -Wno-sign-compare -fPIC -g
>         -I/home/dlamkins/src/apl/src
>         -I/usr/include/postgresql   -c -o apl-sqlite.o apl-sqlite.cc
>         In file included from apl-sqlite.cc:21:0:
>         apl-sqlite.hh:34:31: fatal error: Native_interface.hh: No such
>         file or
>         directory
>          #include "Native_interface.hh"
>                                        ^
>         compilation terminated.
>         make: *** [apl-sqlite.o] Error 1
>         
>         
>         
> 
> 





reply via email to

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