Menu

#48 build failure with GCC 4.7.

SVN
closed-rejected
None
5
2015-03-29
2014-01-03
No

Hello,

opencity fails to build with gcc 4.7 or later because of a missing header file in src/tinyxpath/node_set.cpp.

This was reported as Debian bug http://bugs.debian.org/667310 and fixed by Matej Vela. I'm attaching the patch to this bug report.

1 Attachments

Discussion

  • Duong Khang NGUYEN

    Rejected.

    The patch is out of date. And the code already contains:

    #ifdef HAVE_CONFIG_H
            #include "config.h"
    #endif
    

    which defines HAVE_STDINT_H on the machine which has stdint.h.

    Compiled on my development machine with "gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)".

    Best regards.

     
  • Duong Khang NGUYEN

    • status: open --> closed-rejected
    • assigned_to: Duong Khang NGUYEN
    • Group: 0.0.7 --> SVN
     

Log in to post a comment.

MongoDB Logo MongoDB