wxWidgets 2.9.5 and Custom Location
Posted: Fri Mar 22, 2013 4:37 pm
Hello, sorry for a newbie question but I would like to try a couple of things with wxWidgets 2.9.5.
I have downloaded and built it in a custom location
/home/iwbnwif/wxWidgets-2.9.5/gtk-build
Everything is there, I can compile and run the samples correctly. However CL is still using the standard include files and libraries, even though I have changed:
Settings->Build Settings->Compilers->gnu g++->Advanced
Include Path: /home/iwbnwif/wxWidgets-2.9.5/include
Libraries Path: /home/iwbnwif/wxWidgets-2.9.5/gtk-build/lib
Workspace->Active Project Settings->Common Settings->Compiler:
Include paths: /home/iwbnwif/wxWidgets-2.9.5/include
Workspace->Active Project Settings->Common Settings->Linker:
Library Paths: /home/iwbnwif/wxWidgets-2.9.5/gtk-build/lib
Is there somewhere else I have missed or is it that I have to do something such that CL uses the correct wxconfig?
Thanks!
I have downloaded and built it in a custom location
/home/iwbnwif/wxWidgets-2.9.5/gtk-build
Everything is there, I can compile and run the samples correctly. However CL is still using the standard include files and libraries, even though I have changed:
Settings->Build Settings->Compilers->gnu g++->Advanced
Include Path: /home/iwbnwif/wxWidgets-2.9.5/include
Libraries Path: /home/iwbnwif/wxWidgets-2.9.5/gtk-build/lib
Workspace->Active Project Settings->Common Settings->Compiler:
Include paths: /home/iwbnwif/wxWidgets-2.9.5/include
Workspace->Active Project Settings->Common Settings->Linker:
Library Paths: /home/iwbnwif/wxWidgets-2.9.5/gtk-build/lib
Is there somewhere else I have missed or is it that I have to do something such that CL uses the correct wxconfig?
Thanks!