symbol-db error

View: New views
8 Messages — Rating Filter:   Alert me  

symbol-db error

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to get the calltips (using symbol-db) for
language-support-cpp and my language-support-python.
The moment the calltips are supposed to appear, I get this in the
console and calltips don't appear:

(anjuta:21663): libanjuta-symbol-db-CRITICAL **:
sdb_engine_insert_dyn_query_node_by_id: assertion `priv->db_connection
!= NULL' failed

(anjuta:21663): libanjuta-symbol-db-CRITICAL **:
symbol_db_engine_update_buffer_symbols: assertion `priv->db_connection
!= NULL' failed

Could it indicate my gdl isnt installed properly?
If i remember correctly, I didnt encounter this problem about 2 months
ago, but then I was using the RPM installation at that time.
Thanks,
Ishan

--
---------------------------------------------------------------
Ishan Chattopadhyaya
Email: ishan@...
Website: www.ishan.chattopadhyaya.com
---------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Sébastien Granjoux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ishan,

Ishan Chattopadhyaya a écrit :

> I am trying to get the calltips (using symbol-db) for
> language-support-cpp and my language-support-python.
> The moment the calltips are supposed to appear, I get this in the
> console and calltips don't appear:
>
> (anjuta:21663): libanjuta-symbol-db-CRITICAL **:
> sdb_engine_insert_dyn_query_node_by_id: assertion `priv->db_connection
> != NULL' failed
>
> (anjuta:21663): libanjuta-symbol-db-CRITICAL **:
> symbol_db_engine_update_buffer_symbols: assertion `priv->db_connection
> != NULL' failed
>
> Could it indicate my gdl isnt installed properly?

It's not gdl. gdl take care of the docking windows only.

Then, I don't know what's happen exactly, you can try to delete the file
.anjuta_sym_db.db in your project directory. Perhaps Massimo will have
more ideas.

You can try to get libgda from gnome git too and compile it yourself.

Regards,

Sébastien

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Massimo Cora' :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Sébastien Granjoux wrote:
>
> You can try to get libgda from gnome git too and compile it yourself.
>


yes, installing libgda should fix the thing.

regards,
Massimo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkp1gkIACgkQcfVTgMRILk18vQCfarhFsoA2WtEOW8LQ5L2XOCQ9
FhQAn2sRA5lIt/Ry7XnFlICQo9GDRswY
=bhHW
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have it installed, but still the error occurs. I tried installing
from the latest trunk gda again, still the same error.
What should I do?

2009/8/2 Massimo Cora' <maxcvs@...>:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> Sébastien Granjoux wrote:
>>
>> You can try to get libgda from gnome git too and compile it yourself.
>>
>
>
> yes, installing libgda should fix the thing.
>
> regards,
> Massimo
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkp1gkIACgkQcfVTgMRILk18vQCfarhFsoA2WtEOW8LQ5L2XOCQ9
> FhQAn2sRA5lIt/Ry7XnFlICQo9GDRswY
> =bhHW
> -----END PGP SIGNATURE-----
>



--
---------------------------------------------------------------
Ishan Chattopadhyaya
Email: ishan@...
Website: www.ishan.chattopadhyaya.com
---------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Debarshi Ray :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I have it installed, but still the error occurs. I tried installing
> from the latest trunk gda again, still the same error.
> What should I do?

Do you have the sqlite backend for libgda?

Cheers,
Debarshi
--
One reason that life is complex is that it has a real part and an
imaginary part.
    -- Andrew Koenig

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes, when i did ./configure, it said sqlite, mysql, berkeley DB as
yes, but postgresql as no.
Thanks

On Sun, Aug 2, 2009 at 11:02 PM, Debarshi Ray<debarshi.ray@...> wrote:

>> I have it installed, but still the error occurs. I tried installing
>> from the latest trunk gda again, still the same error.
>> What should I do?
>
> Do you have the sqlite backend for libgda?
>
> Cheers,
> Debarshi
> --
> One reason that life is complex is that it has a real part and an
> imaginary part.
>    -- Andrew Koenig
>



--
---------------------------------------------------------------
Ishan Chattopadhyaya
Email: ishan@...
Website: www.ishan.chattopadhyaya.com
---------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if you want i can list all that i did step by step right from the start.

On Sun, Aug 2, 2009 at 11:05 PM, Ishan
Chattopadhyaya<ichattopadhyaya@...> wrote:

> yes, when i did ./configure, it said sqlite, mysql, berkeley DB as
> yes, but postgresql as no.
> Thanks
>
> On Sun, Aug 2, 2009 at 11:02 PM, Debarshi Ray<debarshi.ray@...> wrote:
>>> I have it installed, but still the error occurs. I tried installing
>>> from the latest trunk gda again, still the same error.
>>> What should I do?
>>
>> Do you have the sqlite backend for libgda?
>>
>> Cheers,
>> Debarshi
>> --
>> One reason that life is complex is that it has a real part and an
>> imaginary part.
>>    -- Andrew Koenig
>>
>
>
>
> --
> ---------------------------------------------------------------
> Ishan Chattopadhyaya
> Email: ishan@...
> Website: www.ishan.chattopadhyaya.com
> ---------------------------------------------------------------
>



--
---------------------------------------------------------------
Ishan Chattopadhyaya
Email: ishan@...
Website: www.ishan.chattopadhyaya.com
---------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: symbol-db error

by Johannes Schmid-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

I think you are not using the libgda that you compiled manually. What
--prefix= option did you give it and do you have the system libgda still
installed?

Regards,
Johannes


Am Sonntag, den 02.08.2009, 23:06 +0530 schrieb Ishan Chattopadhyaya:

> if you want i can list all that i did step by step right from the start.
>
> On Sun, Aug 2, 2009 at 11:05 PM, Ishan
> Chattopadhyaya<ichattopadhyaya@...> wrote:
> > yes, when i did ./configure, it said sqlite, mysql, berkeley DB as
> > yes, but postgresql as no.
> > Thanks
> >
> > On Sun, Aug 2, 2009 at 11:02 PM, Debarshi Ray<debarshi.ray@...> wrote:
> >>> I have it installed, but still the error occurs. I tried installing
> >>> from the latest trunk gda again, still the same error.
> >>> What should I do?
> >>
> >> Do you have the sqlite backend for libgda?
> >>
> >> Cheers,
> >> Debarshi
> >> --
> >> One reason that life is complex is that it has a real part and an
> >> imaginary part.
> >>    -- Andrew Koenig
> >>
> >
> >
> >
> > --
> > ---------------------------------------------------------------
> > Ishan Chattopadhyaya
> > Email: ishan@...
> > Website: www.ishan.chattopadhyaya.com
> > ---------------------------------------------------------------
> >
>
>
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

signature.asc (204 bytes) Download Attachment