Usually, these kind of errors are caused due to missing DLLs
Try adding the wxWidgets libraries location to the path.
According to your build log, add this line to the environment variables within CodeLite:
Settings->Environment variables:
Code: Select all
PATH=C:\wxWidgets-3.1.3\lib\gcc_dll;$PATH