frykauf / o3d

Automatically exported from code.google.com/p/o3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed build on Linux.

GoogleCodeExporter opened this issue · comments

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