Not sure if it is the same issue. In my case I tracked it down to build.go not correctly setting the expected paths.
It starts with it trying to use runtime.Calers(1) here: https://github.com/apache/lucy-clownfish/blob/3b8ace37815308cad216f6fde964e5a8b2506e14/compiler/go/build.go#L43 This sets buildGO as "undefined" or something similar which obviously is not what was expected although I am not really sure what was the intention of this code exactly. It is supposed to set the correct paths but what exactly was the path expected to be set to? On Mon, Aug 21, 2017 at 6:16 AM Nick Wellnhofer <[email protected]> wrote: > On 08/08/2017 23:20, Bruno Albuquerque wrote: > > # git-wip-us.apache.org/repos/asf/lucy-clownfish.git/compiler/go/cfc > > ../../go/src/ > > > git-wip-us.apache.org/repos/asf/lucy-clownfish.git/compiler/go/cfc/cfc.go:21:18 > : > > fatal error: CFC.h: No such file or directory > > // #include "CFC.h" > > This looks like the following issue: > > https://issues.apache.org/jira/projects/CLOWNFISH/issues/CLOWNFISH-86 > > Nick >
