Jump to content

Compiling tweak error DIFFERENT


Go to solution Solved by Rook,

14 posts in this topic

Recommended Posts

Posted

Add

 

TWEAKNAME_CFLAGS = -w
to your makefile
I have all the same errors
Posted

 

I put it in my make file and still

Denniss-iPhone:~ mobile$ su

Password:

Denniss-iPhone:/var/mobile root# cd /var/mobile/pplan

es

Denniss-iPhone:/var/mobile/pplanes root# make

Making all for tweak pplanes...

Preprocessing Tweak.xm...

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Compiling Tweak.xm...

Tweak.xm:10:984: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...SEL, UIAlertView *, NSInteger);

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:54:1: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

UIAlertView *igcredits = [[uIAlertView alloc...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:54:28: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

UIAlertView *igcredits = [[uIAlertView alloc...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:65:111: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...self, SEL _cmd, UIAlertView * alertView, NSIn...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1393: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...1; memcpy(_typeEncoding + i, @@encode(UIAlertV...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1424: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...@@encode(UIAlertView *), strlen(@@encode(UIAler...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1462: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...*))); i += strlen(@@encode(UIAlertView *)); me...

^

/var/mobile/pplanes/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

7 errors generated.

make[2]: *** [obj/Tweak.xm.cea939a2.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [pplanes.all.tweak.variables] Error 2

Denniss-iPhone:/var/mobile/pplanes root#

 

 

Plz help @@DiDA @Diversityy

Posted

@@Diversityy

 

Denniss-iPhone:/var/mobile/pplands root# make package

Bootstrapping CydiaSubstrate...

Compiling iPhoneOS CydiaSubstrate stub... default target?

Compiling native CydiaSubstrate stub...

Making all for tweak pplands...

Preprocessing Tweak.xm...

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Compiling Tweak.xm...

Tweak.xm:10:952: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...SEL, UIAlertView *, NSInteger);

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:54:1: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

UIAlertView *igcredits = [[uIAlertView alloc...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:54:28: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

UIAlertView *igcredits = [[uIAlertView alloc...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:65:111: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...self, SEL _cmd, UIAlertView * alertView, NSIn...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1366: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...1; memcpy(_typeEncoding + i, @@encode(UIAlertV...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1397: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...@@encode(UIAlertView *), strlen(@@encode(UIAler...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

Tweak.xm:76:1435: error: 'UIAlertView' is deprecated:

first deprecated in iOS 9.0

[-Werror,-Wdeprecated-declarations]

...*))); i += strlen(@@encode(UIAlertView *)); me...

^

/var/mobile/pplands/theos/sdks/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note:

'UIAlertView' has been explicitly marked

deprecated here

@interface UIAlertView : UIView

^

7 errors generated.

make[2]: *** [obj/Tweak.xm.1c26899f.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [pplands.all.tweak.variables] Error 2

Denniss-iPhone:/var/mobile/pplands root#

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