3 | | == environment variables become blank == |
4 | | This manifests as error messages similar to the following. |
5 | | {{{ |
6 | | unable to execute -DNDEBUG: No such file or directory |
7 | | }}} |
8 | | (`$CC` is an empty string, so what was meant to be the the first argument to the compiler is now the first thing on the command line, and is treated as a command name by the shell.) |
9 | | |
10 | | This issue is resolved in [http://www.macports.org/install.php MacPorts 1.7.0]. |
11 | | |
12 | | == `ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib` == |
13 | | This is the result of a misfeature in Xcode 3.0.0's linker; see Apple [http://developer.apple.com/qa/qa2007/qa1567.html Technical Q&A QA1567]. This can be fixed by upgrading to the latest [http://developer.apple.com/technology/xcode.html Xcode Tools] release. |
14 | | |
15 | | == macfuse fails to build == |
16 | | On versions of Leopard prior to 10.5.5, macfuse fails to build with the following error message (#15889). |
17 | | {{{ |
18 | | undefined local variable or method `trans' for <UNDEFINED> ... </>:REXML::Document |
19 | | }}} |
20 | | Updating to 10.5.5 or later using Software Update should resolve this issue. |
21 | | |
22 | | == `/usr/X11/lib/libXrandr.2.0.0.dylib: No such file or directory` == |
23 | | This is a problem encountered when trying to install gtk2 on some Leopard machines (#14592, #17008, #17356). The .la files in `/usr/X11/lib` refer to the wrong library. You may also see this problem with other X libraries such as libXdamage. |
24 | | |
25 | | Upgrading to the latest [http://xquartz.macosforge.org/ Xquartz] release should fix this problem. |
| 3 | N/A |