Page 5 of 5

Re: The Mana World DevPak

Posted: 24 Apr 2008, 19:25
by filo
Crush wrote:remove utils/cipher.cpp
add utils/sha256.cpp
add chat-server/party.cpp

and the corresponding header files.
Thanks very much, its work ;-)

BTW.: Can I make instruction for compiling client version 0.1 and server with some important information from this topic:
http://forums.themanaworld.org/viewtopic.php?f=6&t=3839 ?

and I have much of time for update it frequently.

Re: The Mana World DevPak

Posted: 13 Aug 2008, 12:37
by owlcn
-------------- Build: default in TMWServ Accountserver ---------------

Compiling: src\utils\cipher.cpp
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:28:25: error: openssl/evp.h: No such file or directory
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:29:25: error: openssl/md5.h: No such file or directory
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp: In member function 'std::string utils::Cipher::md5(const std::string&)':
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:61: error: 'MD5_DIGEST_LENGTH' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:66: error: 'md' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:68: error: 'EVP_md5' was not declared in this scope
D:\Src\ServerCode\TheManaWorld\server\src\utils\cipher.cpp:70: error: 'EVP_Digest' was not declared in this scope
Process terminated with status 1 (0 minutes, 0 seconds)
6 errors, 0 warnings


where can i get openssl?

Re: The Mana World DevPak

Posted: 13 Aug 2008, 12:47
by Crush
Cipher.cpp is not used anymore. You can remove it from your project.

Re: The Mana World DevPak

Posted: 04 Nov 2008, 22:43
by strikerbcb
the link for this > http://themanaworld.org/files/tmw-svn.DevPak it´s broken, please, anyone can fix ? ( Or are other link for the dependences for 0.1 client/server ? )

Thanks

Re: The Mana World DevPak

Posted: 04 Nov 2008, 22:46
by Jaxad0127

Re: The Mana World DevPak

Posted: 17 Nov 2008, 14:57
by Crush
An updated dev pack can be found here:
http://www.crushnet.org/tmw/tmw_libs.zip

Re: The Mana World DevPak

Posted: 17 Sep 2009, 13:30
by ElvenProgrammer
For those interested in latest dependencies, they could be found @ http://elvenprogrammer.themanaworld.org ... endencies/

Individual packages or a complete set of all required dependencies.
The packages creation is still in beta stage so don't trust them, but feel free to test.

Only for the braves, I wrote a brief article about the process of compiling all the dependencies. You can find it @ http://elvenprogrammer.themanaworld.org ... ngw32msys/