View Single Post
  #12  
Old 10-23-2015, 02:04 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Make sure that anything labeled as a 'dependency' is of the same build type as what you are attempting to build the server as (i.e., 32-bit, 64-bit)

Git can be 64-bit, as can Heidi/Navicat..but, anything that compiles with the server code (dependency) must be of the same build type.

People report no problems with the 64-bit build..but, I always recommend the 32-bit version since it gets more run-time testing. Plus, the pointer and
int sizes are smaller..so, there should be more available memory.


You may want to delete your 'build' directory and re-run cmake.

There could be lingering paths in your current server solution causing issues.

Re-running cmake with no build directory will ensure that all of the old references will be gone.

Then, just open the solution and build as you normally would.


See where you are with this and post back.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote