Changes between Version 99 and Version 100 of FAQ
- Timestamp:
- Jul 26, 2010, 1:07:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v99 v100 13 13 }}} 14 14 15 Then run 15 Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail. Then run 16 {{{ 17 sudo port clean <portname> 18 }}} 19 to clean the work directory for the port that failed to build, followed by 16 20 {{{ 17 21 sudo port upgrade outdated 18 22 }}} 19 to upgrade your installed ports to the latest available versions. 20 21 Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail. 23 to upgrade your installed ports to the latest available versions. Then you can try your original command again. 22 24 23 25 If this does not help, check ProblemHotlist (and SnowLeopardProblems if you are on Mac OS X 10.6) and see if your issue is mentioned. If not, [search:] for an existing ticket. If there does not appear to be one, you can then [http://guide.macports.org/#project.tickets create a new ticket].