On Tue, Feb 15, 2011 at 1:37 PM, Paul Breen <greenbr...@yahoo.com> 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 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users