When I try to compile nexuiz from svn using fteqcc it gives errors. Fteqcc doesn't understand "?:" conditional operator. It is possible to convert all the ?: ops to "if - else"-es but that's not a good way (there are too much of them to convert manually).
What fteqcc should I use, or what options specify?