winlibs_mingw icon indicating copy to clipboard operation
winlibs_mingw copied to clipboard

Objective C and Objective C++

Open Curculigo opened this issue 4 months ago • 4 comments

gcc -v confirms that obj-c and obj-c++ are in the list of enabled languages.

The Objective C compiler (cc1obj.exe) and Objective C++ compiler (cc1objplus.exe) are available.

But it seems the Objective C runtime is not included:

fatal error: objc/Object.h: No such file or directory
    1 | #import <objc/Object.h>
      |         ^~~~~~~~~~~~~~~

Curculigo avatar Aug 29 '25 12:08 Curculigo