Hi Andrew,
I get the following errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP
H:\epics\pvPackageCPP-3.15>make -sj clean
cannot remove directory for ./include: Permission denied at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for lib\linux-x86: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for ./lib: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for lib\linux-x86: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for ./lib: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for lib\linux-x86: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for ./lib: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for lib\linux-x86: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
cannot remove directory for ./lib: Directory not empty at C:/Perl64/lib/ExtUtils/Command.pm line 134
I would also really like to be able to do “make realclean” and “make realuninstall” in that top-level directory, but that is not supported.
Note that this is the version of pvPackageCPP I downloaded from the link in an e-mail you sent a few weeks ago, and not the current release candidate for the CPP modules.
Mark