Re: [gnome-db] jhbuild setup for libgda
- From: Pavlo Solntsev <p_solntsev meta ua>
- To: gnome-db-list gnome org
- Subject: Re: [gnome-db] jhbuild setup for libgda
- Date: Mon, 09 Jan 2017 23:54:47 -0600
Dear Daniel.
This is a first command I tried. it didn't work. libgda module is not found. It looks like libgda module is not listed in modules files. I configured jhbuild to use local modules and created libgda configuration manually. I was able to clone libgda repo but gnome-autogen.sh can't find ./configure file. If I copy autogen.sh executing string (I can see it) and run it manually (from jhbuild shell), configuration is going ok but
build stage gave some problems:
Making all in sqlcipher
make[2]: Entering directory '/home/pavlo/jhbuild/checkout/libgda/providers/sqlcipher'
cp ../../libgda/sqlite/sqlite-src/sqlite3.c sqlite3.c
patch -p0 < ./sqlcipher.patch
patching file sqlite3.c
CC sqlite3.lo
sqlite3.c: In function ‘sqlcipher_openssl_hmac’:
sqlite3.c:17150:12: error: storage size of ‘hctx’ isn’t known
HMAC_CTX hctx;
^~~~
sqlite3.c:17152:3: warning: implicit declaration of function ‘HMAC_CTX_init’ [-Wimplicit-function-declaration]
HMAC_CTX_init(&hctx);
^~~~~~~~~~~~~
sqlite3.c:17157:3: warning: implicit declaration of function ‘HMAC_CTX_cleanup’ [-Wimplicit-function-declaration]
HMAC_CTX_cleanup(&hctx);
^~~~~~~~~~~~~~~~
sqlite3.c:17150:12: warning: unused variable ‘hctx’ [-Wunused-variable]
HMAC_CTX hctx;
^~~~
sqlite3.c: In function ‘sqlcipher_openssl_cipher’:
sqlite3.c:17167:18: error: storage size of ‘ectx’ isn’t known
EVP_CIPHER_CTX ectx;
^~~~
sqlite3.c:17167:18: warning: unused variable ‘ectx’ [-Wunused-variable]
Makefile:674: recipe for target 'sqlite3.lo' failed
I assume, this is another dev repo issue. Anyway. A a separate approach, I forked repo from github and will try to add my changes to a separate branch. After that will send you a pool request.
Thanks.
On Mon, 2017-01-09 at 17:19 -0600, Daniel Espinosa wrote:
Do you have jhbuild problems?
As far as I remember, there is a jhbuild for libgda. So just use:
jhbuild build libgda
On command line.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]