Mrkebubun / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

dynamic_np_object.cc not found #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Kubuntu 9.10, lastest svn

/usr/local/src/google-o3d/o3d$ ./gypbuild
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
Extracting last change to /usr/local/src/google-
o3d/sconsbuild/Debug/obj/_global_intermediate/build/LASTCHANGE
Copying /usr/local/src/google-o3d/sconsbuild/Debug/libGLEW.so to 
/usr/local/src/google-o3d/sconsbuild/Debug/lib/libGLEW.so ...
Copying /usr/local/src/google-o3d/sconsbuild/Debug/libGLEW.so.1.5 to 
/usr/local/src/google-o3d/sconsbuild/Debug/lib/libGLEW.so.1.5 ...
Creating library /usr/local/src/google-
o3d/sconsbuild/Debug/lib/libo3dCorePlatform.a
scons: *** [/usr/local/src/google-
o3d/sconsbuild/Debug/obj/gpu/np_utils/np_utils/dynamic_np_object.o] Source 
`/usr/local/src/google-o3d/o3d/gpu/np_utils/dynamic_np_object.cc' not 
found, needed by target `/usr/local/src/google-
o3d/sconsbuild/Debug/obj/gpu/np_utils/np_utils/dynamic_np_object.o'.
Indexing /usr/local/src/google-
o3d/sconsbuild/Debug/lib/libo3dCorePlatform.a
scons: building terminated because of errors.
Traceback (most recent call last):
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 295, in <module>
    main(sys.argv)
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 292, in main
    GypBuilder(args[1:])
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 274, in __init__
    func(targets, options)
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 197, in Dobuild
    '-f', solution])
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 52, in Execute
    self.builder.Execute(args)
  File "/usr/local/src/google-o3d/o3d/gypbuild.py", line 286, in Execute
    raise RuntimeError("FAILED: " + " ".join(args))
RuntimeError: FAILED: hammer -f o3d_all_main.scons

Original issue reported on code.google.com by dariusz....@gmail.com on 1 Dec 2009 at 10:48

GoogleCodeExporter commented 9 years ago
That file is no longer part of the project and should not be referenced from 
any of
the .gyp files. Can you try deleting all your intermediate files and running

gclient runhooks --force

again from the o3d directory. That should regenerate the scons files from the 
.gyp
files. Any changes to the scons build files will be lost. Also check for bad 
merges
on any locally modified .gyp files.

Thanks.

Original comment by apatr...@google.com on 1 Dec 2009 at 11:48

GoogleCodeExporter commented 9 years ago
'gclient runhooks --force' helps. Now compiles fine. Thanks

Original comment by dariusz....@gmail.com on 2 Dec 2009 at 12:14

GoogleCodeExporter commented 9 years ago
No prob.

Original comment by apatr...@google.com on 2 Dec 2009 at 12:15