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

That should do it.

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.

You should try with '=' instead of '+=', otherwise
it will pick the installed version, not the embedded
one.

Not being a hardcore Linuxer I didn't want to make
a decision for this platform, but if Linux users think
it's better to use the embedded one, we can make it.

Brgds,
Viktor

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

Reply via email to