Author Topic: ThreadSearch plugin v1.1 release  (Read 25918 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch plugin v1.1 release
« Reply #15 on: March 19, 2008, 07:18:58 pm »
Hi !

I confirm that ThreadSearch plugin is now part of the contrib plugins.
The latest version i 1.6.

I work on Ubuntu, I don't know anything about Mandriva  :oops:

You should try to get SVN sources (see that link) and follow the instructions of the BUILD file (root of the sources).

Dje

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: ThreadSearch plugin v1.1 release
« Reply #16 on: March 19, 2008, 07:23:41 pm »
I didn't found a package for Mandriva (is there one some where?), also i compilled the sources. This plugin was not included in it.

How did you compile ?
With C::B ?
Then you should also compile ContribPlugins-unix.workspace.
And don't forget to run ./update after compiling.

If you use ./configure you should use the switch --with-contrib-plugins=all.

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Re: ThreadSearch plugin v1.1 release
« Reply #17 on: March 19, 2008, 08:19:07 pm »
Thank you all for a quick answers.  :)

I'll try to compile it today.

Alexey

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Re: ThreadSearch plugin v1.1 release
« Reply #18 on: March 20, 2008, 08:31:32 am »
Hello everybody.

It's works! Super. Thanks all of you.

One little bug is there.
Wen i right click with a mouse on a code preview editor in a plugin, CodeBlocks just disappear. Without anythign to say to me  :(

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch plugin v1.1 release
« Reply #19 on: March 20, 2008, 08:47:57 am »
Hi !

Thanks for report, I'll have a look tonight.

Dje

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch plugin v1.1 release
« Reply #20 on: March 20, 2008, 11:01:57 pm »
Well, I tried latest version on Ubuntu 7.10 and all is OK.
Did anyone experience this bug ?

What is your SVN, wxWidgets, GCC versions ?

Dje

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch plugin v1.1 release
« Reply #21 on: March 21, 2008, 12:06:07 am »
Are you sure you're using the last version of the code ?
As you can see in this post, Jens already fixed it.

Dje

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Re: ThreadSearch plugin v1.1 release
« Reply #22 on: March 23, 2008, 06:06:21 pm »
Well, I tried latest version on Ubuntu 7.10 and all is OK.
Did anyone experience this bug ?

What is your SVN, wxWidgets, GCC versions ?

Dje
Sorry for a such late answer, i was at a holidays.

SVN is 1.4.5.
sourcecode was retrieved at 20.03.2008 with RapidSVN 0.9.6
wxWidgets - 2.8.7
GCC is that with Mandriva 2008.0 came:
Thread model: posix
gcc version 4.2.2 20070909 (prerelease) (4.2.2-0.RC.1mdv2008.0)

Alexei

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: ThreadSearch plugin v1.1 release
« Reply #23 on: March 23, 2008, 07:29:29 pm »
Hi !

Could you check that ThreadSearch manifest.xml is 1.6 ?
I was asking for your C::B SVN revision. It sould be at least 4940.

We don't use the same GCC version, I use the UBUNTU 7.10 version, I think it is 4.2.1.

Dje

Offline MasterAlexei

  • Multiple posting newcomer
  • *
  • Posts: 83
    • Fun electronic
Re: ThreadSearch plugin v1.1 release
« Reply #24 on: March 24, 2008, 10:55:19 am »
Hi !

Could you check that ThreadSearch manifest.xml is 1.6 ?
I was asking for your C::B SVN revision. It sould be at least 4940.

We don't use the same GCC version, I use the UBUNTU 7.10 version, I think it is 4.2.1.

Dje

Aaa.
I have found it!
It was old version of plugin istalled.
Newer version want not installed until i removed old .la and .so files from /usr/local/share/codeblocks/plugins/ dir.
Now it works!
Thank you for your help and responce!

Till next time ;-)

Alexei