xuxiandi / ftk

Automatically exported from code.google.com/p/ftk
Other
0 stars 0 forks source link

when running demo_hello, the app logs "ftk_theme_builder_on_start:338 type != FTK_WIDGET_NONE failed." #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mkdir -p build && cd build
2. ../configure --with-backend=linux-x11:640x480 --with-fontengine=freetype 
--with-inputmethod=gpinyin --enable-gtk-doc-html=no
3. make
4. ./src/demos/demo_hello

What is the expected output? What do you see instead?
The check of the widget type should not fail. It fails.

What version of the product are you using? On what operating system?
The latest Code from subversion. Ubuntu 10.04 32-bit.

Please provide any additional information below.

Original issue reported on code.google.com by HotForest on 14 Jul 2011 at 6:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by HotForest on 8 Aug 2011 at 5:02