-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows7 build fail #265
Comments
You do not have liboci installed. That is a problem with github.com/mattn/go-oci8. not with package ui. Contact them. |
Thank you for your reply. What I mean is that other projects can be compiled when introducing go-oci8, for example: github.com/lxn/walk, github.com/zserge/webview. But when using github.com/andlabs/ui, compile error |
Okay. In that case, what does |
Prompt this error WORK=C:\Users\jicg\AppData\Local\Temp\go-build772208886
mkdir -p $WORK\jicg\myuitest\_obj\
mkdir -p $WORK\jicg\myuitest\_obj\exe\
cd C:\app\go\mygo\src\jicg\myuitest
"C:\\app\\go\\goroot\\pkg\\tool\\windows_386\\compile.exe" -o "C:\\Users\\jicg\\AppData\\Local\\Temp\\go-build772208886\\jicg\\myuitest.a" -trimpath "C:\\Users\\jicg\\AppData\\Local\\Temp\\go-build77
2208886" -goversion go1.9rc2 -p main -complete -buildid fce8b751bc5a4e16404db3dab499fcd95481e253 -D _/C_/app/go/mygo/src/jicg/myuitest -I "C:\\Users\\jicg\\AppData\\Local\\Temp\\go-build772208886" -I
"C:\\app\\go\\gopath\\pkg\\windows_386" -pack "C:\\app\\go\\mygo\\src\\jicg\\myuitest\\main.go"
cd .
"C:\\app\\go\\goroot\\pkg\\tool\\windows_386\\link.exe" -o "C:\\Users\\jicg\\AppData\\Local\\Temp\\go-build772208886\\jicg\\myuitest\\_obj\\exe\\a.out.exe" -L "C:\\Users\\jicg\\AppData\\Local\\Temp\\
go-build772208886" -L "C:\\app\\go\\gopath\\pkg\\windows_386" -extld=g++ -buildmode=exe -buildid=fce8b751bc5a4e16404db3dab499fcd95481e253 "C:\\Users\\jicg\\AppData\\Local\\Temp\\go-build772208886\\ji
cg\\myuitest.a"
# jicg/myuitest
C:\app\go\goroot\pkg\tool\windows_386\link.exe: running g++ failed: exit status 1
C:/app/mingw-w64/mingw-w64/i686-7.2.0-posix-dwarf-rt_v5-rev1/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.2.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -loci
collect2.exe: error: ld returned 1 exit status |
Huh, that's odd; |
Oops; sorry about forgetting this. What does |
Friendly poke |
If the introduction of package "
_ "github.com/mattn/go-oci8"
", compile error. if removed, it will be compiled.The text was updated successfully, but these errors were encountered: