Re: [CMake] Find PerlLibs fails;

2008-07-06 Thread Georgios Petasis
O/H Alexander Neundorf ??: On Monday 30 June 2008, Georgios Petasis wrote: Hi all, I am running cmake 2.6 under windows: MESSAGE ( STATUS "Searching for Perl..." ) FIND_PACKAGE ( Perl ) FIND_PACKAGE ( PerlLibs ) IF ( PERL_FOUND ) MESSAGE ( STATUS " PERL_EXECUTABLE:" ${PERL_EX

Re: [CMake] Find PerlLibs fails;

2008-07-06 Thread Alexander Neundorf
On Monday 30 June 2008, Georgios Petasis wrote: > Hi all, > > I am running cmake 2.6 under windows: > > MESSAGE ( STATUS "Searching for Perl..." ) > FIND_PACKAGE ( Perl ) > FIND_PACKAGE ( PerlLibs ) > IF ( PERL_FOUND ) > MESSAGE ( STATUS " PERL_EXECUTABLE:" ${PERL_EXECUTABLE} ) > MESS

Re: [CMake] Find PerlLibs fails;

2008-06-30 Thread Andreas Schneider
Georgios Petasis wrote: Hi all, Hi, some time ago I improved the FindPerlLibs.cmake module, maybe you want to give it a try. http://cmake-modules.googlecode.com/svn/trunk/Modules/PerlLibs/FindPerlLibs.cmake It uses the perl executeable to determine all needed paths. -- andreas

[CMake] Find PerlLibs fails;

2008-06-30 Thread Georgios Petasis
Hi all, I am running cmake 2.6 under windows: MESSAGE ( STATUS "Searching for Perl..." ) FIND_PACKAGE ( Perl ) FIND_PACKAGE ( PerlLibs ) IF ( PERL_FOUND ) MESSAGE ( STATUS " PERL_EXECUTABLE:" ${PERL_EXECUTABLE} ) MESSAGE ( STATUS " PERL_INCLUDE_PATH: " ${PERL_INCLUDE_PATH} ) ME