cross compile ok sample build errors

Vadim Zeitlin vadim at wxwidgets.org
Sat May 24 07:23:00 PDT 2008


On Sun, 25 May 2008 00:01:18 +1000 N <ngbmoreau at yahoo.com.au> wrote:

N> In function `wxFileName::SetTimes(wxDateTime const*, wxDateTime
N> const*, wxDateTime const*)':filename.cpp:(.text+0x5a84): undefined
N> reference to `wxDateTime::TIME_T_FACTOR'
N> 
N> Can anyone give me an idea what could be wrong ?

 Looks like a compiler problem to me. You could try to work around it by
changing TIME_T_FACTOR to be an enum value instead of a static member.

 Regards,
VZ

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



More information about the wx-users mailing list