Page 1 of 1
Can't create TMW server with cygwin.
Posted: 07 Mar 2013, 07:13
by mas886
I can't create my own server with cygwin, it takes a lot of time downloading, it has errors...
Is there any way to create a TMW server without cygwin?
Thanks.
Re: Can't create TMW server with cygwin.
Posted: 07 Mar 2013, 17:02
by o11c
Install Linux.
Re: Can't create TMW server with cygwin.
Posted: 07 Mar 2013, 19:42
by mas886
No i can't, actually i have all of my things in that OS, tat's not a solution for me.
Re: Can't create TMW server with cygwin.
Posted: 07 Mar 2013, 20:02
by Ablu
If it really does not work in cygwin consider installing linux in a virtual machine.
Re: Can't create TMW server with cygwin.
Posted: 08 Mar 2013, 12:24
by mas886
Yes but if i want to create a server i won't create it in a virtual machine, i found an alternative called TMW maker but is in portugaise, i don't understand it.
Re: Can't create TMW server with cygwin.
Posted: 08 Mar 2013, 14:49
by Frost
mas886 wrote:I can't create my own server with cygwin, it takes a lot of time downloading, it has errors...
If you would like help making it work with Cygwin, please post information, such as exact errors. If you just don't like Cygwin, then you don't have a way to install TMW server.
Re: Can't create TMW server with cygwin.
Posted: 08 Mar 2013, 15:46
by Crush
You don't want to install Cygwin, you don't want to install a virtual machine... When you don't want to invest some effort, then you shouldn't be doing this.
Re: Can't create TMW server with cygwin.
Posted: 08 Mar 2013, 18:13
by mas886
Ok thanks everybody i will try with TMW maker
Re: Can't create TMW server with cygwin.
Posted: 08 Mar 2013, 18:59
by o11c
mas886 wrote:Ok thanks everybody i will try with TMW maker
Never heard of it.
Re: Can't create TMW server with cygwin.
Posted: 09 Mar 2013, 09:58
by mas886
You can see it here
https://code.google.com/p/tmw-maker/ but I'll retry to install cygwin i tryed it but i don't like.
Re: Can't create TMW server with cygwin.
Posted: 09 Mar 2013, 11:53
by mas886
Now with cygwin installed i get this error making the server in the step when io must use this command:
Code: Select all
cp login-server char-server map-server ladmin /usr/local/bin/
Code: Select all
Arnau@Arnau-PC /cygdrive/c/tmw/eathena
$ cp login-server char-server map-server ladmin /usr/local/bin/
cp: no se puede efectuar `stat' sobre «login-server»: No such file or directory
cp: no se puede efectuar `stat' sobre «char-server»: No such file or directory
cp: no se puede efectuar `stat' sobre «map-server»: No such file or directory
cp: no se puede efectuar `stat' sobre «ladmin»: No such file or directory
The comand make log was this:
Code: Select all
Arnau@Arnau-PC /cygdrive/c/tmw/eathena
$ make
GNUmakefile:84: deps.make: No such file or directory
bison -d -o src/map/magic-interpreter-parser.cpp src/map/magic-interpreter-parser.ypp
flex -o src/map/magic-interpreter-lexer.cpp src/map/magic-interpreter-lexer.lpp
for F in `find src/ -name '*.cpp'`; do \
g++ -m32 -std=c++0x -MM "$F" -MT "$(sed 's/src/${BUILD_DIR}/;s/\.cpp/.o/' <<< "$F")"; \
done > deps.make
mkdir -p obj/login/.
g++ -m32 -std=c++0x -pipe -g -O2 -fstack-protector -fno-strict-aliasing -c -o obj/login/login.o src/login/login.cpp
In file included from src/login/login.cpp:27:0:
src/login/../common/db.hpp: En el constructor ‘db_key_t::db_key_t(numdb_key_t)’:
src/login/../common/db.hpp:26:34: aviso: ‘db_key_t::ms’ es obsoleto (declarado en src/login/../common/db.hpp:22)
src/login/../common/db.hpp: En el constructor ‘db_key_t::db_key_t(const char*)’:
src/login/../common/db.hpp:27:35: aviso: ‘db_key_t::ms’ es obsoleto (declarado en src/login/../common/db.hpp:22)
src/login/login.cpp: En la función ‘int search_account_index(char*)’:
src/login/login.cpp:430:57: error: ‘strcasecmp’ no se declaró en este ámbito
src/login/login.cpp: En la función ‘void parse_fromchar(int)’:
src/login/login.cpp:1721:62: error: ‘strcasecmp’ no se declaró en este ámbito
src/login/login.cpp: En la función ‘void parse_login(int)’:
src/login/login.cpp:3850:68: error: ‘strcasecmp’ no se declaró en este ámbito
src/login/login.cpp: En la función ‘int login_lan_config_read(const char*)’:
src/login/login.cpp:4143:42: error: ‘strcasecmp’ no se declaró en este ámbito
src/login/login.cpp: En la función ‘int login_config_read(const char*)’:
src/login/login.cpp:4262:46: error: ‘strcasecmp’ no se declaró en este ámbito
GNUmakefile:34: recipe for target `obj/login/login.o' failed
make: *** [obj/login/login.o] Error 1