Project

General

Profile

Actions

Bug #761

closed

Configure test for HAVE_STREAMBUF_H is missing

Added by Jörg Riesmeier over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Configuration
Target version:
-
Start date:
2017-06-23
Due date:
% Done:

100%

Estimated time:
Module:
config, CMake
Operating System:
Compiler:

Description

The header file "ofstd/include/ofstdinc.h" checks for the macro HAVE_STREAMBUF_H although it is never defined (neither by Autoconf nor by CMake):

// define INCLUDE_STREAMBUF to include <streambuf> or <streambuf.h> if available
#ifdef INCLUDE_STREAMBUF
#ifdef USE_STD_CXX_INCLUDES
#include <streambuf>
#elif defined(HAVE_STREAMBUF_H)
#include <streambuf.h>
#endif
#endif

Actions #1

Updated by Marco Eichelberg almost 8 years ago

  • Target version changed from 3.6.3 to 3.6.6
Actions #2

Updated by Jörg Riesmeier almost 7 years ago

  • Status changed from New to Closed
  • Assignee set to Jörg Riesmeier
  • % Done changed from 0 to 100

Fixed with commit 0f0c8f3.

Actions #3

Updated by Michael Onken over 5 years ago

  • Target version deleted (3.6.6)
Actions

Also available in: Atom PDF