Custom Query (89 matches)
Results (67 - 69 of 89)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#286 | fixed | libtrace compilation problem on Mandriva 2010.1 | perry | gvubrugier |
Description |
Compilation of libtrace-3.0.7 fails on a Mandriva 2010.1, using dag-2.5.5r2. The error message is: (...) format_erf.c: In function ‘erf_get_padding’: format_erf.c:139: erreur: ‘TYPE_DSM_COLOR_ETH’ undeclared (...) and can be silenced by the following patch --- ../libtrace-3.0.7/lib/libtrace_int.h 2010-11-26 04:24:14.000000000 +0100 +++ lib/libtrace_int.h 2010-11-26 03:24:21.000000000 +0100 @@ -135,6 +135,7 @@ # if DAG_VERSION == 24 # include <erftypes.h> # else +# include "erftypes.h" # include <daginf.h> # endif #else |
|||
#287 | fixed | libtrace tools linking problem on Mandriva 2010.1 | perry | gvubrugier |
Description |
On Mandriva 2010.1, building libtrace tools produces this error: CCLD traceanon /home/me/tmp/libtrace-3.0.7/lib/.libs/libtrace.so: undefined reference to `pcap_vsnprintf' collect2: ld returned 1 exit status Apparently, HAVE_VSNPRINTF must be defined somewhere to prevent libpcap (1.1.1) from providing its vsnprintf() (see pcap-int.h): --- lib/libtrace.h.in 2010-11-26 04:15:55.000000000 +0100 +++ ../libtrace-3.0.7/lib/libtrace.h.in 2010-11-26 04:37:35.000000000 +0100 @@ -60,7 +60,6 @@ * Woody, at least, does not support large file offsets. * */ -#define HAVE_VSNPRINTF #include <sys/types.h> #ifndef WIN32 |
|||
#290 | invalid | hQanCNB | CqRXW | anonymous |
Description |
gjAiQTY |
Note: See TracQuery
for help on using queries.