Log in

View Full Version : C make doesnt find perl


Astal
06-21-2014, 06:43 AM
It did the other day but i wanted to recompile so i redownloaded the source and forgot to add the dependencies, ever since then cmake wont find perl, even if the dependencies and everything are correct. Does anyone know how to fix this or know the default include path on windows xp?

Kingly_Krab
06-21-2014, 06:48 AM
The include path is within the Perl dependency folder, its name is CORE. The file you look for inside of it will be named something like Perl51#.lib.

Astal
06-21-2014, 07:52 AM
The include path is within the Perl dependency folder, its name is CORE. The file you look for inside of it will be named something like Perl51#.lib.

thanks i got it compiled now if i could figure out why i get shared memory error lol

Kingly_Krab
06-21-2014, 11:43 AM
Haha, yeah some errors are weird.