Changes between Version 80 and Version 81 of FAQ
- Timestamp:
- Aug 27, 2009, 6:23:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v80 v81 5 5 == General Questions == 6 6 7 === A port fails to build === #buildfails8 9 Before filing a bugin the issue tracker, please make sure you have the latest version of MacPorts and of the ports tree by running7 === A port fails to build. What should I do? === #buildfails 8 9 Before filing a ticket in the issue tracker, please make sure you have the latest version of MacPorts and of the ports tree by running 10 10 11 11 {{{ … … 21 21 Also, make sure you have the latest version of Xcode. Old versions of Xcode are known to make certain ports fail. 22 22 23 === I get the error "C compiler cannot create executables" when I try to install a port === #missingxcode 23 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]. 24 25 === I get the error "C compiler cannot create executables" when I try to install a port. Why? === #missingxcode 24 26 25 27 You need to install [http://www.macports.org/install.php#requirements Xcode].