2012-04-21 13 views
8

Sto provando a compilare EEGoprint codegen su FreeBSD, ma fallisco. Ma ecco cosa ottengo quando provo a correre 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 

Ho provato a farlo funzionare come una radice, e come utente normale. Entrambi senza risultati.

Sfortunatamente, non so nulla di makefile. Esiste un makefile per FreeBSD?

Con i migliori saluti, Timofey

risposta

8

installare la porta devel/gmake e utilizzare gmake invece di make.

+0

Sì, il problema è risolto :) – Ibolit