User forums > Help
wxWidgets on OS-X no work!
Neal M:
Whenever I try to make a wxWidgets project, Code::Blocks gives me a crap load of compiler errors just trying to run the default Hello World (errors in attached text file).
I inquired over on the wxWidgets forum and was told that I appear to have built the wx package correctly and the issue is apparently that Code::Blocks isn't configured properly to work with wxWidgets.
I'm using C::B 13.12 (the latest version available for OS X) and wxWidgets 3.0.4 on OS X 10.13.2 (High Sierra).
stahta01:
So, what is the output of wx-config from the command line?
--- Code: ---wx-config --list
--- End code ---
Tim S.
Neal M:
I can't get the wx-config script to run, that's my other problem.
--- Quote ---Neals-MacBook-Pro:wxwidgets-3.0.4 Neal1$ ls wx*
wx-config-inplace.in wx-config.in wxwin.m4
Neals-MacBook-Pro:wxwidgets-3.0.4 Neal1$ wx-config --list
-bash: wx-config: command not found
Neals-MacBook-Pro:wxwidgets-3.0.4 Neal1$ wx-config.in --list
-bash: wx-config.in: command not found
Neals-MacBook-Pro:wxwidgets-3.0.4 Neal1$
--- End quote ---
oBFusCATed:
This seems like the unpackaged source dir.
Probably you need to build the library first.
Neal M:
Well I did the build procedure according to the installation instructions.
The sample apps all seem to work, which suggests that the build went okay, at least that's what I was told in the wxWidgets forum.
I don't know what else do.
Navigation
[0] Message Index
[#] Next page
Go to full version