Coding/server nublet here, I have been having the same issue as Darkonites here, I got in touch with him today and it seems he never resolved this issue either. To be sure, I will list what I have tried here and how I've approached the problem:
according to the most recent guide (here:
http://www.eqemulator.net/wiki/wikka...rverSetupGuide)
I have done the following steps:
made the folders (C:\EQ and inside that Installs, EQEmuServer, Source, SQL)
installed all third party programs (tortiseSVN 1.8.0, MySQL 5.1, Git, heidiSQL, and cmake 2.8, Activestate Perl 5.12.3) Visual Studio 2010 Express was also grabbed in place of 2012 because I use a Windows XP machine and it cannot support .net 4.5 and as a result Visual Studio Express 2012
I have both Winzip and Winrar
I installed perl, restarted my computer and did the "ppm install DBI" which resopnded with a message saying there were no extra packages to be installed (which is OK from what I've read)
I installed mySQL 5.1 with developer tools checked
chose server machine
chose multifunctional database
clicked next on innodb page
selected Online Transaction Processing (OLTP)
enabled tcp/ip networking and unticked enable strict mode
chose best support for multilingualism
chose install as windows service, and made sure to include "include bin directory in Windows PATH"
clicked execute
made a password
restarted my computer
Installed Microsoft Visual 2010 Express (this was the only download offered for 2010 without buying the software)
as stated above, I installed all third party programs
I did the git bash on my source folder and recieved the files .
Now then...
I opened CMake 2.8 gui
selected for "where is the source code" C:\EQ\Source
selected as my "where to build the binaries" C:\EQ\Source\Build
When I hit configure, I get the same message Darkonites gets (as seen in the screenshot here)
Now what I'm wondering is this: am I trying to use the wrong program? If so, is there an alternative for Windows? I have looked into some of the other options that are offered in the cmake menu aside from Visual Studio, and have tried Visual Studio 2008 only to get the same results. Am I missing something in my source folder possibly? I have googled this issue and found no solutions pertaining to it, and tried this forum reading into the cmake issues of others to make sure I wasn't being redundant on this subject, but when I found this post it was the closest thing to my issue, and after having consulted Darkonites it seems I must have missed something.
Any help would be appreciated
