I have tried to build a simple wxWidgets program on macOS using CodeLite.
Error I get is
/bin/sh -c '/usr/bin/make -j4 -e -f Makefile'
----------Building project:[ wksp-1 - Debug ]----------
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
make[1]: wx-config: Command not found
/usr/bin/g++ -c "/Users/WorkFolder/Developer/wxWidgets-3.0.5/wksp-1/wksp-1/main.cpp" -g -O0 -Wall -o ../build-Debug/wksp-1/main.cpp.o -I.
/Users/WorkFolder/Developer/wxWidgets-3.0.5/wksp-1/wksp-1/main.cpp:1:10: fatal error: 'wx/wx.h' file not found
#include <wx/wx.h>
^~~~~~~~~
1 error generated.
make[1]: *** [../build-Debug/wksp-1/main.cpp.o] Error 1
make: *** [All] Error 2
====2 errors, 0 warnings====
I have wxWidgets installed in a particular folder and I have run "make" it in the same folder.