在docker 中运行go 编译报 fatal error: wrapper.h: No such file or directory 错误

g1012415019 · · 1149 次点击 · 开始浏览    置顶
这是一个创建于 的主题,其中的信息可能已经有所发展或是发生改变。

docker 镜像基于 golang:1.17-alpine 项目中有使用 这个。 ``` go /* #cgo darwin CFLAGS: -I${SRCDIR}/../../../cgo #cgo darwin LDFLAGS: -L${SRCDIR}/../../../cgo -lpinyin -lstdc++ #cgo linux CFLAGS: -I/tmp/vivipos/cgo #cgo linux LDFLAGS: -L/tmp/vivipos/cgo -lpinyin -lstdc++ #include "wrapper.h" */ ``` `gf run main.go` 在启动项目的时候会报错 ``` bash fatal error: wrapper.h: No such file or directory 8 | #include "wrapper.h" | ^~~~~~~~~~~ compilation terminated. exit status 2 ``` 请问是需要安装什么依赖?

有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

1149 次点击  
加入收藏 微博
1 回复  |  直到 2023-06-09 17:39:26
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传