Hi all!
I'm trying to build nasm on the iPhone with the gcc 4.2.1 running natively on iPhone. After successful ./configure I type 'make' and receive next error:
gcc -c -g -O2 -W -Wall -std=c99 -pedantic -DHAVE-CONFIG_H -I. -I. -o nasm.o nasm.c
In file included from preproc.h:12,
from nasm.c:25:
pptok.h:19: error: expected ',' or '}' before '*' token
Here is the listing of the pptok.h, line 19:
PP_ELIFNUM = 14,
Thanks in advance with any support,
Regards,
Vadym Kholodenko