On Mon, Apr 27, 2009 at 4:33 PM, Szakáts Viktor <[email protected]> wrote:

> Normally it should be autodetected, if it's not pls tell it's
> location, maybe our autodetection needs a tweak.
>
> You can use HB_INC_SQLITE3 envvar to spec header dir manually.

Since SQLite is embedded in the app I think it's safe to link the
"external" source so we use a known and ( more ) tested version.

I've added these lines:

ifeq ($(HB_ARCHITECTURE),linux)
HB_WITH_SQLITE3=yes
endif

in external/sqlite3 and these in contrib/hbsqlit3:

ifeq ($(HB_ARCHITECTURE),linux)
HB_INC_SQLITE3 += $(TOP)$(ROOT)external/sqlite3
endif

but probably the planned setup was different.

regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to