Hi,

Does anyone managed to build/compile or install iTALC or iTALC2 in a Mac OS X? I'm running Mac OS X Slow Leopard and i'm trying to build iTALC from source. After running these steps:
italc-2.0.0$ mkdir build
italc-2.0.0$ cd build
build$ cmake ..

All seems ok at this point, but when i do:

build$ sudo make

the compiler returns a lot of errors in Mac Frameworks:
/System/Library/Frameworks/Foundation.framework/Headers/NSError.h:9: error: expected '=', ',', ';', 'asm' or __attribute__' before 'class'

What am i missing? Has anyone got iTALC to work in Mac OS environments?

Thank you,

jdsantos