-
Notifications
You must be signed in to change notification settings - Fork 748
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
error in running setup batch file on win7 #4
Comments
Hey It seems like it's a GOPATH problem You can lookup your GOPATH with: The second issue is just a warning from git, because unix and windows use different line endings. I hope, it works after these changes. (Additionaly, if you use the go x64 version, you need to clone the repo again, because I made some changes recently) |
It's working now THANKS! |
Okay :) |
When I run setup.bat on win7 I get generate message then:
file.Save open C:\Go\bin;C:\Go\src\github.com\therecipe\qt\dbus\cgo_android_arm. go: The filename, directory name, or volume label syntax is incorrect. file.Save open C:\Go\bin;C:\Go\src\github.com\therecipe\qt\dbus\qdbusobjectpath. h: The filename, directory name, or volume label syntax is incorrect. file.MakeFolder mkdir C:\Go\bin;C:: The filename, directory name, or volume labe l syntax is incorrect. file.Save open C:\Go\bin;C:\Go\src\github.com\therecipe\qt\dbus\cgo_darwin_amd64 .go: The filename, directory name, or volume label syntax is incorrect. file.Save open C:\Go\bin;C:\Go\src\github.com\therecipe\qt\dbus\cgo_windows_386. go: The filename, directory name, or volume label syntax is incorrect. file.Save open C:\Go\bin;C:\Go\src\github.com\therecipe\qt\dbus\cgo_linux_386.go : The filename, directory name, or volume label syntax is incorrect.
and keeps repeating. I shut the console down. I then go to therecipe/qt directory (using cmder console app), list the dir and I get:
The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomnamednodemap.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomnode.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomnodelist.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomnotation.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomprocessinginstruction.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qdomtext.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlattributes.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlcontenthandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmldeclhandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmldefaulthandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmldtdhandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlentityresolver.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlerrorhandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlinputsource.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmllexicalhandler.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmllocator.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlnamespacesupport.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlparseexception.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlreader.go. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in xml/qxmlsimplereader.go. The file will have its original line endings in your working directory.
By only listing the directory!
Using windows to go to the directory or the cmd console prints the directory normally..
Btw thanks for your hard work attempting to get this ported over. This is very important work imo :)
The text was updated successfully, but these errors were encountered: