$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: stipe_at_[hidden]
Date: 2008-07-13 17:35:13
Author: srajko
Date: 2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
New Revision: 47406
URL: http://svn.boost.org/trac/boost/changeset/47406
Log:
working on building examples on Linux
Text files modified: 
   sandbox/SOC/2007/signals/boost/dataflow/blueprint/component_bank.hpp                 |     3 ++-                                     
   sandbox/SOC/2007/signals/boost/dataflow/blueprint/network.hpp                        |     2 +-                                      
   sandbox/SOC/2007/signals/boost/dataflow/managed/component.hpp                        |     2 +-                                      
   sandbox/SOC/2007/signals/boost/dataflow/managed/fusion_component.hpp                 |     2 +-                                      
   sandbox/SOC/2007/signals/boost/dataflow/managed/network.hpp                          |     2 +-                                      
   sandbox/SOC/2007/signals/boost/dataflow/managed/port.hpp                             |     2 +-                                      
   sandbox/SOC/2007/signals/boost/dataflow/managed/support.hpp                          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Cone.cxx                          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Jamfile.v2                        |     4 ++++                                    
   sandbox/SOC/2007/signals/libs/dataflow/example/VTK/vtk_dataflow_support.hpp          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/blueprint/blueprint_example.cpp       |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintBank.hpp            |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintComponent.hpp       |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.cpp          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.hpp          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_bank.hpp            |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_component.hpp       |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.cpp          |     4 ++--                                    
   sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.hpp          |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/signals/Jamfile.v2                    |     3 +++                                     
   sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example.cpp            |     2 +-                                      
   sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example_components.hpp |     2 +-                                      
   sandbox/SOC/2007/signals/libs/glv/Jamfile                                            |    19 +++++++++++++++++++                     
   23 files changed, 48 insertions(+), 21 deletions(-)
Modified: sandbox/SOC/2007/signals/boost/dataflow/blueprint/component_bank.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/blueprint/component_bank.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/blueprint/component_bank.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -81,4 +81,5 @@
 
 } } } // namespace boost::dataflow::blueprint
 
-#endif // BOOST_DATAFLOW_BLUEPRINT_COMPONENT_BANK_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_BLUEPRINT_COMPONENT_BANK_HPP
+
Modified: sandbox/SOC/2007/signals/boost/dataflow/blueprint/network.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/blueprint/network.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/blueprint/network.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -159,4 +159,4 @@
 
 } } } // namespace boost::dataflow::blueprint
 
-#endif // BOOST_DATAFLOW_BLUEPRINT_NETWORK_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_BLUEPRINT_NETWORK_HPP
Modified: sandbox/SOC/2007/signals/boost/dataflow/managed/component.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/managed/component.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/managed/component.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -33,4 +33,4 @@
 
 }}}
 
-#endif // BOOST_DATAFLOW_MANAGED_COMPONENT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_MANAGED_COMPONENT_HPP
Modified: sandbox/SOC/2007/signals/boost/dataflow/managed/fusion_component.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/managed/fusion_component.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/managed/fusion_component.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -73,4 +73,4 @@
 
 } }
 
-#endif // BOOST_DATAFLOW_MANAGED_FUSION_COMPONENT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_MANAGED_FUSION_COMPONENT_HPP
Modified: sandbox/SOC/2007/signals/boost/dataflow/managed/network.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/managed/network.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/managed/network.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -105,4 +105,4 @@
 
 } } }
 
-#endif // BOOST_DATAFLOW_MANAGED_PORT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_MANAGED_PORT_HPP
Modified: sandbox/SOC/2007/signals/boost/dataflow/managed/port.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/managed/port.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/managed/port.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -129,4 +129,4 @@
 
 } }
 
-#endif // BOOST_DATAFLOW_MANAGED_PORT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_MANAGED_PORT_HPP
Modified: sandbox/SOC/2007/signals/boost/dataflow/managed/support.hpp
==============================================================================
--- sandbox/SOC/2007/signals/boost/dataflow/managed/support.hpp	(original)
+++ sandbox/SOC/2007/signals/boost/dataflow/managed/support.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -14,4 +14,4 @@
 
 } } }
 
-#endif // BOOST_DATAFLOW_MANAGED_SUPPORT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_MANAGED_SUPPORT_HPP
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Cone.cxx
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Cone.cxx	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Cone.cxx	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -148,4 +148,4 @@
     // make *cone the only thing connected to *coneMapper
     connect(*cone->GetOutputPort(), vtk::vtk_algorithm_consumer_adapter(*coneMapper));
 //]
-}
\ No newline at end of file
+}
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Jamfile.v2	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/VTK/Jamfile.v2	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -21,16 +21,20 @@
 lib X11 : : <name>X11 <search>/usr/X11R6/lib ;
 lib Xt : : <name>Xt <search>/usr/X11R6/lib ;
 
+lib pthread : : <name>pthread ;
+
 project dataflow/test/VTK
     : requirements
       <include>../../../..
       <include>$(BOOST_ROOT)
       <include>/usr/local/include/vtk-5.0/
+      <include>/usr/include/vtk-5.0/
       <define>BOOST_ALL_NO_LIB=1
       <toolset>darwin:<linkflags>"-framework CoreServices"
       <toolset>darwin:<library>GL
       <toolset>darwin:<library>X11
       <toolset>darwin:<library>Xt
+	  <toolset>gcc:<library>pthread
       <library>vtkCommon
       <library>vtkRendering
       <library>vtkFiltering
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/VTK/vtk_dataflow_support.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/VTK/vtk_dataflow_support.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/VTK/vtk_dataflow_support.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -384,4 +384,4 @@
 
 //]
 
-#endif // BOOST_DATAFLOW_VTK_SUPPORT_HPP
\ No newline at end of file
+#endif // BOOST_DATAFLOW_VTK_SUPPORT_HPP
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/blueprint/blueprint_example.cpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/blueprint/blueprint_example.cpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/blueprint/blueprint_example.cpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -174,4 +174,4 @@
     return 0;
 }
 
-//]
\ No newline at end of file
+//]
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintBank.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintBank.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintBank.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -42,4 +42,4 @@
 
 } } }
 
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintComponent.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintComponent.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintComponent.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -52,4 +52,4 @@
 
 } } }
 
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.cpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.cpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.cpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -141,4 +141,4 @@
 }
 
 
-} } }
\ No newline at end of file
+} } }
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/fltk_gui/BlueprintWindow.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -51,4 +51,4 @@
 };
 
 } } }
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_bank.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_bank.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_bank.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -54,4 +54,4 @@
 
 } } }
 
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_component.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_component.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_component.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -71,4 +71,4 @@
 
 } } }
 
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.cpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.cpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.cpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -11,8 +11,8 @@
 
 blueprint_window::blueprint_window()
     : glv::View(glv::Rect(800, 600))
-    , m_layout(*this, glv::Direction::E, glv::Place::TL, 5, 5, 5)
     , m_dragged(NULL)
+    , m_layout(*this, glv::Direction::E, glv::Place::TL, 5, 5, 5)
 {
     this->colors().back.set(0);
     m_next_created_x = 100;
@@ -145,4 +145,4 @@
 }*/
 
 
-} } }
\ No newline at end of file
+} } }
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/glv_gui/blueprint_window.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -48,4 +48,4 @@
 };
 
 } } }
-#endif
\ No newline at end of file
+#endif
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/signals/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/signals/Jamfile.v2	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/signals/Jamfile.v2	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -3,11 +3,14 @@
 # accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
+lib pthread : : <name>pthread ;
+
 project dataflow/example/signals
     : requirements
       <include>../../../..
       <library>/boost/signals//boost_signals/<link>static
       <define>BOOST_ALL_NO_LIB=1
+      <toolset>gcc:<library>pthread
     ;
 
 exe intro_example : intro_example.cpp ;
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example.cpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example.cpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example.cpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -52,4 +52,4 @@
     return 0;
 }
 
-//]
\ No newline at end of file
+//]
Modified: sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example_components.hpp
==============================================================================
--- sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example_components.hpp	(original)
+++ sandbox/SOC/2007/signals/libs/dataflow/example/signals/simple_example_components.hpp	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -48,4 +48,4 @@
     }
 };
 
-//]
\ No newline at end of file
+//]
Modified: sandbox/SOC/2007/signals/libs/glv/Jamfile
==============================================================================
--- sandbox/SOC/2007/signals/libs/glv/Jamfile	(original)
+++ sandbox/SOC/2007/signals/libs/glv/Jamfile	2008-07-13 17:35:10 EDT (Sun, 13 Jul 2008)
@@ -3,6 +3,16 @@
 # accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
+lib glut : : <name>glut ;
+lib openGL : : <name>GL ;
+lib openGLU : : <name>GLU ;
+lib X11 : : <name>X11 ;
+lib Xaw : : <name>Xaw7 ;
+lib Xv : : <name>Xv ;
+lib Xext : : <name>Xext ;
+lib X11-xcb : : <name>X11-xcb ;
+lib pthread : : <name>pthread ;
+
 project dataflow/example/glv
     : source-location src
     : usage-requirements
@@ -10,6 +20,15 @@
         <toolset>darwin:<linkflags>"-framework AGL"
         <toolset>darwin:<linkflags>"-framework GLUT"
         <toolset>darwin:<linkflags>"-framework OpenGL"
+        <toolset>gcc:<library>glut
+        <toolset>gcc:<library>openGL
+        <toolset>gcc:<library>openGLU
+        <toolset>gcc:<library>X11-xcb
+        <toolset>gcc:<library>X11
+        <toolset>gcc:<library>Xaw
+        <toolset>gcc:<library>pthread
+        <toolset>gcc:<library>Xv
+        <toolset>gcc:<library>Xext
     : requirements
         <include>include
     ;