Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-16-2014, 11:24 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default Perl Issue (Feedback Only)

This is not a known bug nor a request for help, so please only respond if you have seen or are experiencing this issue.


Due to a unique circumstance on my laptop computer, I discovered the following message during a cmake configuration session:

'Found Perl: C:/Program Files/Git/bin/perl.exe (found version "5.8.8")'


If anyone has noticed that their 'perl.exe' location/version does not match their installed location/version, please reply
and I'll look into turning this into an actual bug report.


As for my actual server computer, I do have perl properly installed and have no issues with it.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #2  
Old 01-17-2014, 03:36 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Is that directory in your path before the actual perl directory?

You can see how cmake tries to find perl by looking at the various find modules in the modules directory here: http://cmake.org/gitweb?p=cmake.git;a=tree
Reply With Quote
  #3  
Old 01-17-2014, 03:45 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by lerxst2112 View Post
Is that directory in your path before the actual perl directory?

You can see how cmake tries to find perl by looking at the various find modules in the modules directory here: http://cmake.org/gitweb?p=cmake.git;a=tree
http://cmake.org/gitweb?p=cmake.git;...0d6670;hb=HEAD

Code:
if(WIN32)
  35   get_filename_component(
  36     ActivePerl_CurrentVersion
  37     "[HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl;CurrentVersion]"
  38     NAME)
  39   set(PERL_POSSIBLE_BIN_PATHS ${PERL_POSSIBLE_BIN_PATHS}
  40     "C:/Perl/bin"
  41     [HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl\\${ActivePerl_CurrentVersion}]/bin
  42     )
  43 endif()
Reply With Quote
  #4  
Old 01-17-2014, 07:27 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

User error...

I setup a manual directory on my laptop for my perl dependency and did not copy perl.exe to it.

It was still in my 'building' directory and not in the %PATH% one.

Sorry about that...
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:05 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3