[wx 2.8.4, Mac OSX, gcc] wxTaskBarIcon sample problem?

Vadim Zeitlin vadim at wxwidgets.org
Fri Jul 20 13:53:28 PDT 2007


On Fri, 20 Jul 2007 13:46:37 -0700 John Zorko <jmzorko at mac.com> wrote:

JZ> >  There seems to be an error in configure, it seems to test  
JZ> > completely wrong
JZ> > value in the test when it decides whether or not to create the  
JZ> > makefile for
JZ> > this sample. I have no idea about what's going on here (but I'll  
JZ> > fix it :-)
JZ> 
JZ> Can you tell me what the fix is, so I can apply it to the 2.4.8  
JZ> codebase I have and see if the taskbar sample builds and runs well on  
JZ> Mac OSX?

 The fix is here:

http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/configure.in?r1=47544&r2=47557

but for a quick test you can simply run "$wx/regen samples/taskbar/Makefile"
from the build directory probably. And if you do apply the patch above to
2.8 you need to also set DEFAULT_wxUSE_TASKBARICON=yes near the top of
configure.in where all the DEFAULT_wxUSE_XXX symbols are defined. Or,
simpler, just don't add an option for this sample but add it to
SAMPLES_SUBDIRS unconditionally.

JZ> The wxWidgets framework is looking like it will do what we  
JZ> need, but I need to make sure wxTaskBarIcon works well on Windows and  
JZ> OSX.

 Good luck,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list