id summary reporter owner description type status milestone component version severity resolution keywords cc 11603 make_ppc32_sysv_macho_gas.S apparently has a typo inside braumann@… olli "I think there is a superfluous % sign on line 85 of make_ppc32_sysv_macho_gas.S (assembler source code) which leads to a syntax error during boost 1.59.0 building: {{{ stw r5, 236(%r3) }}} should be {{{ stw r5, 236(r3) }}} After removing the % sign compilation of 1.59.0 was successful on a PPC 32 bit system (MacOSX 10.5.8)." Bugs closed To Be Determined context Boost 1.59.0 Problem fixed