2012-04-21 10 views
8

Estoy tratando de compilar Echoprint codegen en FreeBSD, pero falla. Pero esto es lo que me sale cuando intento ejecutar make o make installFreeBSD Echoprint codegen

 

> make 
"Makefile", line 35: Missing dependency operator 
"Makefile", line 39: Need an operator 
"Makefile", line 41: Need an operator 
"Makefile", line 50: warning: duplicate script for target "%.o" ignored 
"Makefile", line 53: warning: duplicate script for target "%.o" ignored 
"Makefile", line 56: warning: duplicate script for target "%.o" ignored 
"Makefile", line 61: Missing dependency operator 
"Makefile", line 62: warning: duplicate script for target "ifeq" ignored 
"Makefile", line 62: warning: duplicate script for target "(,Darwin)" ignored 
"Makefile", line 63: Need an operator 
"Makefile", line 77: Missing dependency operator 
"Makefile", line 78: warning: duplicate script for target "ifeq" ignored 
"Makefile", line 78: warning: duplicate script for target "(,Darwin)" ignored 
"Makefile", line 79: warning: duplicate script for target "ifeq" ignored 
"Makefile", line 79: warning: duplicate script for target "(,Darwin)" ignored 
"Makefile", line 80: warning: duplicate script for target "ifeq" ignored 
"Makefile", line 80: warning: duplicate script for target "(,Darwin)" ignored 
"Makefile", line 81: Need an operator 
"Makefile", line 85: Need an operator 

Intenté funcionar como una raíz, y como un usuario normal. Ambos fueron en vano.

Lamentablemente, no sé nada sobre los archivos MAKE. ¿Hay un makefile para FreeBSD?

Saludos, Timofey

Respuesta

8

instalar el puerto devel/gmake y utilizan en lugar de gmakemake.

+0

Sí, ese problema resuelto :) – Ibolit

Cuestiones relacionadas