warning: "GEARMAND_BINARY" redefined
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libmemcached |
Fix Released
|
Low
|
Vijay Samuel |
Bug Description
I'm sure its very minor, but I finally grabbed Gearmand and noticed that configure detects the installation, and then places the path in the config.h header, and defines it via the compiler command. Just a minor bug:
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
CXX libtest/
In file included from ./libtest/
./config.h:28:1: warning: "GEARMAND_BINARY" redefined
<command-line>: warning: this is the location of the previous definition
Related branches
- Monty Taylor (community): Needs Fixing
- Brian Aker: Pending requested
-
Diff: 66 lines (+7/-5)5 files modifiedlibtest/common.h (+4/-0)
libtest/gearmand.cc (+0/-2)
libtest/skiptest.cc (+1/-1)
libtest/unittest.cc (+1/-1)
libtest/wait.cc (+1/-1)
- Libmemcached-developers: Pending requested
-
Diff: 19 lines (+0/-2)1 file modifiedconfigure.ac (+0/-2)
Changed in libmemcached: | |
status: | New → Confirmed |
assignee: | nobody → Vijay Samuel (vjsamuel) |
status: | Confirmed → Fix Committed |
Changed in libmemcached: | |
importance: | Undecided → Low |
Changed in libmemcached: | |
status: | Fix Committed → Fix Released |
gearmand is used in a patch (dance server) that has yet to make it to trunk. The resolve for this is to just use gourmand.m4's output and not set it via the include.am.