From: Bryan P. <br...@ib...> - 2011-02-15 22:14:23
|
On Tue, Feb 15, 2011 at 1:37 PM, Paul Breen <gre...@ya...> wrote: > I've uploaded the TimePickerCtrl files to the svn repository. Running "./configure&&make&&sudo make install" on my system (Ubuntu 10.04) succeeds and makes a functional sample. However, if anyone encounters problems building on their system, please let me know. I'm open to suggestions, criticism, etc, so please don't hesitate to contact me if you have any feedback. For what it's worth, the VS2008 static ANSI release multilib configuration built and ran perfectly fine with wxWidgets 2.8 on Windows. Something to note that you may not be aware of on Windows... It's necessary to setup a "WXWIN" environment variable pointing to the wxWidgets root folder, as this is what the project files use to find both the include and library directories. Depending on the configuration of wx you build, wxWidgets copies a specific setup.h configuration to $(WXWIN)\lib\vc_lib\msw(d)\wx\setup.h, which your TimePickerCtrl project files are correctly configured to look for (well at least the one I built anyway). So this is likely the culprit to your issues getting it to build on MSW. Make sure you are in fact using the same configuration profile to build both wxWidgets and your component, as the directory locations are different per-configuration. Regards, Bryan Petty |