You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I try to install o3d plugin on my machine. I use Ubuntu 10.10.
I correctly get the source code with gclient, but when I try to build it after
few minutes it gives me an error end stops the building.
This is the error output:
CC(target) o3d/build/out/Debug/obj.target/breakpad_client/breakpad/src/common/convert_UTF.o
CXX(target) o3d/build/out/Debug/obj.target/breakpad_client/breakpad/src/common/linux/file_id.o
breakpad/src/common/linux/file_id.cc: In member function ‘bool
google_breakpad::FileID::ElfFileIdentifier(uint8_t*)’:
breakpad/src/common/linux/file_id.cc:132: error: ‘fstat’ was not declared
in this scope
make[1]: ***
[o3d/build/out/Debug/obj.target/breakpad_client/breakpad/src/common/linux/file_i
d.o] Errore 1
make[1]: uscita dalla directory "/home/piter85/O3D"
make: *** [all] Errore 2
Traceback (most recent call last):
File "/home/piter85/O3D/o3d/gypbuild.py", line 291, in <module>
main(sys.argv)
File "/home/piter85/O3D/o3d/gypbuild.py", line 288, in main
GypBuilder(args[1:])
File "/home/piter85/O3D/o3d/gypbuild.py", line 270, in __init__
func(targets, options)
File "/home/piter85/O3D/o3d/gypbuild.py", line 193, in Dobuild
self.Execute(['make', '-f', solution])
File "/home/piter85/O3D/o3d/gypbuild.py", line 52, in Execute
self.builder.Execute(args)
File "/home/piter85/O3D/o3d/gypbuild.py", line 282, in Execute
raise RuntimeError("FAILED: " + " ".join(args))
RuntimeError: FAILED: make -f o3d_all.Makefile
Any idea about this?!?
Regards from Italy!!
Piter85.
Original issue reported on code.google.com by piter1...@hotmail.it on 17 May 2011 at 7:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
piter1...@hotmail.it
on 17 May 2011 at 7:50The text was updated successfully, but these errors were encountered: