User forums > Help

wx-config is not found by configure snd bootstrap

(1/1)

alexbour:
Dear Fellow Code::blockers, I need help on building this great tool on fedora25I'm trying to build codeblocks-16.01.release, but on fetched from svn repo(11029), have absolutely the same problem.
I have wx-config installed in /opt/bin...........and al  libs, headers also are in  /opt. I add /opt/bin to the $PATH  and to the $path, I even try symbolic link in /usr/bin and /usr/local/bin. All the same: bootstrap and configure do not see wx-config.
I'm using next command to configure:

--- Quote ---//configure --with-wx-config=/opt   --with-contrib-plugins=all --prefix=/opt]
The reason I'm using /opt - I have to absolutely isolate my changes to the system.
--- End quote ---

stahta01:
IIRC, this is wrong.


--- Code: -----with-wx-config=/opt

--- End code ---

I believe it should be the wx-config command to be used.

Edit1:
But, I normally use "WX_CONFIG_PATH" instead of the option "--with-wx-config".


--- Code: ---export WX_CONFIG_PATH="/mingw32/bin/wx-config"

--- End code ---


Tim S.

Commaster:
Yes, the "--with-wx-config" value HAS to end with "/wx-config" and point to the actual wx-config script.

Navigation

[0] Message Index

Go to full version