User forums > General (but related to Code::Blocks)

Integration of Tortoise within Code::Blocks

<< < (2/3) > >>

mariocup:
Thanks,

I have downloaded the file and will try to the plugin work for TortoiseSVN and TortoiseCVS.
But if I built the plugin I have the same problem as build Codeblocks from sources under windows.
Codeblocks (nightly builds) is linked against wxmsw26u_gcc_cb.dll.
If I build codeblocks from sources it is linked (WX_SUFFIX=u) against wxmsw26u_gcc_custom.dll and the plugins are not loaded correctly. If I modify WX_SUFFIX=u_gcc_cb then I get
C:/Programme/wxWidgets-2.6.3/include/wx/platform.h:190:22: wx/setup.h: No such file or directory
What I am doing wrong. Thanks.

Bye,

Mario

Jan van den Borst:
Some time back I wrote a CBTortoiseSVN plugin! I'll attach it.

Jan

[attachment deleted by admin]

MortenMacFly:

--- Quote from: Jan van den Borst on March 29, 2007, 01:50:18 pm ---Some time back I wrote a CBTortoiseSVN plugin! I'll attach it.

--- End quote ---
That was the one I meant. Thanks, Jan. BTW: If I recall correctly there were also some modifications done by pecan in addition... but I'm not sure about that....
With regards, Morten.

Biplab:

--- Quote from: mariocup on March 29, 2007, 01:47:46 pm ---If I build codeblocks from sources it is linked (WX_SUFFIX=u) against wxmsw26u_gcc_custom.dll and the plugins are not loaded correctly. If
--- End quote ---

Open config.gcc file in <wx>/build/msw folder. Change the following line

--- Code: ---VENDOR = custom
--- End code ---
To

--- Code: ---VENDOR = cb
--- End code ---
And recompile the wx. Now you'll get wxmsw26u_gcc_cb.dll file.

mandrav:

--- Quote from: Biplab on March 29, 2007, 03:30:49 pm ---Open config.gcc file in <wx>/build/msw folder. Change the following line

--- Code: ---VENDOR = custom
--- End code ---
To

--- Code: ---VENDOR = cb
--- End code ---
And recompile the wx. Now you'll get wxmsw26u_gcc_cb.dll file.

--- End quote ---

@all:

!!! NEVER EVER DO THAT !!!

The vendor suffix is there for a reason. Specifically, the "cb" suffix tells us that this dll was built by us and we can safely assume it is built the way we want it.
If you do that and something doesn't work, don't come here for help. You 've been warned.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version