Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7637] build failure: floorl not defined (gcc 3.3.6 on Sola

Date: Mon, 18 Feb 2013 20:01:39 +0000

Comment # 5 on bug 7637 from
This is apparently an issue on HP-UX as well; the HP-UX Porting and Archive
Centre's port of Wireshark includes

    #ifdef __hpux
    #define floorl(x) (long double)floor((double)(x))
    #endif

in ui/gtk/time_shift_dlg.c (the only file that uses floorl()).


You are receiving this mail because:
  • You are watching all bug changes.