I am windows complinger,how can i get tmw codes in windows?

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
zxjzxj521@163.com
Newly Registered User
Posts: 6
Joined: 12 Jul 2010, 11:28

I am windows complinger,how can i get tmw codes in windows?

Post by zxjzxj521@163.com »

I have read win32 installing doc.....
"
Check out The Mana World from Subversion using either the command line svn
tool or TortoiseSVN, pick what you like to use most and install that. Next,
check out the following directory from our repository:

https://svn.sourceforge.net/svnroot/the ... /tmw/trunk

Open "The Mana World.dev" in Dev-C++. "

but this address cant be used , i got svn error:
Repository moved temporarily to
'http://sourceforge.net/apps/trac/source ... Subversion'; please relocate
'http://sourceforge.net/apps/trac/source ... Subversion'; please relocate

where I can download the windows' codes ??3ks!!3ks!!
User avatar
Cotillion
Novice
Novice
Posts: 180
Joined: 31 Oct 2008, 02:56

Re: I am windows complinger,how can i get tmw codes in wind

Post by Cotillion »

Read http://wiki.themanaworld.org/index.php/Git_repository


You may want to join IRC and ask on the #tmw-dev for more help
Server: irc.themanaworld.org

* Channel: #themanaworld (user support and off topic discussions)
* Channel: #tmw-dev (developers’ channel, server/client)
Dmapt
Newly Registered User
Posts: 4
Joined: 12 Jul 2010, 23:12

Re: I am windows complinger,how can i get tmw codes in wind

Post by Dmapt »

Hello

I had the same problem, but I found in the site for which it was redirected this:
"For clients that use a URL string:"
"https://PROJECTNAME.svn.sourceforge.net ... ROJECTNAME"

I modified the url for this:
https://themanaworld.svn.sourceforge.ne ... tmw/trunk/

and it worked.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: I am windows complinger,how can i get tmw codes in wind

Post by Jaxad0127 »

That hasn't been touched in years. Please use git: http://doc.manasource.org/git_repository.
Image
Dmapt
Newly Registered User
Posts: 4
Joined: 12 Jul 2010, 23:12

Re: I am windows complinger,how can i get tmw codes in wind

Post by Dmapt »

Thanks for the info.
Now i downloaded it from git, i want to compile it in windows and dont have the .dev file, i tried the .cbp with code blocks, and have lots of errors.

Can you explain me how to do it please?
zxjzxj521@163.com
Newly Registered User
Posts: 6
Joined: 12 Jul 2010, 11:28

Re: I am windows complinger,how can i get tmw codes in wind

Post by zxjzxj521@163.com »

Dmapt wrote:Thanks for the info.
Now i downloaded it from git, i want to compile it in windows and dont have the .dev file, i tried the .cbp with code blocks, and have lots of errors.

Can you explain me how to do it please?
Thanks for the Information.
I have download source code form https://themanaworld.svn.sourceforge.ne ... tmw/trunk/
and the source code has the .dev file, do you compile success??
I also download it form git and have the same problem to you .do this git can compiled success by code block??
User avatar
Kage
Manasource
Manasource
Posts: 929
Joined: 02 May 2009, 18:12

Re: I am windows complinger,how can i get tmw codes in wind

Post by Kage »

zxjzxj521@163.com wrote: I have download source code form https://themanaworld.svn.sourceforge.ne ... tmw/trunk/
and the source code has the .dev file, do you compile success??
I also download it form git and have the same problem to you .do this git can compiled success by code block??
In all likely hood, the svn repo is out of date....

if you want the code for 0.0.29.1 (the latest stable) you can download it here: http://downloads.sourceforge.net/theman ... 9.1.tar.gz

If you want bleeding edge developmental version then download it here: http://gitorious.org/mana/mana/archive-tarball/master

If you want to follow (get updates for it) the development version you need to use git and do (from the command line): git clone git@gitorious.org:mana/mana.git
<Kage_Jittai> ... are you saying I am elite :D
<thorbjorn> Yes. :P
Dmapt
Newly Registered User
Posts: 4
Joined: 12 Jul 2010, 23:12

Re: I am windows complinger,how can i get tmw codes in wind

Post by Dmapt »

Hi I am trying to complile the client in Windows 7.
I use includes, lib and dll from here: http://forums.themanaworld.org/viewtopic.php?f=6&t=5356
(If there are any new ones tell me pls)

I tried to compile (with codeblocks 10.05) the source code from svn and it compiled without errors, but in execution cant find the server, possibly because isnt the latest version.

I also tried to compile (with codeblocks 10.05) last version of git from:
git://gitorious.org/mana/mana.git
compiles well, only with some warnings, but stop without linking, i click run, ask me if I want windows or unix I choose windows, asks again and again I choose Windows, then this error appears:
-------------- Build: Windows in Mana Client ---------------

Linking executable: mana.exe
/mingw/lib/libSDL_gfx.a(SDL_gfxBlitFunc.o):SDL_gfxBlitFunc.c:(.data+0x0): multiple definition of `_GFX_ALPHA_ADJUST'
.objs\src\graphics.o:graphics.cpp:(.data+0x0): first defined here
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings

Then I tried the stable version that Kage said http://downloads.sourceforge.net/theman ... 9.1.tar.gz

The same thing happens with the difference that instead of windows and unix choices appear: eAthena, Unix TMWSERV, TMWServ and eAthena UNIX, I choose eAthena and appears this error:
-------------- Build: eAthena in The Mana World ---------------

WARNING: Can't read file's timestamp: E:\tmw-0.0.29.1\src\tmw.rc
Linking executable: tmw-ea.exe
mingw32-g++.exe: .objs\ea\src\tmw.res: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

Then I tried running the server source code
with help from here:
http://forums.themanaworld.org/viewtopic.php?f=6&t=5549
and here:
http://wiki.themanaworld.org/index.php/ ... up_eAthena

instaled
Cygwin with "git" + "gcc-g ++"+" make"
cloned the source:
git clone git://gitorious.org/tmw-eathena/mainline.git ea
run the make in ea folder
but has some errors, and only appear the executables:
-char-server.exe
-ladmin.exe
-login-server.exe

in the wiki there is also a "map-server.exe"
I downloaded the data and configured the server, executed the login-server.exe and the char-server.exe, in the client(from the site) I was able to create accounts, and create characters but then when I chose the character, press OK, and appears an error: "No servers avaliable", possibly for lack of "map-server.exe"

let me know if there are more repositories updated, or new dll's, LIB's .. or know the solution to the errors.

I know you all have a lot of work but i realy want to make this work, I had 2 full days trying and i wasnt able to compile it, appreciate any help.
Thanks, and sorry for my English
User avatar
meway
TMW Classic
TMW Classic
Posts: 1737
Joined: 04 Jan 2009, 05:02
Location: Detroit MI

Re: I am windows complinger,how can i get tmw codes in wind

Post by meway »

sorry if I dont make any sense. my grammar and spelling are usaully bad. here is a link. read the readme and you should be fine. http://meway.webs.com/mana_fix.zip

Edit: excuse me for not saying what this link helps you do. This is for the client portion. I strongly suggest you install mysysgit. to get the file from www.gitorious.org/mana use the command git clone <insert git link here> I dont normally install the server on windows sorry cant help you there.
Dmapt
Newly Registered User
Posts: 4
Joined: 12 Jul 2010, 23:12

Re: I am windows complinger,how can i get tmw codes in wind

Post by Dmapt »

meway wrote:sorry if I dont make any sense. my grammar and spelling are usaully bad. here is a link. read the readme and you should be fine. http://meway.webs.com/mana_fix.zip

Edit: excuse me for not saying what this link helps you do. This is for the client portion. I strongly suggest you install mysysgit. to get the file from http://www.gitorious.org/mana use the command git clone <insert git link here> I dont normally install the server on windows sorry cant help you there.
Thanks :D
I did that and it worked.

Thanks again.
Post Reply