OCL reporting header marshaller not available to user application
Submitted by snrkiwi on Tue, 2009-06-16 12:45 |
Install NiceHeaderMarshaller.hpp with the attached patch.
Index: reporting/CMakeLists.txt
===================================================================
--- reporting/CMakeLists.txt (revision 30002)
+++ reporting/CMakeLists.txt (working copy)
@@ -4,7 +4,7 @@
# This gathers all the .cpp files into the variable 'SRCS'
SET( SRCS command.cpp ConsoleReporting.cpp datasender.cpp FileReporting.cpp ReportingComponent.cpp socket.cpp socketmarshaller.cpp TcpReporting.cpp)
- SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp NiceHeaderMarshaller.hpp ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp)
+ SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp NiceHeaderMarshaller.hpp ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp NiceHeaderMarshaller.hpp)
INCLUDE_DIRECTORIES ( ${BOOST} ${BOOST_OPTIONS} )
OCL reporting header marshaller not available to user applicatio
On Tue, Jun 16, 2009 at 14:46, <kiwi [dot] net [..] ...> wrote:
> Install NiceHeaderMarshaller.hpp with the attached patch.
>
>
> Index: reporting/CMakeLists.txt
> ===================================================================
> --- reporting/CMakeLists.txt (revision 30002)
> +++ reporting/CMakeLists.txt (working copy)
> @@ -4,7 +4,7 @@
>
> # This gathers all the .cpp files into the variable 'SRCS'
> SET( SRCS command.cpp ConsoleReporting.cpp datasender.cpp FileReporting.cpp ReportingComponent.cpp socket.cpp socketmarshaller.cpp TcpReporting.cpp)
Hmm...
> - SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp
NiceHeaderMarshaller.hpp
ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp)
> + SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp
NiceHeaderMarshaller.hpp
ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp
NiceHeaderMarshaller.hpp
)
What went wrong ?
Peter
OCL reporting header marshaller not available to user applicatio
Install NiceHeaderMarshaller.hpp with the attached patch.
Index: reporting/CMakeLists.txt
===================================================================
--- reporting/CMakeLists.txt (revision 30002)
+++ reporting/CMakeLists.txt (working copy)
@@ -4,7 +4,7 @@
# This gathers all the .cpp files into the variable 'SRCS'
SET( SRCS command.cpp ConsoleReporting.cpp datasender.cpp FileReporting.cpp ReportingComponent.cpp socket.cpp socketmarshaller.cpp TcpReporting.cpp)
- SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp NiceHeaderMarshaller.hpp ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp)
+ SET( HPPS command.hpp ConsoleReporting.hpp datasender.hpp FileReporting.hpp NiceHeaderMarshaller.hpp ReportingComponent.hpp socket.hpp socketmarshaller.hpp TcpReporting.hpp NiceHeaderMarshaller.hpp)
INCLUDE_DIRECTORIES ( ${BOOST} ${BOOST_OPTIONS} )