Log in

View Full Version : (RE)Compiling issues


vkrr
04-11-2013, 09:23 AM
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:


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?

vkrr
04-11-2013, 01:00 PM
edit: Using 5.12.3 not 5.13.2

Derision
04-11-2013, 01:08 PM
I would advise downloading Activestate Perl 5.12.3 from here: http://eqemu.github.io/

vkrr
04-11-2013, 01:51 PM
Derision - I had that version install, but certain ppm modules wouldnt install (dbd-mysql) due to the business license requirement and the mirrors I tried were invalid/broken. I guess it couldnt hurt to try again though (reinstalling)

vkrr
04-11-2013, 02:12 PM
ppm install http://theoryx5.uwinnipeg.ca/ppms/dbd-mysql.ppd
> ppm install failed: 503 service temporarily unavailible

*Has been unavailible for more than 2 weeks*

ppm install http://trouchelle.com/ppm/dbd-mysql.ppd
>ppm install failed: 404 not found

ppm install http://trouchelle.com/ppm12/dbd-mysql.ppd
>ppm install failed: 404 not found

ppm install DBD-mysql
ppm install failed: 401 Authorization Required


Any suggestions? At this point im open to just about anything.