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

SVNInside : development of another SVN plugin for CodeBlocks

<< < (20/31) > >>

orel:

--- Quote from: darthdespotism on December 26, 2007, 11:46:47 am ---When can we expect your new code? I'm very interested in this plugin ;)

Trying to figure out why the plugin won't load for me I compared it to the Plugins provided with Codeblocks and noticed that these all provide an .la but SVNInside doesn't. So I tried to produce one for it but couldn't make it work up to now. Is this an necessary step for Gnu/Linux? Can anyone provide me help in how to produce one?

--- End quote ---

Hi darthdespotism and thank you for your interest in SVNInside, have you check the repo recently, the new code you were expecting is here and SVNInside begins to be fully working. For the moment you can't do too special things but it's useful for everyday use of svn like :


* commit/update
* checking differences / creating patches
* viewing the status of your files
* locking/unlocking
* ...
But, as i don't develop it on linux, i am sorry i can't help you with your question, as i know some users have tried it on linux and it is working. A silly question from myself : are you trying to use with a downloaded nightly or from a 'built yourself from the sources' CB?

Because the only for the moment to use it is from a own built CB.

JGM:

--- Quote from: orel on January 18, 2008, 10:37:30 pm ---Because the only for the moment to use it is from a own built CB.

--- End quote ---

I don't know if I'm wrong (i do it), but you can also link against the nightly libcodeblocks.dll and the wxwidgets*dll that uses the nightly just by linking directly to the dll.  :) May be I should write an article about this on the wiki.

orel:

--- Quote from: JGM on January 19, 2008, 12:27:29 am ---I don't know if I'm wrong (i do it), but you can also link against the nightly libcodeblocks.dll and the wxwidgets*dll that uses the nightly just by linking directly to the dll.  :) May be I should write an article about this on the wiki.

--- End quote ---

I was not aware of that way to link a plugin with Code::Blocks, and i really would have know it before : when i spent hours trying to understand why the plugin i was building was not loaded by CB nightly, saying that symbols were missing in the plugin dynamic library.

I will try that as soon as possible and come back here. Because if you are true, it will be really easier for users to test/use my plugin (and other ones), not being obliged to compile CB before...

Thank you for that very useful hint, at least for me!! :D

Best regards,
orl

JGM:

--- Quote from: orel on January 19, 2008, 01:05:55 am ---I was not aware of that way to link.

--- End quote ---

You're not alone that happened to me also  :), for that reason i wrote a quick howto, really incomplete, but for programmers it should be enough to understand the concept, but I will update it later, here it is:

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

orel:

--- Quote from: JGM on January 19, 2008, 02:30:01 am ---You're not alone that happened to me also  :), for that reason i wrote a quick howto, really incomplete, but for programmers it should be enough to understand the concept, but I will update it later, here it is:

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

--- End quote ---

Really cool!! this gonna be helpful !!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version