Few of us GM's from a large private server are getting sick of the BS and starting up our own server ^^ Anyway, I been fighting with RedHat for almost 24 hours now to get Ascend up and running. I can't seem to find a work around for this error.. Would even consider just giving someone shell access to install it, to get this running at this point.
+Rep awaits for the help!
then mv -f ".deps/WorldRunnable.Tpo" ".deps/WorldRunnable.Po"; else rm -f ".deps/WorldRunnable.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/local/include -I./../ascent-shared -I/usr/include -I/usr/local/include -pthread -I/usr/local/ssl/include/openssl -DHAVE_SSL -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -MT WordFilter.o -MD -MP -MF ".deps/WordFilter.Tpo" -c -o WordFilter.o WordFilter.cpp; \
then mv -f ".deps/WordFilter.Tpo" ".deps/WordFilter.Po"; else rm -f ".deps/WordFilter.Tpo"; exit 1; fi
WordFilter.cpp:22:18: pcre.h: No such file or directory
WordFilter.cpp: In destructor `WordFilter::~WordFilter()':
WordFilter.cpp:48: error: `pcre_free' was not declared in this scope
WordFilter.cpp:55: error: `pcre_free' was not declared in this scope
WordFilter.cpp: In member function `bool WordFilter::CompileExpression(const char*, void**, void**)':
WordFilter.cpp:70: error: `pcre' was not declared in this scope
WordFilter.cpp:70: error: `re' was not declared in this scope
WordFilter.cpp:71: error: `pcre_extra' was not declared in this scope
WordFilter.cpp:71: error: `ee' was not declared in this scope
WordFilter.cpp:76: error: `pcre_compile' was not declared in this scope
WordFilter.cpp:78: error: `pcre_study' was not declared in this scope
WordFilter.cpp:88: error: `pcre_free' was not declared in this scope
WordFilter.cpp: In member function `bool WordFilter::Parse(std::string&, bool)':
WordFilter.cpp:178: error: ISO C++ forbids declaration of `type name' with no type
WordFilter.cpp:178: error: ISO C++ forbids declaration of `type name' with no type
WordFilter.cpp:178: error: expected primary-expression before "const"
WordFilter.cpp:178: error: expected `)' before "const"
WordFilter.cpp:212: error: expected `)' before '}' token
WordFilter.cpp:212: error: expected `)' before '}' token
WordFilter.cpp:212: error: expected primary-expression before '}' token
WordFilter.cpp:212: error: expected `;' before '}' token
make[3]: *** [WordFilter.o] Error 1
make[3]: Leaving directory `/root/worldpvp/ascent/source/trunk/src/ascent-world'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/worldpvp/ascent/source/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/worldpvp/ascent/source/trunk'
make: *** [all] Error 2