compiler errors when using Xcode to compile for iOS device

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
lilmike
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Jan 15, 2014 1:34 am

compiler errors when using Xcode to compile for iOS device

Post by lilmike »

Hi,
I was compiling WXWidgets for my iOS device, and I got a couple errors:
The first one I got was the WX_UIView was not found, and it recommended I change it to WX_NSView, which I did. Now, it is complaining about m_macToolbar being a duplicate symbol in toolbar.h.
Any help is appreciated.
Thanks,
-Michael.
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

Re: compiler errors when using Xcode to compile for iOS devi

Post by eranif »

I suggest that you post iOS questions on the wx-dev mailing list, or at least on the wx-users mailing list.
Where you will get an answer for this

Eran
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
Post Reply