What version of g++ are you using? The quick answer is to just hack
the Makefile and remove that flag, but we'll need to detect for that
version/flag and not add it in the future.
Thanks!
-Eric
>>> ja...@yahoo-inc.com <mailto:ja...@yahoo-inc.com>
>>> direct 585-593-3219 mobile 585-593-3219
>>>
>>
>>
>
> **jay*
> *janssen*
> bcp architect
>
> ja...@yahoo-inc.com <mailto:ja...@yahoo-inc.com>
> direct 585-593-3219 mobile 585-593-3219
>
> *
>
>>> ja...@yahoo-inc.com <mailto:ja...@yahoo-inc.com>
>>> direct 585-593-3219 mobile 585-593-3219
>>>
>>
>>
>
> **jay*
> *janssen*
> bcp architect
>
> ja...@yahoo-inc.com <mailto:ja...@yahoo-inc.com>
> direct 585-593-3219 mobile 585-593-3219
>
> *
>
Not at all... it's good to know. We don't support GCC3 in Drizzle
because the C++ support is _way_ too old - but it doesn't seem that
anything is problematic here except for this particular warning check.
I've got a fix building on my dapper box.
Monty
Not at all... it's good to know. We don't support GCC3 in Drizzle
because the C++ support is _way_ too old - but it doesn't seem that
anything is problematic here except for this particular warning check.
Indeed.
I'm expecting that for folks using RHEL4 we'll likely set up a RHEL4
build machine that we install GCC4 on and then just ship binary RPMs -
haven't started worrying about that yet. (Of course, I would prefer if
everyone would just upgrade to RHEL5... :))
It's gonna be fun.
Monty
gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)
zybingliu wrote:
On 10月21日, 上午12时45分, Jay Janssen <j...@yahoo-inc.com> wrote:gmake[3]: Entering directory `/homes/jayj/svn/yahoo/tools/gearman/gearmand/gearmand-0.10/tests'CXX cpp_test.occ1plus: error: unrecognized command line option "-Wno-attributes"gmake[3]: *** [cpp_test.o] Error 1Any ideas what this is caused by? Everything else compiles fine. This is on RHEL 4.jayjanssenbcp architectj...@yahoo-inc.com<mailto:j...@yahoo-inc.com>direct 585-593-3219 mobile 585-593-3219[cid:54BC5F54-7A2B-4514-97B8-A1A611201...@buffalo.rr.com]yahoo.gif
1K查看下载
I meet the same problem.My OS is red hat linux ES 4.0when i remove the flag , and recompiler, the gearmand server runsnormally.
Hrm. We _should_ be testing for that flag... I'll double check the test.
So - it should be fixed for you when 0.11 get released. :)