User forums > Help
[SOLVED] Plugins configured but not compiled (Code::Blocks from SVN, Linux)
Yamakuzure:
Hello everybody,
I have tried to find out why all plugins get Makefile's created by configure but are never built. I tried two ways to build CB: A) via Gentoo live ebuild, B) manually via bootstrap, configure and make. One example is the devpak_plugin. It gets a Makefile but isn't built by Make.
I searched the forums and the wiki, but all I found out is, that some of the plugins listed on the wiki page as contrib plugins simply aren't built.
Is this a problem with the current SVN revision or do I miss something? Honestly I suspect the latter ;)
Thanks for your help in advance!
Jenna:
Which parameters do you use for configure ?
Yamakuzure:
The ebuild uses:
--- Code: ---./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-wx-config=/usr/lib64/wx/config/gtk2-unicode-release-2.8 --disable-debug --enable-pch --disable-static --with-contrib-plugins=all
--- End code ---
And I have manually tried out:
--- Code: ---./configure --prefix=/usr/local --with-wx-config=/usr/lib64/wx/config/gtk2-unicode-release-2.8 --with-contrib-plugins=all
--- End code ---
Both with the same result.
Sidenote: If I just configure the package, cd into the src/plugins/contrib/DoxyBlocks folder and issue "make all", it is built. But doing so in the devpak_plugin folder results in the following:
--- Code: ---sed-notebook devpak_plugin # LC_ALL="C" make all
Making all in bzip2
make[1]: Entering directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/plugins/contrib/devpak_plugin/bzip2'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/plugins/contrib/devpak_plugin/bzip2'
make[1]: Entering directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/plugins/contrib/devpak_plugin'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/var/tmp/portage/dev-util/codeblocks-9999/work/codeblocks-9999/src/plugins/contrib/devpak_plugin'
--- End code ---
Jenna:
devpak is a windows plugin.
It has a Makefile to add it to a distribution tarball with "make dist", so the target all does nothing.
Yamakuzure:
Oh, that's a pity. :-(
Navigation
[0] Message Index
[#] Next page
Go to full version