pegkit icon indicating copy to clipboard operation
pegkit copied to clipboard

Cannot compile in 32 bits

Open Smons opened this issue 7 years ago • 1 comments

I downloaded the current master (as of 7 August 2017) and it compiles nicely in 64 bits in Xcode 8.2.1. However, I could not compile any OS X target in 32 bits, which I need. The compiler complains that implicit Ivars (?) like _string or _literal are not declared.

How can I compile the targets in 32 bits?

Smons avatar Aug 07 '17 13:08 Smons

Drive-by comment; I'm curious what your need is for 32-bit? I believe the Obj-C 2.0 Runtime does not support 32-bit. Since declaring ivars in a class's implementation is an Objective-C 2.0 feature, this is probably where you're running into trouble.

StevenEWright avatar Nov 12 '17 19:11 StevenEWright