Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

make install problem #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello! I wonder if it's right to ask the question here.
I met some problems in installing crack-0.7.1 on ubuntu 11.10. 
The 'configure' and 'make' steps both went well. But during the 'make install' 
step, I encountered a problem. The make_install log is the attached file. The 
error is like:

ParseError: ./lib/crack/regex.crk:18:8: unable to find module crack.ext._pcre
import crack.ext._pcre pcre_compile2, pcre_exec, pcre_fullinfo, 
       ^----

I read the log of 'make'. It seems that the 'make' step didn't produce some 
extension object files(_pcre.so, _gl.so, _gtk.so, etc...), so the 'make 
install' step couldn't find it. As a result, Crack couldn't be fully installed 
on my computer.
I don't know what the root cause is and how to solve this, so I put the 
question here. Hope for your answer. Thank you!

Best regards,
Wu Di, Nanjing University, China

Original issue reported on code.google.com by NJU.w...@gmail.com on 13 Oct 2012 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
On Ubuntu you'll need to install libpcre3-dev to do just about anything - 
install it and re-run configure and make.  Leaving this open so I remember to 
update the install documentation to reflect this. 

Original comment by mind...@gmail.com on 14 Oct 2012 at 10:23