paddie / SOxServer

Server for the SOxClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows issues

jensraaby opened this issue · comments

I tried running the server on Windows, couple of issues if anyone else ever tries this:

1, Need to replace launchpad.net/mgo with labix.org/v2/mgo
2, Bazaar (bzr) needs to be installed and on PATH
3, It doesn't seem to work with Go 1.0.x (a couple of runtime errors if I do "go run applications.go")

You should run 'go run *.go' since the code is in multiple files.

Hilsen

Patrick-Ranjit D. Madsen

Sent from my mobile. Please excuse any and all typos, errors,
formatting, lack of punctuation or short responses.

On 11/07/2012, at 15.23, jensraaby
reply@reply.github.com
wrote:

I tried running the server on Windows, couple of issues if anyone else ever tries this:

1, Need to replace launchpad.net/mgo with labix.org/v2/mgo
2, Bazaar (bzr) needs to be installed and on PATH
3, It doesn't seem to work with Go 1.0.x (a couple of runtime errors if I do "go run applications.go")


Reply to this email directly or view it on GitHub:
#9

Also, it's only for Mac's ATM. Closing.