Re: [Cppcms-users] Some build questions
Brought to you by:
artyom-beilis
From: Stanimir M. <sta...@zo...> - 2009-02-07 18:26:16
|
Hi, It works like a charm now! Thanks for your effort! I did compile some of the examples also, and now I am going to enjoy writing some more cppcms tryouts until i get familiar and prove some concepts. My next step is to use cppcms to rewrite one small asp.net application (mostly tool) which is really slow at the moment. This will verify my big expectations in cppcms and c++. I will post the results when it is finished. Regards, Stanimir On Sat, Feb 7, 2009 at 2:34 PM, Artyom <art...@ya...> wrote: > > 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 > > > > > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |