[Wt-interest] Wt-2.2.1 WLayout Compile Error

2008-12-01 Thread Osei Simba Hinds
Hi all, I recently upgraded to Wt-2.2.1 and these two includes in my project related to layout seem to be causing a problem *#include Wt/WGridLayout #include Wt/WBorderLayout *Here's what I get when I try to compile:- */usr/local/include/Wt/WLayout:170: error: expected ';' before 'margins_' **

Re: [Wt-interest] Wt-2.2.1 WLayout Compile Error

2008-12-01 Thread Koen Deforche
Hey Osei, 2008/12/1 Osei Simba Hinds [EMAIL PROTECTED]: Hi all, I recently upgraded to Wt-2.2.1 and these two includes in my project related to layout seem to be causing a problem #include Wt/WGridLayout #include Wt/WBorderLayout Here's what I get when I try to compile:-

Re: [Wt-interest] Wt-2.2.1 WLayout Compile Error

2008-12-01 Thread Koen Deforche
All, (I am really starting to hate GMail's keyboard behaviour!) 2008/12/1 Koen Deforche [EMAIL PROTECTED]: Here's what I get when I try to compile:- /usr/local/include/Wt/WLayout:170: error: expected ';' before 'margins_' In the file at that line - int*WT_ARRAY margins_; This is

Re: [Wt-interest] Wt-2.2.1 WLayout Compile Error

2008-12-01 Thread Osei Simba Hinds
This could be the case since I just updated to the newest version :( On 12/1/08, Koen Deforche [EMAIL PROTECTED] wrote: All, (I am really starting to hate GMail's keyboard behaviour!) 2008/12/1 Koen Deforche [EMAIL PROTECTED]: Here's what I get when I try to compile:-