[Haiku-commits] r31099 - haiku/trunk/src/apps/aboutsystem

Joseph Prostko joe.prostko+haiku at gmail.com
Thu Jun 18 22:48:41 CEST 2009


On Thu, Jun 18, 2009 at 1:19 PM, <axeld at mail.berlios.de> wrote:
> Author: axeld
> Date: 2009-06-18 19:19:32 +0200 (Thu, 18 Jun 2009)
> New Revision: 31099
> ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31099&view=rev
>
> Modified:
>   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
>   haiku/trunk/src/apps/aboutsystem/HyperTextView.cpp
>   haiku/trunk/src/apps/aboutsystem/HyperTextView.h
> Log:
> * Changed the whole thing to use the layout engine, which makes it work okay
>  with larger font sizes.
>
>
> Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
>

This revision breaks the GCC4 build (at least for me).  Here's the output:

C++ /home/joe/haiku/trunk/generated-gcc-4.4.1/objects/haiku/x86/release/apps/aboutsystem/AboutSystem.o
/home/joe/haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp: In
constructor 'AboutView::AboutView()':
/home/joe/haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp:368: error:
'r' was not declared in this scope
/home/joe/haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp:368: error:
'textHeight' was not declared in this scope


- joe



More information about the Haiku-commits mailing list