Re: [Anjuta-list] question about anjuta.
- From: Biswapesh Chattopadhyay <biswapesh_chatterjee tcscal co in>
- To: Anjuta List <anjuta-list lists sourceforge net>
- Cc: Anjuta devel <anjuta-devel lists sourceforge net>
- Subject: Re: [Anjuta-list] question about anjuta.
- Date: Tue May 28 21:24:04 2002
>
>
> Hi,
>
> I just installed anjuta on my redhat linux 7.2. But,
> when I started anjuta, it gave such information:
>
> GnomeUI-WARNING **: Could not open help topics file
> NULL
>
> ** CRITICAL **: file anjuta.c: line 1745
> (anjuta_toolbar_set_view): assertion `item != NULL'
> failed.
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
> serial 13777 error_code 8 request_code 62 minor_code
> 0
Which version is this ? CVS, 0.1.9, 0.1.8, ... ? Did you install from
source, source RPM or plain RPM ?
The relevant part of the code is this:
------------------------------------
item = gnome_app_get_dock_item_by_name (GNOME_APP
(app->widgets.window), toolbar_name);
g_return_if_fail (item != NULL);
g_return_if_fail (GNOME_IS_DOCK_ITEM (item));
------------------------------------
There doesn't seem to be anything wrong with it.
You can try two things:
1) Delete your ~/.anjuta directory and restart anjuta. It might be a
settings conflict problem. If this does not solve the problem then:
2) Download a tarball from http://anjuta.sf.net/cvs/ and try installing
it from source. It is as simple as:
a) Download the tarball
b) Extract it using 'tar zxvf <Tarball name>
c) cd anjuta
d) ./autogen.sh --prefix=/your/install/dir && make && make install
(You'll need a fairly up-to-date set of GNOME development libraries -
stock RH 7.2 is fine). Run the resultant binary and see if the problem
goes away.
Hope this helps.
Rgds,
Biswa.
>
>
> And, I can not use it at all. Can anyone help me out
> of this?
>
> Thanks,
> -Jenny
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]