News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

ThreadSearch build dependency

Started by ollydbg, October 05, 2009, 04:39:25 AM

Previous topic - Next topic

ollydbg

Jens and other devs.

After a clean check out of the trunk code.

If you open the "ContribPlugins.workspace", and only choose one project "Threadsearch" to build, you will notice that the "wxCustombutton library" was lost.

So, I think the "threadSearch"  plugin should add  a dependency to wxSmithContribItems plugin.

thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

I committed such a change (dependencies on wxWmithContribItems for ThreadSearch- and LibFinder-plugin and dependency on wxSmith for wxWmithContribItems).

But I only committed the changes (wxCustomButton instead of wxBitmapButton) to trunk.
The dependencies might have been lost with the later merges of scintilla and debugger-propgrid-branch.

I have no access to svn.berlios.de at the moment (at least no authenticated access), so I can not check it and correct if necessary.

I hope the server will be up later the day (the berlios status-monitor still says it has a socket-timeout after 10 seconds on svn.berlios.de).

Jenna

As far as I can see trunk, scintilla- and dbg-/propgrid-testbranch have the dependencies set correctly.

ollydbg

Quote from: jens on October 06, 2009, 12:21:29 AM
As far as I can see trunk, scintilla- and dbg-/propgrid-testbranch have the dependencies set correctly.

Thanks, I also confirm this.
I just do a testing on trunk code, the dependencies works.  :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.