mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compile error on ubuntu 16.04


Chronological Thread 
  • From: Henri Girard <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Compile error on ubuntu 16.04
  • Date: Fri, 16 Nov 2018 17:40:06 +0100

For ubuntu it's good to do

./configure --prefix=/usr                (then texmacs is in your path)

make

sudo make install

Keep the compiled sources if you want to uninstall it

sudo make uninstall

Le 16/11/2018 à 09:01, Massimiliano Gubinelli a écrit :
Does the standard 

./configure
make

works?

cmake is not (yet) the preferred build method for TeXmacs. 
Maybe Darcy Shen <address@hidden> know what to do.

Best
Max


On 16. Nov 2018, at 06:26, Zhang Zhen <address@hidden> wrote:

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