View Single Post
  #1  
Old 04-11-2013, 09:23 AM
vkrr
Sarnak
 
Join Date: Mar 2013
Posts: 65
Default (RE)Compiling issues

Hi Folks, My server is running fine but I wanted to update to include some of the new changes that were made so I pulled the new code, I did :
1) Cmake (using strawberryperl 5.13.2 x86 + the x86 dependencies from the repository run by akkadius, i believe) throws the following errors:

Code:
Found Perl: C:/strawberry/perl/bin/perl.exe (found version "5.12.3") 
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
  Could NOT find PerlLibs (missing: PERL_LIBRARY) (found version "5.12.3")
Call Stack (most recent call first):
  C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_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:141 (FIND_PACKAGE)


Configuring incomplete, errors occurred!

What do I need to do to fix this?
Reply With Quote