in reply to Trying to compile PAR-Packer with Strawberry and Dev-Cpp installed

Could the problem be that it is looking for Strawberry in the C drive?

Yes - that's the problem. The -I"C:\strawberry\perl\lib\CORE" switch means that the build process will look for EXTERN.h, perl.h and XSUB.h in C:\strawberry\perl\lib\CORE ... and of course they're not there.

If so, why?

C:\strawberry\perl\lib\CORE is the default location for Strawberry Perl. If you want to install it somewhere else, there are steps you have to take. Switch to the 'strawberry' folder and run:
perl relocation.pl
That might fix things.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Trying to compile PAR-Packer with Strawberry and Dev-Cpp installed
by Anonymous Monk on Jan 24, 2011 at 07:40 UTC
    relocation.pl should automatically if you're installing using an installer