Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed build on Linux. #241

Open
GoogleCodeExporter opened this issue Aug 17, 2015 · 0 comments
Open

Failed build on Linux. #241

GoogleCodeExporter opened this issue Aug 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant