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

Compiling Code::Blocks: ./bootstrap command errors.

<< < (5/7) > >>

sodev:

--- Quote from: Krice on August 16, 2019, 02:46:40 pm ---It IS installed.

--- End quote ---

It is NOT installed. If it would be installed, /Users/Krice/Documents/wxw/share/aclocal would exist, because your prefix is /Users/Krice/Documents/wxw so a make install would install into that prefix and during installation share/aclocal would be created to put wxwin.m4 into it.

stahta01:
Krice: I never liked the twenty question game; I will add you to my list of people who it is useless to try to help!!

You skipped the installation step; but, you keep saying you installed wxWidgets!!!!!!!!!!

Tim S.

Krice:

--- Quote from: sodev on August 16, 2019, 06:26:04 pm ---It is NOT installed.
--- End quote ---

I ran sudo make install and now ./bootstrap work, however when I run ./configure for Code::Blocks I get this error:


--- Code: ---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.
--- End code ---

By the way, wxwidget people say Code::Blocks is doing it the wrong way, you should not have to make install the library:
https://forums.wxwidgets.org/viewtopic.php?f=23&p=193484&sid=2001ebb0b423d41e4be8134b3ef2758d#p193484

stahta01:
You have a lot to learn about programming.

I hope you have a sane reason to self build Code::Blocks.

Tim S.

Krice:

--- Quote from: stahta01 on August 18, 2019, 02:41:03 pm ---You have a lot to learn about programming.
--- End quote ---

No, I only need to "learn" the idiocy that is unix command line "programming". In Windows this problem doesn't even exist, because projects are created in IDE (as they should) and libraries are mostly pre-compiled and ready to use. Compiling everything from source seems to be somewhat problematic to say the least, but it's something you need when nothing stays compatible and there are different versions of everything. Even OSX can break programs when they release a new os version.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version