Jump to content

" make: *** [internal-package] Error 2 " hmmmm...


Go to solution Solved by Al00X,

15 posts in this topic

Recommended Posts

Posted (edited)

Dude. Don't leave your first post like this. Edit it back the way it was when you asked the question and maybe post your solution here so it helps everyone else. :)

 

...

 

 

Open a terminal and type this in:

make package messages=yes

It'll show you everything that's happening during the build phase and it'll show you where the error is coming from.

Updated by DiDA
Posted

What's in your makefile?

include theos/makefiles/common.mk

 

TWEAK_NAME = MagicPiano

MagicPiano_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

Posted

include theos/makefiles/common.mk

TWEAK_NAME = MagicPiano

MagicPiano_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 SpringBoard"

And the error?

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