[Cppcms-users] Some build questions
Brought to you by:
artyom-beilis
From: Stanimir M. <sta...@zo...> - 2009-02-06 14:35:15
|
First of all, congratulation Artyom about keeping the good work on cppcms and not giving up! I am considering to give a try to cppcms for a new project which is going to fit well for our needs. After reading your blog and documentation regularly with a big interest, I configured one machine with Ubuntu and tried to build cppcms. The good news is that the dependencies in the documentation were very helpful to me, because i am a new comer to the Linux world (Ubuntu 8.10). After running the specified commands up to the "make" everything was fine. During the "make" unresolved reference for strcmp error was fixed by adding #include <string.h> in the global_config.h and then the same error for rand_r with #include <cstdlib> to the encryptor.cpp. Hope this is the right way? It could be wrong because i am not aware of the details using autotools yet. It is sure that it will be much easier for you to have more advance users than me, at least with the linux enviroment, but I would be a good test for your framework with all the problems faced to me. The last error which bothered me is a link problem: libtool: link: g++ -Wall -I./transtext -g -O2 -o .libs/hello_world.fcgi hello_world_fcgi-hello_world.o hello_world_fcgi-hello_world_view1.o hello_world_fcgi-hello_world_view2.o ./.libs/libcppcms.so -lboost_signals -lboost_iostreams -lboost_regex -ldl /usr/lib/libcgicc.so /lib/libgcrypt.so /usr/lib/libfcgi++.so /usr/lib/libfcgi.so -lnsl /usr/lib/libmm.so /work/cppcms/transtext/.libs/libcppcmstranstext.so transtext/.libs/libcppcmstranstext.so ./.libs/libcppcms.so: undefined reference to `sqlite3_column_blob' Of course i could think more and fix all these errors one by one but it seems to me that it should not be this way. What do you think? Stanimir |