Put this in your code:

char* gnuc_, boost_, stl_, wt_;

cout << "G++: " << __GNUC__ << "." << __GNUC_MINOR__ << "." <<
__GNUC_PATCHLEVEL__ << endl;
cout << "STL: " << __VERSION__ << endl;
cout << "BOOST: " << BOOST_VERSION << endl; // BOOST_LIB_VERSION
cout << "WT: " << WT_VERSION_STR << endl;


Output:

G++: 4.7.2
STL: 4.7.2
BOOST: 104900
WT: 3.2.3

ps.: I'm also run Wt in Debian.

On 03/15/2013 06:39 PM, Chris Frey wrote:
> Hi,
> 
> I'm the person who submitted issue: http://redmine.webtoolkit.eu/issues/1750
> Not sure how to submit a comment without signing in, so switching to email.
> 
> Koen asked what version I was using.  I'm just using the default example
> from the www.webtoolkit.eu web page.  Whatever version is installed there.
> I assumed it was the latest, but I don't know.
> 
> Thanks,
> - Chris


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to