Hi
I have just upgraded to codelite 2.0.3365 from version 1.0.3035 under Linux/Gentoo/AMD64. It seems the SymbolView plugin is no more built because the configure script in the sources does not create a Makefile under the SymbolView directory.
Thanks in advance for your help
Florent
SymbolView plugin no more built with codelite 2 under linux
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Nov 19, 2009 12:46 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Nov 19, 2009 12:46 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SymbolView plugin no more built with codelite 2 under linux
I have just edited the configure script and noticed that all lines referring to the SymbolView plugin are commented. When will this plugin available for codelite 2? Please consider that it is (one of) the most important plugin for C++ development.
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: SymbolView plugin no more built with codelite 2 under linux
Well it isn't available, because it was not created by Eran, and the interface with the database changed a lot. Scott Dolim, who made this plugin, didn't reply actualy to update the sources. Please be free to try and update the SymbolView plugin sources to compile with the new CodeLite version.
Jérémie
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SymbolView plugin no more built with codelite 2 under linux
I found some time and updated the SymbolView plugin myself - it is now working properly on both Linux / Windows (I dont have access to my mac atm)
So, if you are using SVN version of codelite (the fixes are committed in revision 3765), you could do svn update and you will get SymbolView compiling again.
BTW: by default this plugin is disabled - you can enable it from Plugins -> Manage Plugins
Eran
So, if you are using SVN version of codelite (the fixes are committed in revision 3765), you could do svn update and you will get SymbolView compiling again.
BTW: by default this plugin is disabled - you can enable it from Plugins -> Manage Plugins
Eran
Make sure you have read the HOW TO POST thread