Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

SVNInside : development of another SVN plugin for CodeBlocks

<< < (27/31) > >>

AIL:
Hi.

I try to install SVNInside into Code::Blocks as plugin, but something wrong happens:

---------------
One or more plugins were not loaded.
This usually happens when a plugin is built for
a different version of the Code::Blocks SDK.
Check the application log for more info.

List of failed plugins:

svninside.dll
---------------

Plugin was built using

MinGW-5.1.4  http://dfn.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.4.exe
wxMSW-2.8.7  http://biolpc22.york.ac.uk/pub/2.8.7/wxMSW-2.8.7.zip  (official mirror)
codeblocks-8.02-src  http://switch.dl.sourceforge.net/sourceforge/codeblocks/codeblocks-8.02-src.tar.bz2
SVNInside  http://tools.assembla.com/svn/SVNInside/trunk

Used version of Code::Blocks to install plugin is 8.02 (wxWidgets 2.8.7) - binary package from official site.
http://switch.dl.sourceforge.net/sourceforge/codeblocks/codeblocks-8.02mingw-setup.exe


What happens? why it does not work? And where I can "Check the application log for more info."?


And, to autor - Please, write normal build manual, human-readable, not everybody borns with knowledge, where to get components to build, which version to use, how exactly build it and so on.

Thanks.

[attachment deleted by admin]

ollydbg:
To my knowledge, this is the steps you should build a plugin.

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows




You should build both the IDE and plugins and they can work together. 

Do Not add plugin to the used codeblocks from official site, the codeblocks itself should be build either. :D

AIL:
First, thanks for link.


--- Quote from: ollydbg on May 13, 2009, 06:25:44 pm ---Do Not add plugin to the used codeblocks from official site, the codeblocks itself should be build either. :D

--- End quote ---

Yeah? And for what button "Install new" placed to "Manage plugins" dialog?

dmoore:
you can link against the 8.02 binaries BUT

when you link -- don't link against your own copies of the dlls, link against the CB 8.02 binary packages dlls (including any packaged wx widgets libs). see this: http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build
(the instructions assume you are building against a nightly build but it is the same for building against the actual release)

AIL:
It works now!!! Yeah!!! Thanks a lot!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version