[wx-dev] wxMac: URefCon not defined

Steven Van Ingelgem steven at vaningelgem.be
Fri Feb 1 14:35:48 PST 2008


Hmmm, my configure line is this:
configure --prefix=/usr --with-opengl --enable-unicode
--disable-compat28 --with-libtiff=builtin --with-libjpeg=builtin
--with-libpng=builtin --with-zlib=builtin --with-expat=builtin
--enable-universal_binary

I don't know if that matters?




On 01/02/2008, Stefan Csomor <csomor at advancedconcepts.ch> wrote:
> Hi Steven
>
> > Hey Stefan,
> >
> >
> > Did you found a solution for this issue?
>
> I couldn't reproduce the problem unfortunately, on a fresh 10.5.2
> (prerelease C27 but that shouldn't be the reason) current svn trunk with a
> simple configure --enable-debug it builds without a hitch ...
>
> Best,
>
> Stefan
>
> >
> > Thanks
> >
> > On 25/01/2008, Stefan Csomor <csomor at advancedconcepts.ch> wrote:
> >> Hi
> >>
> >> There seems to be a mix of things, as in private.h we have
> >>
> >> #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
> >> typedef UInt32 URefCon;
> >> typedef SInt32 SRefCon;
> >> #endif
> >>
> >> And under 10.5 it is declared in MacTypes.h, so could it be that you're
> >> somehow setting some variables ? Is this under 10.5 ?
> >>
> >> Best,
> >>
> >> Stefan
> >>
> >>
> >> On 1/25/08 5:01 PM, "Steven Van Ingelgem" <steven at vaningelgem.be> wrote:
> >>
> >>> Hi,
> >>>
> >>>
> >>> On a Mac I get the following error:
> >>> /usr/include/wx-2.9/wx/mac/carbon/private.h:356: error: 'URefCon' has
> >>> not been declared
> >>>
> >>>
> >>> I specifically include "wx/mac/private.h" so I have acccess to
> >>> "wxMacFindFolder".
> >>>
> >>>
> >>> Greetings,
> >>> Steven
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> >>> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
> >>>
> >>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> >> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> > For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
> >
>
> --
>
> Advanced Concepts AG
> Software-Engineering
> Heldweg 10
> CH-8475 Ossingen
> Switzerland
>
> phone:+41 52 245 0 245
> fax:+41 52 245 0 246
> http://www.advanced.ch
> mailto:csomor at advanced.ch
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
>




More information about the wx-dev mailing list