Re: [Cppcms-users] Some build questions
Brought to you by:
artyom-beilis
|
From: Artyom <art...@ya...> - 2009-02-07 12:34:23
|
Ok... Solution:
Install missing dependecies:
libboost-date-time1.35-dev
Compilation of 0.0.2:
Fix an issue with headers.
run
./configure LIBS=-lrt --prefix=/usr
Than compilation would work with no problems
Compilation of trunk
Install additional missing dependecy
libtool
Run
svn update
Then
./autogen.sh
./autogen.sh
./configure --prefix=/usr
Then build with make. This should work now.
Next time, please tell me that all sqlite3_* symbols are missing.
Best,
Artyom
|