Page 1 of 1

Installation Problems

Posted: 2009-07-09 4:57 pm
by akume
Hey I'm running on OS X and was trying to install the latest JSCoverage but keep getting the following error
make: *** [encoding.o] Error 1


I followed the instructions given:
tar jxvf jscoverage-0.4.tar.bz2
cd jscoverage-0.4/
./configure
make install


Is there something I'm missing because i'm running on a mac?

Re: Installation Problems

Posted: 2009-07-09 5:47 pm
by Ed
I don't have a Mac, so it's difficult for me to debug any problems there ... I know that there is a MacPorts version, so if you can use that, it may work better for you. If not, post the compiler error message for compiling encoding.c and I'll try to figure out what's going on.