I am trying to compile the activemq from source code downloaded from  here
<https://www.apache.org/dyn/closer.lua/activemq/activemq-cpp/3.9.3/activemq-cpp-library-3.9.3-src.zip>
  
and trying to build it with visual studio 2010. I am getting this problem 
some chunk of it is given below full error is  here
<https://gist.github.com/waqaskhan137/a01019d4be9d4d13b328ef4408ff9455>  
4>  InflaterInputStreamTest.cpp
4>c:\users\rana\desktop\new folder
(5)\activemq-cpp-library-3.9.3\src\test\decaf\util\zip\InflaterInputStreamTest.h(21):
fatal error C1083: Cannot open include file: 'cppunit/TestFixture.h': No
such file or directory
4>  InflaterTest.cpp
4>c:\users\rana\desktop\new folder
(5)\activemq-cpp-library-3.9.3\src\test\decaf\util\zip\InflaterTest.h(21):
fatal error C1083: Cannot open include file: 'cppunit/TestFixture.h': No
such file or directory
4>  main.cpp
4>..\src\test\main.cpp(18): fatal error C1083: Cannot open include file:
'cppunit/extensions/TestFactoryRegistry.h': No such file or directory
4>  Compiling...
4>  testRegistry.cpp
4>C:\Users\Rana\Desktop\New folder
(5)\activemq-cpp-library-3.9.3\src\test\activemq/commands/BrokerInfoTest.h(21):
fatal error C1083: Cannot open include file: 'cppunit/TestFixture.h': No
such file or directory
4>  TeamCityProgressListener.cpp
3>..\src\test-integration\activemq\util\CMSListener.cpp(21): fatal error
C1083: Cannot open include file: 'cppunit/extensions/HelperMacros.h': No
such file or directory
3>  CMSProvider.cpp
4>..\src\test\util\teamcity\TeamCityProgressListener.cpp(20): fatal error
C1083: Cannot open include file: 'cppunit/Test.h': No such file or directory
3>C:\Users\Rana\Desktop\New folder
(5)\activemq-cpp-library-3.9.3\src\main\decaf/internal/AprPool.h(23): fatal
error C1083: Cannot open include file: 'apr_pools.h': No such file or
directory
3>  IntegrationCommon.cpp
3>  main.cpp

Please help! 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/apr-pools-h-error-while-compiling-from-the-Activemq-source-tp4710573.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to