Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: CoryWalker
Forum: Development::Development 11-25-2014, 12:20 PM
Replies: 1
Views: 2,560
Posted By CoryWalker
Or if someone can point me to a precompiled...

Or if someone can point me to a precompiled Windows binary of loginserver.exe - either 32-bit or 64-bit - that would be extremely helpful. I'm not interested in compiling this on Windows.
Forum: Development::Development 11-21-2014, 01:09 PM
Replies: 1
Views: 2,560
Posted By CoryWalker
loginserver build: undefined reference to `DecryptUsernamePassword'

I've searched the forum for getting the loginserver to work - and I'm looking at this page:

http://eqemu.github.io/

I'm trying to run this system on FreeBSD - but there are no libraries listed...
Forum: Development::Development 11-21-2014, 09:26 AM
Replies: 3
Views: 2,942
Posted By CoryWalker
I saw that in the Debian "14 - Prepare server...

I saw that in the Debian "14 - Prepare server directory" manual. Is the following set of directories what is normal for running the server - I'm setting this up on a FreeBSD box from scratch.
...
Forum: Development::Development 11-20-2014, 05:57 PM
Replies: 3
Views: 2,942
Posted By CoryWalker
Successful Port to FreeBSD 10 - Issues with configuration, however.

I have successfully ported EQEmu to FreeBSD 10.0 x32 using GCC 4.9.1. I plan on also doing a build on an x64 system and I will also attempt to build it using clang. No more segmentation faults! I...
Forum: Development::Development 10-16-2014, 11:07 AM
Replies: 5
Views: 5,692
Posted By CoryWalker
What is the recommended version of Lua? I am...

What is the recommended version of Lua? I am building Lua 5.1 from source using the same compiler.
Forum: Development::Development 10-16-2014, 10:05 AM
Replies: 5
Views: 5,692
Posted By CoryWalker
Thanks for your response. Was your FreeBSD...

Thanks for your response.

Was your FreeBSD system an x32 or amd64 build?
Forum: Development::Development 10-16-2014, 10:04 AM
Replies: 8
Views: 3,497
Posted By CoryWalker
You can - but do not need to - set the CC and CXX...

You can - but do not need to - set the CC and CXX environment variables in order to get the compiler settings you want with cmake. Cmake creates a CMakeCache.txt file and then you can tailor it to...
Forum: Development::Development 10-16-2014, 09:37 AM
Replies: 6
Views: 2,923
Posted By CoryWalker
Thanks, jdoran. I've analyzed the default...

Thanks, jdoran. I've analyzed the default libcomon.a creation commands. The cmake commands that FreeBSD uses to create libcommon.a are these:

--
ar cr ../bin/libcommon.a (object files list ...)...
Forum: Development::Development 10-15-2014, 05:33 PM
Replies: 8
Views: 3,497
Posted By CoryWalker
I run "cmake ." I then change the CMakeCache.txt...

I run "cmake ." I then change the CMakeCache.txt file to target the CC, CXX compilers I want to use. Then I run make.

Everything works up until the zone link attempt is made. Both shared_memory...
Forum: Development::Development 10-15-2014, 03:54 PM
Replies: 8
Views: 3,497
Posted By CoryWalker
"cmake / make" doesn't work on FreeBSD systems...

"cmake / make" doesn't work on FreeBSD systems readily.

The existing cmake build system included with eqemu doesn't know how to link zone propertly. All other programs such as shared_memory and...
Forum: Development::Development 10-15-2014, 03:08 PM
Replies: 8
Views: 3,497
Posted By CoryWalker
Thanks for pointing me in the right direction. ...

Thanks for pointing me in the right direction.

Do I just need to add a -DDISABLE_LOGSYS compiler switch to satisfy these references?
Forum: Development::Development 10-15-2014, 09:47 AM
Replies: 6
Views: 2,923
Posted By CoryWalker
I'm asking about the shared_memory application...

I'm asking about the shared_memory application and you are responding about zone.

There is no net.cpp in the shared_memory application codebase and this application does not define these symbols.
Forum: Development::Development 10-15-2014, 07:59 AM
Replies: 8
Views: 3,497
Posted By CoryWalker
Lots of zlog, mlog references but not included in source

It appears that some of the logging libraries are not included in the main source repository. Specifically, zlog and mlog appear to be used frequently but prevents world and zone - respectively - to...
Forum: Development::Development 10-15-2014, 07:26 AM
Replies: 6
Views: 2,923
Posted By CoryWalker
I also assumed that the definitions would be...

I also assumed that the definitions would be found easily but my assumption was wrong.

The externs are obviously referenced internally in libcommon.a and must be defined by the application that...
Forum: Development::Development 10-14-2014, 05:11 PM
Replies: 6
Views: 2,923
Posted By CoryWalker
Linking against libcommon.a fails

I am able to create libcommon.a without any linker issues at all. However, when I attempt to further link against libcommon.a and create an executable - such as shared_memory - I get the following 4...
Forum: Development::Development 10-14-2014, 01:10 PM
Replies: 2
Views: 2,779
Posted By CoryWalker
OK - thanks. I will delete both the...

OK - thanks. I will delete both the packetfile.cpp and packetfile.h files.
Forum: Development::Development 10-14-2014, 12:09 PM
Replies: 2
Views: 2,779
Posted By CoryWalker
Where did "eq_opcodes.h" go?

packetfile.cpp - line 11:

#include "eq_opcodes.h"

The file eq_opcodes.h does not exist in the directory structure. I tried commenting out this line and packetfile.cpp compiled perfectly.
...
Forum: Development::Development 10-14-2014, 09:59 AM
Replies: 8
Views: 10,852
Posted By CoryWalker
Hey demonstar55 - thank you for your response. ...

Hey demonstar55 - thank you for your response.

I'm not quite sure what you are looking for with respect to the libraries you are asking about. Are you looking for version or location information?...
Forum: Development::Development 10-09-2014, 05:46 PM
Replies: 5
Views: 5,692
Posted By CoryWalker
Porting to FreeBSD - Linker Issues with Lua Libraries

I'm continuing my mission to port EQEMu to FreeBSD. After tackling the std::to_string() and other C++11 issues from a previous thread - as well as fixing some lua and pthread issues - everything...
Forum: Development::Development 10-08-2014, 11:30 AM
Replies: 8
Views: 10,852
Posted By CoryWalker
KLS - to answer your actual question - we most...

KLS - to answer your actual question - we most certainly could add a flag for FreeBSD in the cmake files. However, I believe this would make both the source code and the build system slightly more...
Forum: Development::Development 10-08-2014, 11:18 AM
Replies: 8
Views: 10,852
Posted By CoryWalker
C++11 is still young as an ISO standard. I'm...

C++11 is still young as an ISO standard. I'm sure all platforms will catch up in a few years.

If you look in debug.cpp, line 369 you will notice that there is a little bit of casting going on to...
Forum: Development::Development 10-07-2014, 08:08 PM
Replies: 8
Views: 10,852
Posted By CoryWalker
jdoran - Yes - that was the first and only error...

jdoran - Yes - that was the first and only error message for that file. That specific line in debug.cpp doesn't appear that important. After commenting it out I found that several other files are...
Forum: Development::Development 10-07-2014, 10:35 AM
Replies: 8
Views: 10,852
Posted By CoryWalker
Compiling EQEMu with gcc49 fails on FreeBSD 10.0 x64

I'm getting compilation errors on FreeBSD 10.0 x64 using both gcc49 and clang with flag -std=c++11.

The problem is in the following file:

/usr/local/build/eqemu/common/debug.cpp:369:23

Here...
Showing results 1 to 23 of 23

 
Forum Jump
   

All times are GMT -4. The time now is 06:30 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3