Closed jcelerier closed 8 years ago
-v
makes the output more verbose and also shows where the full compile logs are stored. -d
is very convenient for debugging purposes.
It looks like I have the same problem and I reported that to upstream (calf-studio-gear/calf#94). Let me know when you see different compile errors.
In the meantime you could try to compile an older version adding this lines:
version '72b13fa8670738e735184494554a9d6f3fad56ac'
url "https://github.com/calf-studio-gear/calf.git", :revision=>'72b13fa8670738e735184494554a9d6f3fad56ac'
and removing the --HEAD
parameter should work
Okay, by viewing the logs it seems that it is not the same error :
./calf/giface.h:30:10: fatal error: 'cairo/cairo.h' file not found
It builds fine (at the commit you mentioned) when I brew install cairo
.
thanks :+1:
I get the following error when installing :
is there some kind of verbose option that I could use to make the report more useful ?