found 417127 1.14.1-1
reopen 417127 !
thanks

Hi Frank, there are still some problems:

> g++ -c -o tablesupport/o/45setparam.o -Itmp -Wall -O3 tablesupport/setparam.cc
> tablesupport/setparam.cc: In member function 'void 
> FBB::TableSupport::setParam(std::ostream&, size_t, size_t, const 
> std::vector<FBB::Align, std::allocator<FBB::Align> >&)':
> tablesupport/setparam.cc:14: error: 'for_each' was not declared in this scope
...
> log/operatorinsert.cc: In function 'std::ostream& operator<<(std::ostream&, 
> FBB::LogManipulator)':
> log/operatorinsert.cc:9: error: 'exit' was not declared in this scope
...
> g++ -c -o glob/o/26glob1.o -Itmp -Wall -O3 glob/glob1.cc
> glob/glob1.cc: In constructor 'FBB::Glob::Glob(const std::string&, 
> FBB::Glob::Flags, FBB::Glob::Dots)':
> glob/glob1.cc:14: error: 'stable_partition' was not declared in this scope

Here's a patch:

--- glob/glob.ih~       2007-04-10 15:34:58.000000000 +0000
+++ glob/glob.ih        2007-04-10 15:35:13.000000000 +0000
@@ -1,6 +1,7 @@
 #include "glob"
 
 #include <cstdlib>
+#include <algorithm>
 #include <bobcat/fnwrap1>
 
 using namespace std;
--- log/log.ih~ 2007-04-10 15:33:51.000000000 +0000
+++ log/log.ih  2007-04-10 15:33:55.000000000 +0000
@@ -1,5 +1,6 @@
 #include "log"
 
+#include <cstdlib>
 #include <iostream>
 #include <bobcat/errno>
 
--- tablesupport/tablesupport.ih~       2007-04-10 15:28:51.000000000 +0000
+++ tablesupport/tablesupport.ih        2007-04-10 15:43:36.000000000 +0000
@@ -1,5 +1,6 @@
 #include "tablesupport"
 
+#include <algorithm>
 #include <bobcat/fnwrap1c>
 
 using namespace std;

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to