* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

[GUILD] Elemental Elites by Roloc
[Today at 05:40:14 am]


New Pokemon X & Y by Vulpix_47
[Today at 05:03:56 am]


[GUILD] Pokemon Knights by Vulpix_47
[Today at 05:02:30 am]


Veteran PU members by Roloc
[May 20, 2013, 09:02:55 pm]


[Profiles] The Outcasts by Fenror
[May 20, 2013, 06:32:57 pm]


[OOCC] The Outcasts by Fenror
[May 20, 2013, 03:05:43 pm]


If you could have one Pokemon move by Ursaring
[May 20, 2013, 02:56:47 am]


Left in the dark by Humen
[May 20, 2013, 02:35:49 am]


Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eclipsor

Pages: [1]
1
Development / Re: Compiling the source code?
« on: April 26, 2011, 06:22:59 pm »
The PU folder can be anywhere. Are you sure you have installed Go correctly with all the environment variables (GOROOT, GOBIN, PATH:GOBIN)?

I'm not 100% sure I installed Go correctly but this is the tutorial I followed.

http://unixlab.blogspot.com/2009/11/installing-googles-go-language-on.html

Computer stuff. Google has the answer that you're looking for.

Was that Google part directed at me lol? Because I've tried all ends of Google.

2
Development / Re: Compiling the source code?
« on: April 24, 2011, 10:02:28 pm »
You have to compile/install (make install) all the Packages in trunk/Packages first :)

Thank you very much for the reply, when I try to make the install in the Packages folder it says

Makefile:5 /src/Make.inc: No such file or directory
make: *** No rule to make target '/src/Make.inc'. Stop

Where should the Pokemon Universe folder be in relation to the Go folder?

3
Development / Compiling the source code?
« on: April 24, 2011, 01:28:58 am »
Hey guys, I just got around to downloading the source and I've been trying to compile it.

So far every time I try and make any of the files in Ubuntu it cannot find an import, I've also tried compiling in Windows with an emulated Unix base and a Go port for Windows, no luck.

For Ubuntu, I've tried Master, Client, and the Server folders, all fail because of a missing import in the main.go file.

If I try to compile the Client folder it says

Code: [Select]
go:19 can't find import: sdl
If I try to compile the Master folder it says

Code: [Select]
go: 25: can't find import: mysql
Now the main.go file is the one that has these imports, are these imports folders or files?

Where are they and where should they be to make this work right?

I think this would help development a lot if their was a source code compiling tutorial....

Any help is greatly appreciated!

Pages: [1]