Closed gopherbot closed 9 years ago
Alex, I suspect you have problems with one driver package, which refers to a so-file via cgo. I have now commented out some code, so that the package can be built without this so-file (see robot/sensors/lidar/driver). This version is tagged "issue5094" in the repo. I'm sorry i didn't think about this the first time. Apart from that, there shouldn't be any "magic"; the "robot" and "hectormapping" folders are located in the same "src" folder at GOPATH. Further, following suggestions at Stack Overflow (http://stackoverflow.com/questions/15544601/nosplit-stack-overflow-when-building-go-project), I have now installed the tip version of Go. I'm happy to report that the tip version does not have the "nosplit stack overflow" problem! It may have given me another problem, as it now won't compile with the .so-file mentioned above ("malformed pe file: unexpected flags for PE section .idata$2"). But this is likely unrelated to this issue report. Thank you! Mikael
Closing as duplicate. Your tigerslam/src/robot/main.go imports "robot/controller". Given that your package is installed (by go get) in my %GOPATH%/src/bitbucket.org/mikaelbe/tigerslam/src/robot, the import is wrong - it should match the installation path - "bitbucket.org/mikaelbe/tigerslam/src/robot/controller". As to your .so file problem, please, create a new issue. Alex
Status changed to Duplicate.
Merged into issue #4316.
by mikaelbrg: