User forums > Using Code::Blocks

wxsmith plugin, where is it?

(1/11) > >>

jjenson:
Hi,

I'm running Peppermint 9 Linux. I have built codeblocks 17.12 from source I downloaded from sourceforge and successfully installed it on my system and have been using it ever since without issue. Lately, I have become interested in wxwidgets, but when I create a new project, there is no form wizard. If I select the radio button for wxsmith and hit the "next" button, I get "wxsmith plugin not loaded, cannot continue". What gives? Shouldn't wxsmith be included in the source or is there some other download I have to get?

Thanks,
JJ

oBFusCATed:
You have to enable it at configure time see --help or the --with-contrib-plugins option.

Generally the best option is to just build packages. Your distro is debian based, so it should be relatively easy.

jjenson:

--- Quote from: oBFusCATed on February 09, 2019, 11:33:08 pm ---You have to enable it at configure time see --help or the --with-contrib-plugins option.

Generally the best option is to just build packages. Your distro is debian based, so it should be relatively easy.

--- End quote ---

Okay, I tried again using ./configure --with-contrib-plugins switch. A lot of checking takes place followed by the following error:

configure: error: Package requirements (hunspell) were not met

No package 'hunspell' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables HUNSPELL_CFLAGS
and HUNSPELL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

jjenson:

--- Quote from: jjenson on February 10, 2019, 04:24:31 pm ---
--- Quote from: oBFusCATed on February 09, 2019, 11:33:08 pm ---You have to enable it at configure time see --help or the --with-contrib-plugins option.

Generally the best option is to just build packages. Your distro is debian based, so it should be relatively easy.

--- End quote ---

Okay, I tried again using ./configure --with-contrib-plugins switch. A lot of checking takes place followed by the following error:

configure: error: Package requirements (hunspell) were not met

No package 'hunspell' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables HUNSPELL_CFLAGS
and HUNSPELL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

--- End quote ---

IS anyone going to answer this?

stahta01:

--- Quote ---No package 'hunspell' found
--- End quote ---

Install the hunspell development package

Navigation

[0] Message Index

[#] Next page

Go to full version