Yendor
01-17-2002, 12:03 PM
Submitted a patch update to the recently commited PktLogger addition to clean up some pretty printer issues (missing spaces between some fields, embedded newlines in SysMsg opcode packets).
Also submitted a patch to configure.in to have it use G++ when checking compiler version rather than GCC. This helps catch cases where people have installed gcc/g++ v2... then installed gcc v3 but have not installed g++ v3. A small issue, but have seen it catch a few people.
Also I would like to draw more attention adenine's deque.h patch which seems like it should be applied. Seems they renamed deque.h to just deque for the STL include file. RH systems (at least) won't see deque.h unless the old v2 stdlib++-devel package is installed. Unless I am mistaken?
Also submitted a patch to configure.in to have it use G++ when checking compiler version rather than GCC. This helps catch cases where people have installed gcc/g++ v2... then installed gcc v3 but have not installed g++ v3. A small issue, but have seen it catch a few people.
Also I would like to draw more attention adenine's deque.h patch which seems like it should be applied. Seems they renamed deque.h to just deque for the STL include file. RH systems (at least) won't see deque.h unless the old v2 stdlib++-devel package is installed. Unless I am mistaken?