Re: [Wt-interest] Examples, paths and --docroot

2008-07-14 Thread Koen Deforche
Hey Pau, 2008/7/9 Pau Garcia i Quiles [EMAIL PROTECTED]: One would expect that WApplication::useStyleSheet and WMessageResourceBundle::use look for the CSS stylesheet and the localization XML in the docroot or where the binary is. Given that this is not the case, I think the docs should make

[Wt-interest] Unpleasant change in CVS: Wt include directories

2008-07-14 Thread Koen Deforche
All, Unless your hobby is setting up build files or configure scripts, I am afraid the latest CVS commit will draw your attention to an unpleasant change. Until now, Wt installed its include files directly into the (...)/include folder, where (...) corresponds to ${CMAKE_INSTALL_PREFIX} as

Re: [Wt-interest] Unpleasant change in CVS: Wt include directories

2008-07-14 Thread Guy Deleeuw
Hello Great improvement Guy Koen Deforche a écrit : All, Unless your hobby is setting up build files or configure scripts, I am afraid the latest CVS commit will draw your attention to an unpleasant change. Until now, Wt installed its include files directly into the (...)/include

Re: [Wt-interest] Unpleasant change in CVS: Wt include directories

2008-07-14 Thread Koen Deforche
Hey Ray, 2008/7/14 Ray Burkholder [EMAIL PROTECTED]: Unless your hobby is setting up build files or configure scripts, I am afraid the latest CVS commit will draw your attention to an unpleasant change. Until now, Wt installed its include files directly into the (...)/include folder, where

Re: [Wt-interest] Bug in src/wt/WLogger.C

2008-07-14 Thread Koen Deforche
Hey Goetz, 2008/7/14 Goetz Babin-Ebell [EMAIL PROTECTED]: Hello Folks, Index: src/wt/WLogger.C === RCS file: /opt/cvs/wt/src/wt/WLogger.C,v retrieving revision 1.1 diff -u -r1.1 WLogger.C --- src/wt/WLogger.C13 Jul 2008

[Wt-interest] ia64 errors

2008-07-14 Thread Guy Deleeuw
Hello This problem appear before and disappear last months but from the last cvs : [ 19%] Building CXX object src/CMakeFiles/wt.dir/wt/WEnvironment.o /tmp/cckuFaCz.s: Messages de l'assembleur: /tmp/cckuFaCz.s:347: AVERTISSEMENT:Use of 'add' may violate WAW dependency 'GR%, % in 1 - 127'

Re: [Wt-interest] WContainerWidget::setLayout(WGridLayout) can crash

2008-07-14 Thread bvh
On Sun, Jul 13, 2008 at 08:25:49PM +0200, Koen Deforche wrote: Wt will crash when trying to call WContainerWidget::setLayout when you pass in a WGridLayout that satisfies the following conditions - does not yet have that WContainerWidget as a Parent - is not complete, ie for example when