this is my first post...so here goes.
I hit a problem compiling the gtk GUI from r1816 on Kubuntu 7.10/64 running on core 2 Quad.
Version: SVN-1816 downloaded 8 Oct 2008.
Platform: Linux (Kubuntu 7.10)
Settings: N/A
OS: Kubuntu 7.10
Once I got all prerequisites in place ghb compiled fine. Running the ghb executable immediately popped up a dialogue:
[Unable to create ghb.
Internal error. Could not parse UI description.]
I isolated the problem to the ghb.ui file, Line: 3199
- 3199c3199
< <property name="text" translatable="yes"></property>
---
> <property name="text" translatable="yes"/>
Editing the ghb.ui file as above (green) fixed the problem for me. The problem would have been easier to fix if any GError is output to STDERR [gtk:src:main.c:93] on object creation.

