frykauf / o3d

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

Can't build rev 23181 on linux #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow build instructions
2.
3.

What is the expected output? What do you see instead?
I'm expecting the plugin to be build successfully, but instead I'm getting 
this error:
scons: Building targets ...
________Compiling scons-out/opt-linux/obj/plugin/glue/bitmap_glue.os
In file included from /usr/include/c++/4.3/ext/hash_map:64,
                 from ./base/cross/std_hash.h:143,
                 from ./plugin/cross/o3d_glue.h:55,
                 from plugin/cross/plugin_main.h:36,
                 from scons-out/opt-linux/obj/plugin/glue/bitmap_glue.cc:2:
/usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning 
This file includes at least one deprecated or antiquated header which may 
be removed without further notice at a future date. Please use a non-
deprecated interface with equivalent functionality instead. For a listing 
of replacement headers and interfaces, consult the file backward_warning.h. 
To disable this warning use -Wno-deprecated.
In file included from ./core/cross/file_request.h:44,
                 from scons-out/opt-
linux/obj/plugin/glue/file_request_glue.h:10,
                 from scons-out/opt-
linux/obj/plugin/glue/bitmap_glue.cc:14:
./core/cross/pack.h:236: error: extra qualification 'o3d::Pack::' on member 
'CreateBitmapsFromRawData'
scons: *** [scons-out/opt-linux/obj/plugin/glue/bitmap_glue.os] Error 1
scons: building terminated because of errors.

What version of the product are you using? On what operating system?

rev. 23181 on Ubuntu Jaunty linux, uptodate

What hardware are you using:  graphics card type?  motherboard type?

Please provide any additional information below.

Original issue reported on code.google.com by dusan.ma...@gmail.com on 12 Aug 2009 at 9:59

GoogleCodeExporter commented 9 years ago
Hi Dusan, is this still a problem with the top-of-trunk?  We've fixed a few 
linux build 
failures lately. Thanks.

Original comment by vange...@google.com on 16 Sep 2009 at 5:31