Jump to content

3 posts in this topic

Recommended Posts

Posted

hey, im on ios 7, just installed theos everything seems good up until i compiled, I think something in my makefile is weird.

 

Current setup

 

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs

include theos/makefiles/common.mk

TWEAK_NAME = Springy
Springy_FILES = Tweak.xm
Springy_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk


SUBPROJECTS += Springy
include $(THEOS_MAKE_PATH)/aggregate.mk

 

When I compile i get this error

 

niros-toy:/var/mobile/Springy root# make package install
Making all for tweak Springy...
make[2]: Nothing to be done for `internal-library-compile'.
Making all in Springy...
Makefile:2: theos/makefiles/common.mk: No such file or directory
Theos version mismatch! common.mk [version 0] loaded in tandem with rules.mk [version 1] Check that $(THEOS) is set properly!
make[1]: *** [all] Error 1
make: *** [internal-all] Error 2
niros-toy:/var/mobile/Springy root#

 

so what i did was change

theos/makefiles/common.mk
and changed it to
include $(THEOS_MAKE_PATH)/common.mk

from that i get this error

 

niros-toy:/var/mobile/Springy root# make package install
Makefile:6: /common.mk: No such file or directory
Makefile:12: /tweak.mk: No such file or directory
Makefile:16: /aggregate.mk: No such file or directory
make: *** No rule to make target `/aggregate.mk'.  Stop.

 

So I have no idea what im doing wrong here?

Posted

Sounds like theos isn't installed properly or not linked properly on your project.

Posted

Sounds like theos isn't installed properly or not linked properly on your project.

kms, okay ill retry to download it thank you

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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