Erro de compilação estranho [RESOLVIDO]

13. Re: Erro de compilação estranho [RESOLVIDO]

Anderson
coranderson

(usa CentOS)

Enviado em 10/08/2013 - 15:18h

Sim eu consegui instalar as dependencias no ubuntu 12...
Editei o topico até com as dependencias para o ubuntu 12...


  


14. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:19h

That's it!


c4rl@zyon:~/Downloads/VOL_ErroCompilacao$ ./configure --enable-mysql --prefix=/home/c4rl/GS
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for ceil... yes
checking for floor... yes
checking for ftime... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for memset... yes
checking for pow... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtol... yes
checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.6.5... yes (version 2.7.8)
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lz... yes
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... yes
checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... yes
checking for main in -lpthread... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/bn.h usability... yes
checking openssl/bn.h presence... yes
checking for openssl/bn.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/sha.h usability... yes
checking openssl/sha.h presence... yes
checking for openssl/sha.h... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for main in -lcrypto... yes
checking for LUA... no
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lua5.1/lua.h usability... yes
checking lua5.1/lua.h presence... yes
checking for lua5.1/lua.h... yes
checking for main in -llua... no
checking for main in -llua5.1... yes
checking mysql/mysql.h usability... yes
checking mysql/mysql.h presence... yes
checking for mysql/mysql.h... yes
checking for main in -lmysqlclient... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands

theforgottenserver 0.4.3777

Server diagnostics.......... : no
Login server mode........... : no
OTAdmin protocol............ : no
Root run permission......... : no
Login server mode........... : no
Home-directory configuration : no
OTServ custom allocator..... : no
Debug build................. : no
Using LuaJIT................ : no

Build with MySQL............ : yes
Build with SQLite........... : no
Build with PostgreSQL....... : no



15. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:23h

coranderson escreveu:

Sim eu ja consegui...
Editei o topico até...


Beleza, segue compilando...


16. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:27h

em tuas instruções de compilação não é informado o script ./build.sh criado logo após o ./configure --enable-mysql, ao invés disso você infoma 'make'.




17. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:28h

coranderson escreveu:

Sim eu ja consegui...
Editei o topico até...


Desculpe, não entendi. Conseguiu compilar sem erros é isso?

Identificou o motivo e poderia postá-lo aqui para outros usuários.

Abc


18. Re: Erro de compilação estranho [RESOLVIDO]

Anderson
coranderson

(usa CentOS)

Enviado em 10/08/2013 - 15:35h

Não... Eu consegui instalar ele no ubuntu 12.06
Você conseguiu compilar?
Qual kernel vc ta usando?
Atualizou o linux com update e upgrade?


19. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:52h

coranderson escreveu:

Não... Eu consegui instalar ele no ubuntu 12.06
Você conseguiu compilar?
Qual kernel vc ta usando?
Atualizou o linux com update e upgrade?


Segue a saída do ./build.sh (você não comenta sobre ele nas instruções de compilação, mas apenas sobre o make)

$ bash build.sh
TheForgottenServer build script -
Using ccache
CCache binaries located in /usr/lib/ccache

Start building on 4 cores, using 5 processes

make all-am
make[1]: Entering directory `/home/c4rl/Downloads/VOL_ErroCompilacao'
CXX allocator.o
CXX actions.o
CXX baseevents.o
CXX beds.o
CXX chat.o
CXX combat.o
CXX condition.o
CXX configmanager.o
CXX connection.o
CXX container.o
CXX creature.o
CXX creatureevent.o
CXX cylinder.o
CXX database.o
CXX databasemanager.o
CXX databasemysql.o
CXX depot.o
CXX dispatcher.o
CXX exception.o
CXX fileloader.o
CXX game.o
CXX globalevent.o
CXX group.o
CXX gui.o
CXX house.o
CXX housetile.o
CXX inputbox.o
CXX ioban.o
CXX ioguild.o
CXX iologindata.o
CXX iomap.o
CXX iomapserialize.o
CXX item.o
CXX itemattributes.o
CXX items.o
CXX luascript.o
iologindata.cpp: In member function ‘std::string IOLoginData::getCheckPlayerLevel(const string&) const’:
iologindata.cpp:1685:10: warning: converting ‘false’ to pointer type for argument 1 of ‘std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ [-Wconversion-null]
iologindata.cpp:1687:17: warning: unused variable ‘pLevel’ [-Wunused-variable]
CXX mailbox.o
CXX manager.o
CXX map.o
CXX monster.o
CXX monsters.o
CXX movement.o
CXX networkmessage.o
CXX npc.o
CXX otpch.o
CXX otserv.o
CXX outfit.o
CXX outputmessage.o
CXX party.o
CXX playerbox.o
CXX player.o
CXX position.o
CXX protocol.o
CXX protocolgame.o
CXX protocolhttp.o
CXX protocollogin.o
CXX protocolold.o
CXX quests.o
CXX raids.o
CXX scheduler.o
CXX scriptmanager.o
CXX server.o
CXX spawn.o
CXX spells.o
CXX status.o
CXX talkaction.o
CXX teleport.o
CXX textlogger.o
CXX thing.o
CXX tile.o
CXX tools.o
CXX trashholder.o
CXX waitlist.o
CXX weapons.o
CXX vocation.o
CXXLD theforgottenserver


Rodando somente make, após executar o build.sh, tenho a saída abaixo:
$ make
make all-am
make[1]: Entering directory `/home/c4rl/Downloads/VOL_ErroCompilacao'
make[1]: Leaving directory `/home/c4rl/Downloads/VOL_ErroCompilacao'


Ubuntu: 12.04 x64 (todo atualizado antes da compilação e instalação das dependências)
Kernel: Linux zyon 3.2.0-51-generic #77-Ubuntu SMP Wed Jul 24 20:18:19 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Máquina: Dell Inspiron i5 4GB RAM


Espero ter ajudado!




20. Re: Erro de compilação estranho [RESOLVIDO]

Carlos Adean
c4rl

(usa CentOS)

Enviado em 10/08/2013 - 15:57h

Sugiro que numa situação semelhante tu passes todas informações necessárias logo assim que abrir o Post (deps, sources, comando de compilação etc etc).

Isso facilita aqueles que estão dispostos a ajudar. ;)

Mais uma curiosidade: Trata-se de um servidor tibia?


21. Re: Erro de compilação estranho [RESOLVIDO]

Anderson
coranderson

(usa CentOS)

Enviado em 10/08/2013 - 15:58h

Sim! Servidor de tibia!
www.majestybaiak.com
Estou tentando transferir o dedicado dele... Entende?

allocator.cpp:1:0: erro: CPU you selected does not support x86-64 instruction setbaseevents.cpp:1:0: erro: CPU you selected does not support x86-64 instruction setchat.cpp:1:0: erro: CPU you selected does not support x86-64 instruction set
actions.cpp:1:0: erro: CPU you selected does not support x86-64 instruction set

beds.cpp:1:0: erro: CPU you selected does not support x86-64 instruction set


Mesmo erro cara... ubuntu 12.6

Conecte-se ao meu dedicado:
192.184.82.149
root/123456
sources estão na pasta /sources/
tenta compilar!


22. Re: Erro de compilação estranho [RESOLVIDO]

Anderson
coranderson

(usa CentOS)

Enviado em 10/08/2013 - 16:40h

O problema é no hardware né?


23. Re: Erro de compilação estranho [RESOLVIDO]

Anderson
coranderson

(usa CentOS)

Enviado em 10/08/2013 - 18:32h

RESOLVI!!!
IHA!
O PROBLEMA ESTAVA NO KVM!
EU ENTREI EM CONTATO COM A EMPRESA E ELES RESOLVERAM EM 2 MINUTOS!


VALEEU AI TODOS QUE TENTARAM AJUDAR!!!!



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts