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

SVNInside : development of another SVN plugin for CodeBlocks

<< < (29/31) > >>

stahta01:

--- Quote from: Killertester on June 02, 2009, 06:06:29 pm ---Help!
I try compile plugin on linux:
src/dialogs/svniTreeItem.h|37|warning: 'typedef' was ignored in this declaration|
src/dialogs/svniTreeItem.h|37|warning: 'typedef' was ignored in this declaration|
src/dialogs/svniTreeCtrl.h|31|warning: 'typedef' was ignored in this declaration|
svniCommand.cpp||In member function 'size_t svniCommand::AddFilterMask(int, bool)':|
svniCommand.cpp|104|error: 'remove_if' was not declared in this scope|
||=== Build finished: 1 errors, 3 warnings ===|


--- End quote ---

Guess on my part try adding algorithm include to top of svniCommand.cpp


--- Code: ---#include <algorithm>
--- End code ---

Killertester:
OK i build plugin but not install:

One or more plugins were not installed succesfully:
/home/igor/svninside.cbplugin

Please somebody tell us ready for rapidshare.

stahta01:

--- Quote from: Killertester on June 03, 2009, 05:17:43 am ---OK i build plugin but not install:

One or more plugins were not installed succesfully:
/home/igor/svninside.cbplugin

Please somebody tell us ready for rapidshare.

--- End quote ---

You do realize the problem is that the plugin needed is different for each version of Code::Blocks used.
If you, don't post the version or SVN of your Code::Blocks then it is not possible to known what version or SVN is in most demand. Also, is it an self compile or Nightly Download?
What operating System?
What version and build type of wxWidgets?

These are just the options I know about.

Tim S

PS: I am a Windows user, I have no idea how many different builds would be added for different Linux setups.

Jenna:
remove non-existent svniConfigDlg.* and add svniPrjConfigDlg.* and svniSettingsDlg.* (both from src/dialogs).

With this changes it is installable on my linux-box (debian 64-bit experimental/unstable).

(64-bit also needs -fPIC as compiler-option.)


It has several bugs (localization not found, svn executable not found, often crashes on exit), but that's another thing.

Killertester:
System: Slackware-current
wxWidgets: 2.8.10
Code:Block: 8.02
SVNInside: 85

Please somebody tell us ready for rapidshare. For linux.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version