Jump to content

Nothing to be done for internal-bundle-compile


Go to solution Solved by Rook,

15 posts in this topic

Recommended Posts

  • Solution
Posted

What do you mean by this ?

We need to see your code to see what's causing the error.

You have two problems.

 

1. You're pointing your Makefile SUBPROJECTS to a non-existing PreferenceBundle folder. Everything is case sensitive.

SUBPROJECTS += Brj

2. You apparently did not have a version set in your control file also?

 

Open your control file and remove one extra empty line at the bottom.

http://i.imgur.com/0iwEUml.png

 

Needs to have only 10 lines for your project.

 

Then once you've done that, run this command:

make clean package

Done.

Posted

We need to see your code to see what's causing the error.

You have two problems.

 

1. You're pointing your Makefile SUBPROJECTS to a non-existing PreferenceBundle folder. Everything is case sensitive.

SUBPROJECTS += Brj

2. You apparently did not have a version set in your control file also?

 

Open your control file and remove one extra empty line at the bottom.

http://i.imgur.com/0iwEUml.png

 

Needs to have only 10 lines for your project.

 

Then once you've done that, run this command:

make clean package

Done.

You're awesome <3

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