mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] Compile error on ubuntu 16.04


Chronological Thread 
  • From: Zhang Zhen <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Compile error on ubuntu 16.04
  • Date: Fri, 16 Nov 2018 01:26:05 -0500

Hi,

I have installed libsqlite3-dev and sqlite3 on the system. But still got
following error:

[ 87%] Linking CXX executable ../texmacs.bin
libtexmacs_body.a(sqlite3.cpp.o): In function `tm_sqlite3_initialize()':
/home/zarzen/Desktop/texmacs-master/src/Plugins/Sqlite3/sqlite3.cpp:75:
undefined reference to `sqlite3_open'
/home/zarzen/Desktop/texmacs-master/src/Plugins/Sqlite3/sqlite3.cpp:76:
undefined reference to `sqlite3_close'
/home/zarzen/Desktop/texmacs-master/src/Plugins/Sqlite3/sqlite3.cpp:77:
undefined reference to `sqlite3_get_table'
/home/zarzen/Desktop/texmacs-master/src/Plugins/Sqlite3/sqlite3.cpp:78:
undefined reference to `sqlite3_free_table'
collect2: error: ld returned 1 exit status
src/CMakeFiles/texmacs.bin.dir/build.make:124: recipe for target
'texmacs.bin' failed
make[2]: *** [texmacs.bin] Error 1
CMakeFiles/Makefile2:991: recipe for target
'src/CMakeFiles/texmacs.bin.dir/all' failed
make[1]: *** [src/CMakeFiles/texmacs.bin.dir/all] Error 2
Makefile:140: recipe for target 'all' failed

Any suggestion?

Best,
Zhen


Archive powered by MHonArc 2.6.19.

Top of page