* User Info

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

* Recent Posts

2023 Check in by Gawerty
[March 28, 2023, 12:41:12 AM]


Holy crap my login worked. by Ez
[December 03, 2020, 08:56:26 AM]


Been a while. by Bing
[July 13, 2019, 04:47:06 AM]


Was Feeling Nostalgic (Pokemon Knights) by Monzta
[October 24, 2018, 07:37:00 AM]


Old Habits Die Hard by Miss Wednesday
[January 23, 2018, 12:35:35 AM]


WHY IS EVERYONE MISSING by Tickles
[September 16, 2017, 08:20:25 PM]


Been a long time. by Monzta
[August 27, 2017, 03:18:58 PM]


Pokemon Universe Tribute Thread by Jerry
[September 29, 2016, 06:41:31 PM]


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.


Topics - Eclipsor

Pages: [1]
1
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]