installation errors - help!

Questions, problems, suggestions, bug reports, and so on.
Post Reply
lgodiva

installation errors - help!

Post by lgodiva »

I just downloaded JSCoverage and tried to install it. I received several warnings doing "tar jxvf jscoverage-0.3.1.tar.bz2":

./configure: line 1901: /shtool: No such file or directory
configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: dlfcn.h: proceeding with the compiler's result

Then in 'make':

src/jsapi.c: In function 'JS_EvaluateScript':
src/jsapi.c:4081: warning: passing argument 3 of 'js_InflateString' from incompatible pointer type
src/jsapi.c: In function 'JS_EvaluateScriptForPrincipals':
src/jsapi.c:4100: warning: passing argument 3 of 'js_InflateString' from incompatible pointer type

src/jsdbgapi.c: In function 'JS_EvaluateInStackFrame':
src/jsdbgapi.c:943: warning: passing argument 3 of 'js_InflateString' from incompatible pointer type

src/jsmath.c: In function 'random_init':
src/jsmath.c:324: warning: right shift count is negative
src/jsmath.c:328: warning: right shift count is negative

ranlib: file: .libs/libjs.a(jslock.o) has no symbols
ranlib: file: .libs/libjs.a(jsdso.o) has no symbols
ranlib .libs/libjs.a
ranlib: file: .libs/libjs.a(jslock.o) has no symbols
ranlib: file: .libs/libjs.a(jsdso.o) has no symbols
creating libjs.la
(cd .libs && rm -f libjs.la && ln -s ../libjs.la libjs.la)
gcc -DOSSP -DXP_UNIX -DEXPORT_JS_API -DJS_HAS_FILE_OBJECT -DHAVE_CONFIG_H -Isrc -O2 -DNDEBUG -pipe -o src/js.o -c src/js.c
./libtool: line 3012: : [^:]* bundle: command not found

And finally, in 'make install':

ranlib: file: /usr/local/lib/libjs.a(jslock.o) has no symbols
ranlib: file: /usr/local/lib/libjs.a(jsdso.o) has no symbols

./shtool install -c -m 644 js.pc /usr/local/lib/pkgconfig/
cp: /usr/local/lib/pkgconfig/#INST@10685#: Permission denied
make[2]: *** [install] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2

Can anyone shed light on why this is going on? I'm running a bash shell on a MacBook running OS/X. Thanks,

S.
lgodiva

disregard prior post

Post by lgodiva »

I've figured out my installation issues...please disregard my prior post.
Post Reply