[wx-dev] inline virtual functions problems on the iphone ....

Stefan Csomor csomor at advancedconcepts.ch
Thu Jul 17 01:26:12 PDT 2008


Hi

I=B9m running into problems with virtual inline functions from wx on the
iphone, xcode is using gcc for an arm6. I can only build static libraries.
Now the thunks for the virtual functions that are defined inline get lost
somewhere in the process. I=B9ve tried to fix it by removing all symbol hid=
ing
flags from the compilation, but this a) didn=B9t help and b) Apple is pushi=
ng
forward to use =ADfvisibility-inlines-hidden everywhere.

I=B9ve got a minimal build running (with a button, the wxGraphicsContext
sample page with an animated color wheel by gestures :-) by taking the two
problematic methods out of line, but I=B9d like to get things =8Cjust
working...=B9

It may well be a problem with the arm6 backend, as the same problems does
not arrive if I compile just for the iphone simulator ie i386 ...

is there perhaps a combination of flags which I could use to force these
function bodies into out-of-line linkable elements ?

Thanks for any insights

Stefan Csomor
 =

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-dev/attachments/20080717/788e3=
6b5/attachment.htm


More information about the wx-dev mailing list