Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Problem building gxui - cgo exit status and libintl-8.dll problems? #152

Open
ThePiachu opened this issue Aug 13, 2015 · 3 comments
Open

Comments

@ThePiachu
Copy link

I'm currently trying to build the package on Windows 7, but I'm getting some strange errors. I go into the gxui folder, run

go get ./...

and get a popup window from cc1.exe saying

"the procedure entry point printf could not be located in the dynamic link library libintl-8.dll.".

I get the same error twice and the console displays:

go build github.com/go-gl/glfw/v3.1/glfw: C:\Go\pkg\tool\windows_amd64\cgo.exe: exit status 2
go build github.com/go-gl/gl/v2.1/gl: C:\Go\pkg\tool\windows_amd64\cgo.exe: exit status 2

I tried searching for cc1.exe, but can't find one anywhere on my system. As for libintl-8.dll - I have about 10 copies of it in various folders it seems. Most recent one I installed along with gcc as a part of WinBuilds.

I'm running Windows 7, 64 bit. My Go version is go1.4.2 .

@ben-clayton
Copy link
Member

Hi @ThePiachu. I'm afraid I haven't seen anything like these issues before, and I'm not too sure what would be causing it. I am successfully building and running GXUI applications on a number of Windows 7 machines with WinBuilds. Have you checked your PATH for executables that might be picked before the expected ones?
You might have better luck asking on the relevant go-gl projects.

@wiyan
Copy link

wiyan commented Jan 18, 2016

Having the same problem like you,do you get the answer now?

@wiyan
Copy link

wiyan commented Jan 18, 2016

you may need go version 1.6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants