-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Can't create '/path/to/proovread/lib/File' #146
Comments
The above problem is caused by this problem! linux@linux-virtual-machine:~/proovread$ make sample So,follow the prompts,I decompressed the File-Which-0.05.tar.gz ,then there is a problem: ERROR: Can't create '/path/to/proovread/lib/File' |
You need to substitute "/path/to/proovread/" with the actual path on your system. |
Oh,Thank you very much! The first problem have been solved(altough I copy whicm.pm to the file ),but the second problem does not seem to have been solved when I run |
Thank you ,thackl ! |
Changing PREFIX to my path after cding into proovread just gives me the error that it cannot do anything because it is the same directory.
If I try installing this on my MACOSX it just fails at make because it uses malloc.h and I don't know enough coding to know what to change there or install for that to work. |
What exactly goes into PREFIX. Is it the bath to the proovread directory or am I supposed to have it create a new directory (in which case when I tried that it literally makes the same files that already exist after git cloning). |
I have a new problem,
I have decompressed the File-Which-0.05.tar.gz,when I run make && make install ,it shows me that ERROR: Can't create '/path/to/proovread/lib/File' (In the File-Which-0.05,there are a small lock in the lower right corner of several file icons)
linux@linux-virtual-machine:~/proovread/File-Which-0.05$ make && make install
Skip blib/lib/File/Which.pm (unchanged)
cp bin/pwhich blib/script/pwhich
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pwhich
Manifying 1 pod document
Manifying 1 pod document
Manifying 1 pod document
Manifying 1 pod document
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/path/to/proovread/lib/File'
mkdir /path: Permission denied at /usr/share/perl/5.28/ExtUtils/Install.pm line 489.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1.
make: *** [Makefile:725: pure_site_install] Error 13
The text was updated successfully, but these errors were encountered: