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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -