pbxt build errors [-Wsign-compare]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
High
|
Paul McCullagh | ||
Dexter |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Confirmed on RHEL 5, Fedora 12:
CXXLD plugin/
CXX plugin/
CXX plugin/
CXX plugin/
CXX plugin/
CXX plugin/
CXX plugin/
CXX plugin/
CXX plugin/
cc1plus: warnings being treated as errors
plugin/
plugin/
plugin/
plugin/
plugin/
make[2]: *** [plugin/
make[2]: Leaving directory `/builddir/
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/
Related branches
- Drizzle Developers: Pending requested
-
Diff: 56 lines (+5/-5)3 files modifiedplugin/pbxt/src/filesys_xt.cc (+3/-3)
plugin/pbxt/src/index_xt.cc (+1/-1)
plugin/pbxt/src/restart_xt.cc (+1/-1)
Changed in drizzle: | |
importance: | Undecided → High |
status: | New → Confirmed |
milestone: | none → 2010-05-10 |
assignee: | nobody → Monty Taylor (mordred) |
Hi BJ,
I have made some changes that should fix the compile errors you reported above.
The changes are in: lp:~paul-mccullagh/drizzle/bug-fix-572633
It would be great if you could just run a compile on this branch to confirm that the errors have been fixed before I propose it for merge.
You may also run into some other compile errors further along. Then I can fix them as well.
Thanks,
Paul