| 1 | | |
| | 1 | run ./configure |
| | 2 | Then it fails on: |
| | 3 | {{{ |
| | 4 | In file included from /boot/home/yasm-0.7.0/modules/arch/x86/x86cpu.gperf:30: |
| | 5 | /boot/develop/headers/posix/ctype.h:53: warning: `toascii' redefined |
| | 6 | /boot/home/yasm-0.7.0/util.h:120: warning: this is the location of the |
| | 7 | previousdefinition |
| | 8 | }}} |
| | 9 | |
| | 10 | Comment out lines 120-122 in util.h and retry: ./configure[[BR]] |
| | 11 | Then it builds without any problems.[[BR]] |
| | 12 | Need to create a proper fix for this. It appears that yasm has moved the toascii from util.h to errwarn.c, so need to see how this affects things on svn trunk. |