What wx libraries do you have installed in /usr/lib/ (ls /usr/lib/libwx*)? The gentoo ebuild can install more than one version, depending on your USE flags (I install all versions myself, just to be safe).
What does the output of "wx-config --libs" say?
Search found 203 matches
- Wed Sep 08, 2004 12:28 am
- Forum: Compiler / Linking / IDE Related
- Topic: g++: /usr/lib/libwx_gtk2u-2.4.a: No such file or directory
- Replies: 7
- Views: 3521
- Mon Sep 06, 2004 7:25 am
- Forum: C++ Development
- Topic: Adding a sizer to a panel, howto?
- Replies: 1
- Views: 1222
- Sat Sep 04, 2004 9:13 pm
- Forum: Announcements and Discoveries
- Topic: Mailing Lists and more DOWN?
- Replies: 8
- Views: 2656
- Fri Sep 03, 2004 7:40 am
- Forum: C++ Development
- Topic: wxDateTime bug
- Replies: 6
- Views: 2920
- Fri Sep 03, 2004 1:57 am
- Forum: C++ Development
- Topic: wxButton Different in Samples
- Replies: 3
- Views: 2134
It's because the samples have the XP Manifest. See What do I need to do for Windows XP? for details.
Edit: Silly phpBB added an extra [/url]
Edit: Silly phpBB added an extra [/url]
- Thu Sep 02, 2004 11:17 pm
- Forum: General Development
- Topic: Rebar
- Replies: 5
- Views: 1950
- Thu Sep 02, 2004 9:57 pm
- Forum: C++ Development
- Topic: wxDateTime bug
- Replies: 6
- Views: 2920
- Thu Sep 02, 2004 9:56 pm
- Forum: C++ Development
- Topic: wxDateTime bug
- Replies: 6
- Views: 2920
wxDateTime bug
A wxDateTime of "October 31, 2004 00:00" + a wxTimeSpan representing 1 Day equals "October 31, 2004 23:00" This happens in wxWidgets 2.5.2. I do not have a CVS copy installed so if someone with a CVS copy could do a quick test before I submit this to the bug tracker I'd be very happy. Here is a code...