I get this error "lcc preprocessor error: IRLS.c:16 Macro redefinition of NULL" when I try to compile a C code for matlabusage using mex command

1 visualización (últimos 30 días)
I get the error "lcc preprocessor error: IRLS.c:16 Macro redefinition of NULL" when i run "mex file.c" in matlab.
The code file.c has the following line "#define NULL 0". Is there a simple way to fix this?
Thanks

Respuesta aceptada

James Tursa
James Tursa el 28 de Sept. de 2013
Delete that line from your source code.

Más respuestas (0)

Categorías

Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by