User forums > Help

No plugins!

(1/3) > >>

bgolding:
I'm running C::B from SVN 4698, which I built on Redhat. This is my first time building from source.

The good news: the GUI starts up  :D
The bad news: Plugins->Manage Plugins shows an empty list. Obviously this restricts the usefulness somewhat.

I did
./configure --enable-static=yes --with-contrib-plugins=all --prefix=/blah/blah
make
make install

In my installation, I have:
codeblocks/share/codeblocks/plugins % ls
libastyle.a            libdebugger.a              libProfiler.a
libastyle.la*          libdebugger.la*            libProfiler.la*
libautosave.a          libdefaultmimehandler.a    libprojectsimporter.a
libautosave.la*        libdefaultmimehandler.la*  libprojectsimporter.la*
libbyogames.a          libdragscroll.a            libRegExTestbed.a
libbyogames.la*        libdragscroll.la*          libRegExTestbed.la*
libcb_koders.a         libenvvars.a               libscriptedwizard.a
libcb_koders.la*       libenvvars.la*             libscriptedwizard.la*
libclasswizard.a       libexporter.a              libSymTab.a
libclasswizard.la*     libexporter.la*            libSymTab.la*
libcodecompletion.a    libhelp_plugin.a           libtodo.a
libcodecompletion.la*  libhelp_plugin.la*         libtodo.la*
libcodesnippets.a      libkeybinder.a             libwxsmith.a
libcodesnippets.la*    libkeybinder.la*           libwxsmithcontribitems.a
libcodestat.a          liblib_finder.a            libwxsmithcontribitems.la*
libcodestat.la*        liblib_finder.la*          libwxsmith.la*
libcompiler.a          libopenfileslist.a
libcompiler.la*        libopenfileslist.la*

So why no plugins? Is there some very obvious build/setup step I am missing?

stahta01:
try it without the --enable-static=yes
Tim S

bgolding:
Tim, is this just a guess, or is there a reason you have suggested it? Because it seems to me that the plugins have been built OK and it is just a configuration problem.

I will try this suggestion, but it may take me some time and may cause other problems with my setup. I'll let you know if it works.

bgolding:
I am now using shared libs
./configure --with-contrib-plugins=all --prefix=/blah/blah
and have built a clean version from SVN 4816, but the same problem persists.

These are the actual commands used to launch C::B (from a script in mybin dir)
LD_LIBRARY_PATH="/blah/blah/lib"
/blah/blah/bin/codeblocks

Is anyone able to advise me how C::B finds and loads plugins from the installation directory?

MortenMacFly:

--- Quote from: bgolding on January 14, 2008, 07:31:17 pm ---Is anyone able to advise me how C::B finds and loads plugins from the installation directory?

--- End quote ---
Run the update script to complete the "compilation". This will create a launch script, too. BTW: You did a make install, did you?!

Navigation

[0] Message Index

[#] Next page

Go to full version