Jump to content

DataByte

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by DataByte

  1. Alright, sure!! include theos/makefiles/common.mk export TARGET = armv7 export ARCHS = armv7 TWEAK_NAME = ERIT2 ERIT2_FILES = Tweak.xm ERIT2_FRAMEWORKS = UIKit export TARGET_CC = clang export TARGET_CXX = clang include $(THEOS_MAKE_PATH)/tweak.mk
  2. Yes, in the project dir... My tweak.xm is a simple call to setuid, and the .plist is the default generated by NIC. If in the Makefile however I add "TARGET_CX=clang" and "TARGET_CCX=clang" it works and compiles, but "ld" (the linker) throws the same error.
  3. "make package"
  4. When building in Theos, preprocessing is OK however the following two errors appear from binary cc1objplus: cc1objplus: error: unrecognized command line option "-miphoneos-version-min=3.0" cc1objplus: error: unrecognized command line option "-arch"
  5. Guys, do you use Flex to search for variable and method names?
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines