Log in

View Full Version : cmake errors


azog
02-22-2014, 12:17 PM
Not sure why this is happening i have both mysql_x86 and zlib_x86 in the dependencies folder. do i need to reinstall perl?



CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find PerlLibs (missing: PERL_LIBRARY PERL_INCLUDE_PATH) (found
version "5.8.8")
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPerlLibs.cmake:242 (find_package_handle_standard_args)
CMakeLists.txt:195 (FIND_PACKAGE)


Configuring incomplete, errors occurred!
See also "G:/eq/02-22-2014_build/source/build/CMakeFiles/CMakeOutput.log".

azog
02-22-2014, 12:45 PM
sigh! if i install the new perl 5.12, it will break my older builds won't it.

Uleat
02-22-2014, 01:01 PM
Ironically..I had this same problem, but for different reasons...

Most Likley, the Perl version '5.8.8' being found is located in your Git directory.


Yes, you will need to install one of the supported versions of Perl..even if you deselect Perl in CMake. Choose the one based on your build choice.

http://code.google.com/p/projecteqemu/downloads/list


EDIT: If you already have one of the supported versions installed, verify that the correct version of Perl comes first in your system PATH.

azog
02-22-2014, 01:20 PM
my perl-v shows 5.8.8

I am thinking about installing lua I noticed that cave dude is moving the quests over I just started noticing some people no longer give quests. can i run lua and perl at the same time?

azog
02-22-2014, 01:44 PM
Thank you Uleat i had the old dependency's

Uleat
02-22-2014, 02:57 PM
Yes, both at the same time is allowed..however...

If an entity has both a lua and a pl file, the lua will take precedence.