SF items 1951604 and 1953551

[1951604] POCO refuses to compile with g++ 4.3.0
[1953551] Solaris Sun Studio 12 Apache stdcxx 64 bit

Warning: compile with target platforms not done yet!
This commit is contained in:
Aleksandar Fabijanic
2008-04-28 21:52:10 +00:00
parent 2a93c3e84f
commit e1c7bc55dd
8 changed files with 87 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
#include "Poco/BinaryWriter.h"
#include "Poco/ByteOrder.h"
#include <cstring>
namespace Poco {

View File

@@ -38,6 +38,7 @@
#include "Poco/Buffer.h"
#include "Poco/Exception.h"
#include <algorithm>
#include <cstring>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>

View File

@@ -49,6 +49,7 @@
#include "Poco/Format.h"
#include "Poco/Exception.h"
#include <ios>
#include <sstream>
#include <cctype>
#include <cstddef>

View File

@@ -38,6 +38,11 @@
#include "Poco/Exception.h"
#include "Poco/ErrorHandler.h"
#include <signal.h>
#if defined(__sun) && defined(__SVR4)
#define __EXTENSIONS__
#include <limits.h>
#endif
//
// Block SIGPIPE in main thread.