PDA

View Full Version : common/patches files


noudess
09-21-2014, 06:48 PM
I'm building from a clone from git for the 1st time.

The files in common/patches have includes like:

#include "../common/xyz.h"

But .. is the common dir.. I got the build to proceed with a hack link:

common -> .

in common, but did I do something wrong in the cmake?

joligario
09-21-2014, 07:14 PM
Did you have compile errors without changing it?

Uleat
09-21-2014, 07:18 PM
I wonder if those are non-project #includes..

joligario
09-21-2014, 07:23 PM
I only see the patch_constants references.

noudess
09-21-2014, 07:29 PM
standard files like ",,/common/types.h" not found in many of the files during compilation,

all built and running after putting inthe bogus link as a workaround.

joligario
09-21-2014, 07:40 PM
What configuration were you building that it gave you an error on those? And it won't need bogus links to work around, we'll change that.

noudess
09-22-2014, 09:13 AM
I was following this https://github.com/EQEmu/Server/wiki/Linux-server-setup.

I am running a brand new Ubuntu installation and had to do a few of the installs to get cmake, make, build-essential package, etc.

I think I picked either dedug or relwithdebug.

Does this answer the "what configuration" question or do you need to know something else?

[ edit - server alnost up using my db + required sql application ]

jdoran
09-22-2014, 05:57 PM
I reported the same problem last week.

http://www.eqemulator.org/forums/showthread.php?t=38800, 2nd post.