EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Install = Fail (https://www.eqemulator.org/forums/showthread.php?t=33534)

CodeCompiler 05-13-2011 03:03 AM

Install = Fail
 
Anyone able to help with a install compiling errors left and right. If someone can give a hand that knows how to set up the servers I would donate for the time it takes.

Please pm me and let me know.

CodeCompiler 05-13-2011 03:24 AM

QuestInterface.h:10: error: use of enum 'QuestStatus' without previous declaration

Secrets 05-13-2011 03:57 AM

Quote:

Originally Posted by CodeCompiler (Post 199850)
QuestInterface.h:10: error: use of enum 'QuestStatus' without previous declaration

Check the latest revision out, if it still gives you errors, i'll take a look into it. I know KLS fixed something recently with the new quest stuff she was writing but I haven't touched the codebase since she messed with it. It is very likely a makefile file is missing that she added that is in the windows sln, but not the linux one.

CodeCompiler 05-13-2011 04:26 AM

This is the exact error

Code:

QuestInterface.h:10: error: use of enum 'QuestStatus' without previous declaration
opps sorry for the double post.

Everything works fine up until this point. I messed around with it a little trying to see what was the problem..But yeah. it is the latest revision, taken directly from the SVN

Secrets 05-13-2011 06:09 AM

Quote:

Originally Posted by CodeCompiler (Post 199856)
This is the exact error

Code:

QuestInterface.h:10: error: use of enum 'QuestStatus' without previous declaration
opps sorry for the double post.

Everything works fine up until this point. I messed around with it a little trying to see what was the problem..But yeah. it is the latest revision, taken directly from the SVN

I don't want to break what KLS is doing, but if you remove this line:
Code:

QuestParserCollection.o
from makefile.common, it should compile just fine. It's not entirely needed at the moment, seeing as the new stuff KLS was working on is not finished.

CodeCompiler 05-13-2011 09:05 PM

login auth error
 
/usr/bin/ld: cannot find -lEQEmuAuthCrypto I used ALL the login_util compilations of it but they all fail

CodeCompiler 05-13-2011 09:37 PM

using CentOS
 
./libcryptopp.a(gf2n.o): In function `CryptoPP::operator<<(std::basic_ostream<char, std::char_traits<char> >&, CryptoPP::PolynomialMod2 const&)':
gf2n.cpp:(.text+0xd1e): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
gf2n.cpp:(.text+0xd33): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
gf2n.cpp:(.text+0xe61): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
gf2n.cpp:(.text+0xe7a): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
gf2n.cpp:(.text+0xec4): undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
/usr/bin/ld: Dwarf Error: found dwarf version '3', this reader only handles version 2 information.
./libcryptopp.a(integer.o):integer.cpp:(.text+0xd245 ): more undefined references to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)' follow
collect2: ld returned 1 exit status


All times are GMT -4. The time now is 09:01 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.