Changes between Version 33 and Version 34 of Mac OS X build instructions
- Timestamp:
- Mar 4, 2008 12:39:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v33 v34 11 11 * Some things from !MacPorts (http://www.macports.org/): 12 12 {{{ 13 sudo port install i386-elf-gcc libidl subversion teTeX doxygen13 sudo port install i386-elf-gcc libidl libxml2 subversion teTeX doxygen 14 14 }}} 15 Only i386-elf-gcc (for op.o in src/recompiler) and libidl (for the xpcom idl compiler)are required. The remainder is optional. Note that as of time of writing, i386-elf-gcc will not build on Leopard. As a workaround issue {{{ sudo mv /usr/include/iconv.h /usr/include/iconv.h.tmp }}} before installing i386-elf-gcc and rename back the file after installing the compiler. If you run into the iconv build error, you need to issue {{{ sudo port clean --work i386-elf-gcc }}}, rename the header and install i386-elf-gcc again.15 Only i386-elf-gcc (for op.o in src/recompiler), libidl (for the xpcom idl compiler) and libxml2 are required. The remainder is optional. Note that as of time of writing, i386-elf-gcc will not build on Leopard. As a workaround issue {{{ sudo mv /usr/include/iconv.h /usr/include/iconv.h.tmp }}} before installing i386-elf-gcc and rename back the file after installing the compiler. If you run into the iconv build error, you need to issue {{{ sudo port clean --work i386-elf-gcc }}}, rename the header and install i386-elf-gcc again. 16 16 17 17 * SDL 1.2.12 or later 1.2.x release. [[BR]]