Re: [Cppcms-users] cppcms build problems
Brought to you by:
artyom-beilis
From: Stanimir M. <sta...@zo...> - 2009-11-10 17:05:18
|
Mine gcc version is 4.4.1 Without stdio.h sscanf is not defined in the cppcms::encryptor constructor. Artyom, congratulations for the Boost.Locale! You have the ability to spot exactly where is the missing tool for c++ web development and most importantly you have the courage to work and implement it :) Stanimir On Tue, Nov 10, 2009 at 5:51 PM, Artyom <art...@ya...> wrote: >> You can compile it just by adding in >> the session_sid.h and encryptor.h >> the following includes: >> >> #include <stdint.h> >> #include <stdio.h> > > I see, you really need stdint.h, but do you need stdio.h? > > I'll fix in trunk ASAP. > > What gcc version are you using? > > Artyom > > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |