News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wx-config is not found by configure snd bootstrap

Started by alexbour, March 22, 2017, 04:29:06 PM

Previous topic - Next topic

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.

stahta01

#1
IIRC, this is wrong.


--with-wx-config=/opt


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".


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


Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Commaster

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