jsprf.c: 644: ошибка: несовместимые типы в назначении - PullRequest
1 голос
/ 08 апреля 2009

Можете ли вы помочь мне с этой ошибкой, с которой я столкнулся при сборке? Спайдермонкей в ппц?

make -f Makefile.ref cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: 
No such file or directory 
cd editline; make -f Makefile.ref all 
make[1]: Entering directory `/units/ 
spidermonkey-1.8-next-wip/src/editline' 
make[1]: Nothing to be done for `all'. 
make[1]: Leaving directory `/units/ 
spidermonkey-1.8-next-wip/src/editline' 
make -f Makefile.ref  Linux_All_DBG.OBJ/libjs.a Linux_All_DBG.OBJ/ 
libjs.so Linux_All_DBG.OBJ/js  Linux_All_DBG.OBJ/jsautocfg.h 
Linux_All_DBG.OBJ/jscpucfg Linux_All_DBG.OBJ/jscpucfg.o 
cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or 
directory 
make[1]: Entering directory `/units/ 
spidermonkey-1.8-next-wip/src' 
make[1]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h 
dependency dropped. 
make[1]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- Linux_All_DBG.OBJ/ 
jsautocfg.h dependency dropped. 
/powerpc-750- 
linux-gnu_gcc-3.4.6/bin/powerpc-750-linux-gnu-gcc -o Linux_All_DBG.OBJ/ 
jsprf.o -c -Wall -Wno-format -MMD -DGCC_OPT_BUG -g3 -DXP_UNIX -DSVR4 - 
DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX  - 
DDEBUG -DDEBUG_build -DEDITLINE -ILinux_All_DBG.OBJ  jsprf.c 
jsprf.c: In function `BuildArgArray': 
jsprf.c:644: error: incompatible types in assignment 
make[1]: *** [Linux_All_DBG.OBJ/jsprf.o] Error 1 
make[1]: Leaving directory `/units/ 
spidermonkey-1.8-next-wip/src' 
make: *** [all] Error 2 

Я использую компьютер Redhat-Linux.

Нужно ли иметь NSPR для кросс-компиляции spidermonkey?

Большое спасибо !!

1 Ответ

1 голос
/ 17 января 2010
...