Now, I have installed anjuta 3.0.3.0
when I write
$anjuta
on terminal then it shows following warnings :
(anjuta:1156): Gtk-WARNING **: Failed to load type module: (null)
`menu_proxy_module_load': anjuta: undefined symbol: menu_proxy_module_load
but anjuta starts.
then,
when I am creating example guitar-tuner code , then in the
src/guitar-tuner.ui file instead of showing the window
it is showing the following lines :
<?xml version="1.0"?>
<interface>
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="window">
<property name="visible">True</property>
<property name="title" translatable="yes">window</property>
<property name="default_width">500</property>
<property name="default_height">400</property>
<signal name="destroy" handler="destroy"/>
<child>
<placeholder/>
</child>
</object>
</interface>
what is the problem?
please help me!!
_______________________________________________
gnome-love mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-love