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

SVNInside : development of another SVN plugin for CodeBlocks

<< < (13/31) > >>

orel:

--- Quote from: MortenMacFly on November 13, 2007, 03:43:00 pm ---
--- Code: ---template<> SVNInsideLogger* Mgr<SVNInsideLogger>::instance = 0;
template<> bool  Mgr<SVNInsideLogger>::isShutdown = false;

--- End code ---

--- End quote ---

Thanx for that

darthdespotism:
I'm trying to get this Plugin working on my Ubuntu/Linux box.

Although compiling is not posible with the -dev packages and an $cb pointing somewhere in /usr/include/codeblocks is not posible (but isn't that the purpose of the -dev Packages?) I finally got it compiling (rev4640) but when starting C::B I only get the following Message:


--- Code: ---Scanning for plugins in /home/darthdespotism/.codeblocks/share/codeblocks/plugins
/home/darthdespotism/.codeblocks/share/codeblocks/plugins/libSVNInside.so: not loaded (missing symbols?)
--- End code ---

Can anyone point me to the solution for this?

orel:

--- Quote from: darthdespotism on November 17, 2007, 04:22:02 pm ---I'm trying to get this Plugin working on my Ubuntu/Linux box.

Although compiling is not posible with the -dev packages and an $cb pointing somewhere in /usr/include/codeblocks is not posible (but isn't that the purpose of the -dev Packages?) I finally got it compiling (rev4640) but when starting C::B I only get the following Message:


--- Code: ---Scanning for plugins in /home/darthdespotism/.codeblocks/share/codeblocks/plugins
/home/darthdespotism/.codeblocks/share/codeblocks/plugins/libSVNInside.so: not loaded (missing symbols?)
--- End code ---

Can anyone point me to the solution for this?

--- End quote ---

This plugin should worl on linux, although i'm developing it no a Windows platform.
That's why Mandrav smartly brought a linux CB project you can find on the svn repository.

A silly question! did you use it?
I'm sorry i can't help you with your problem

stahta01:
Patch I applied to help compiling under windows.

Note, I have not ran it and did anything with it yet.

Tim S.


--- Code: ---Index: SVNInside.cbp
===================================================================
--- SVNInside.cbp (revision 34)
+++ SVNInside.cbp (working copy)
@@ -71,7 +71,7 @@
  <Add library="codeblocks" />
  <Add library="wxscintilla" />
  <Add directory="$(#cb)\devel" />
- <Add directory="$(#cb)\sdk\propgrid" />
+ <Add directory="$(#cb)\plugins\contrib\wxSmith\propgrid" />
  <Add directory="$(#wx.lib)\gcc_dll" />
  </Linker>
  <ExtraCommands>
Index: src/Dialogs/SVNInsideLogger.cpp
===================================================================
--- src/Dialogs/SVNInsideLogger.cpp (revision 34)
+++ src/Dialogs/SVNInsideLogger.cpp (working copy)
@@ -16,6 +16,9 @@
 #include <wx/settings.h>
 #include <wx/ffile.h>
 
+template<> SVNInsideLogger* Mgr<SVNInsideLogger>::instance = 0;
+template<> bool  Mgr<SVNInsideLogger>::isShutdown = false;
+
 // static members instantiation
 int             SVNInsideLogger::m_LoggerId = -1;
 TextCtrlLogger* SVNInsideLogger::m_Logger   = 0;

--- End code ---

darthdespotism:

--- Quote from: orel on November 17, 2007, 08:20:47 pm ---A silly question! did you use it?
I'm sorry i can't help you with your problem

--- End quote ---

Are you referring to the *-unix.cbp? I built it with this one, but as I said it doesn't load.

I'm getting the following warnings, perhapes it helps:

--- Code: ---Linking dynamic library: libSVNInside.so
Output size is 3,85 MB
Running project post-build steps
sh post_build_step
post_build_step: 2:
: not found
zip warning: name not matched: resources/*.xrc
updating: manifest.xml (deflated 52%)
cd: 4: can't cd to resources
zip error: Nothing to do! (../SVNInside.zip)
cd: 6: can't cd to ..
zip warning: name not matched: SVNInside.zip
updating: libSVNInside.so
cp: reguläre Datei „../../../devel/share/codeblocks/plugins/\r“ kann nicht angelegt werden: No such file or directory
 (deflated 75%)
cp: reguläre Datei „../../../devel/share/codeblocks/\r“ kann nicht angelegt werden: No such file or directory
Process terminated with status 1 (0 minutes, 32 seconds)
0 errors, 4 warnings
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version