paddie / SOxServer

Server for the SOxClient
2 stars 0 forks source link

Windows issues #9

Closed jensraaby closed 12 years ago

jensraaby commented 12 years ago

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")

paddie commented 12 years ago

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: https://github.com/paddie/SOxServer/issues/9

paddie commented 12 years ago

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