From: Paul B. <gre...@ya...> - 2011-02-16 09:51:08
|
Hi Bryan, I'm glad to hear it worked on your system. I checked my Windows Vista system, and I see that I have defined the WXWIN environment variable to point to my wxWidgets root directory, but for some reason my $(WXWIN)\lib\vc_lib folder was never created. I created one manually and copied the setup.h that I found under another folder there. Compilation completed, but linking failed with 'cannot open input file "wxmsw28_core.lib"'. I couldn't find such a library among my wxWidgets files, and an Internet search told me that it should have been under the vc_lib folder. I'm guessing that I did something wrong during wxWidgets installation. As long as it works on other people's systems, I don't think I'm going to worry about it. Sincerely, Paul Breen --- On Tue, 2/15/11, Bryan Petty <br...@ib...> wrote: From: Bryan Petty <br...@ib...> Subject: Re: [wxCode-users] TimePickerCtrl component uploaded to svn repository To: wxc...@li... Date: Tuesday, February 15, 2011, 2:14 PM 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 ------------------------------------------------------------------------------ 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 wxC...@li... https://lists.sourceforge.net/lists/listinfo/wxcode-users |