Comment #38 on issue 335 by xactly: Can't install on 64-bit Linux
(linux-x86_64-gcc3)
http://code.google.com/p/gears/issues/detail?id=335
64 bit, oh please do:
I checked out the code and attempted a compile, using make MODE=opt had
failure as
below.
make MODE=opt
make prereqs BROWSER=NONE
make[1]: Nothing to be done for `prereqs'.
make genheaders BROWSER=NONE
make[1]: Nothing to be done for `genheaders'.
make modules BROWSER=NONE
make[1]: Nothing to be done for `modules'.
make prereqs BROWSER=FF3
make[1]: Nothing to be done for `prereqs'.
make genheaders BROWSER=FF3
../third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl -I
../third_party/gecko_1.9/linux/gecko_sdk/idl -I ../third_party/gecko_1.9 -m
header -o
bin-opt/linux-x86_64/ff3/genfiles/interfaces base/firefox/interfaces.idl
make[1]: execvp: ../third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl:
Permission denied
make[1]: *** [bin-opt/linux-x86_64/ff3/genfiles/interfaces.h] Error 127
make: *** [default] Error 2
with the more complete command :
make MODE=opt ARCH=x86_64 BROWSER=FF31 OS=linux
:output is in attachment:
basiclly though i get the error below:
./third_party/sqlite_google/src -I../third_party/sqlite_google/preprocessed
-Wno-uninitialized
-DHAVE_USLEEP=1 ../third_party/sqlite_google/src/os_unix.c
cc1: warnings being treated as errors
../third_party/sqlite_google/src/os_unix.c: In function ‘findLockInfo’:
../third_party/sqlite_google/src/os_unix.c:688: error: ignoring return
value of
‘write’, declared with attribute warn_unused_result
../third_party/sqlite_google/src/os_unix.c: In function ‘unixRandomness’:
../third_party/sqlite_google/src/os_unix.c:2630: error: ignoring return
value of
‘read’, declared with attribute warn_unused_result
make[1]: *** [bin-opt/linux-x86_64/common/sqlite/os_unix.o] Error 1
make: *** [default] Error 2
Attachments:
gears_compileoutput.log 113 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings