I installed goconf using goinstall with the command
goinstall goconf.googlecode.com/hg/
The install command finished without errors. Then I tried to import goconf as
import "goconf.googlecode.com/hg"
When compiling, I get the error
config.go:7: can't find import: goconf.googlecode.com/hg
There seems to be a problem with the name of the produced object file.
$ ls -a /home/me/src/go/pkg/linux_386/goconf.googlecode.com/hg/
. .. .a
$
The object file has no name, just the ".a" suffix. It seems to be impossible to
include.
This problem can of course be bypassed by going into to cloned repo's directory
and running
gomake install
I'm running build weekly.2011-06-23 8864 on Ubuntu 10.04 Lucid with a i386
architecture.
Original issue reported on code.google.com by bryan.matsuo on 3 Jul 2011 at 6:38
Original issue reported on code.google.com by
bryan.matsuo
on 3 Jul 2011 at 6:38