News:

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

Main Menu

wxSmith where to invoke?

Started by hongxing, October 19, 2005, 01:51:42 AM

Previous topic - Next topic

hongxing

I use the cvs-head source code to compile the C::B, but when run, I can not find where to invoke wxSmith.

how?

thanks!

Ceniza

I guess you didn't compile wxSmith.

All the third-party plugins must be compiled apart.

Go to codeblocks/src/plugins/contrib/wxSmith, open the project file for unix and compile it. Now be sure to copy the resource files and the plugin to your Code::Blocks folder or run the one in codeblocks/src/devel.

hongxing

will wxSmith be involved defaultly like codecompletion plugin in the next version.

now I using daniel2000's spec file to build rpm, I want the rpm file to have wxSmith installed defaultly.

thanks!

byo

Quote from: hongxing on October 20, 2005, 10:42:54 AM
will wxSmith be involved defaultly like codecompletion plugin in the next version.

now I using daniel2000's spec file to build rpm, I want the rpm file to have wxSmith installed defaultly.

thanks!

Hi, maybe it will be inside RC2 on windows platform. But unfortunately wxSmith isn't stable enough, I guess You're running on Linux, I've found some strange bugs with property grid there (when selecting anything in combo box, it crashes, i don't know why) and I've found some huge bugs lately (f.ex. don't use wxSmith to open 2 or more editors cos You are going to have seg faults).
I thought wxSmith was much more stable :oops: and I think that using wxSmith isn't a good idea right now. Really nice seg faults granted ;)

byo

Ok, I've fixed some really stupid bugs and wxSmith works preety stable :). So If You want to use it here are some steps:

- Compile wxSmith using C::B (project fiile is in CB_DIR/src/plugins/contrib/wxSmith/wxSmith_2_6_unix.cbp
- copy recursively CB_DIR/src/devel/share/CodeBlocks to /usr/local/share/codeblocks (or any other C::B's share directory)

And that's all :) After that You have resource browser and wxSmith menu entry :)

rickg22

Yay! :D Hopefully we can have a rock-solid version by 1.0? :)

byo

Quote from: rickg22 on October 21, 2005, 05:06:50 PM
Yay! :D Hopefully we can have a rock-solid version by 1.0? :)

I hope so  :D that would be really... nice  8)

hongxing

when I compile wxSmith using C::B in Linux, it says:
g++: Cannot spedify -o with -C or -S and multiple compilations

help, thanks!

mandrav

Quote from: hongxing on October 22, 2005, 08:26:45 AM
when I compile wxSmith using C::B in Linux, it says:
g++: Cannot spedify -o with -C or -S and multiple compilations

help, thanks!

Go to "Settings->Compiler->Other" and set "GNU make" as build method.
Be patient!
This bug will be fixed soon...