objective c - Can't compile .deb packages; make package command returns error -


when try compile notification center widget ios 5 using

cd <name> make package 

then following error:

make package requires dpkg-deb. make: *** [package] error 1 

but have installed dpkg-deb using

sudo su <enter password> cd /bin curl http://debmaker-osx.googlecode.com/svn-history/r5/trunk/dpkg-deb > dpkg-deb 

and have navigated /bin directory , dpkg-deb file exists in folder. can make work? have followed tutorial on how install theos, dpkg-deb , how create weeappplugin, i'm stuck @ compiling bundle... http://weeplugins.com/blog/?p=1

update: seems cannot access /bin/dpkg-deb file if run command

cd /bin/dpkg-deb 

i error don't have permission access file. possible maybe move file folder can access it?

you can try "sudo make package". give superuser permissions.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -