I installed MacPorts and XCode, then went to a terminal and issued the command "sudo port install lua" and it appears to do nothing. When i execute "sudo port installed" i get back "No ports are installed.". Why is this package not installing and what can i do to get it installed?
|
Try
which should update the local portlist and give you verbose output so you can better see what's going on.
Hope that helps. |
|||||||||||||||
|
|
I don't use MacPorts, so I'm speculating, but from skimming the MacPorts Guide, it seems that you might want to try issuing the command
and then try
again. I assume this is a continuation of your "Programming in Lua for the Mac?" question on Stack Overflow, so you might also want to look at micmoo's most recent comment on his MacPorts answer, although I think your PATH is configured correctly since |
|||
|
|
|
I use Porticus which is a front end gui for MacPorts, you might want to give it a try. It makes installation and uninstallation a breeze. |
|||