Having some problems with VS2008 compilation.
Can get it to build in Release with some messing about. Rebuild solution fails,
but I can selectively rebuild sbm-batch and sbm-fltk after moving some libs
around where they are expected.
However the sbm-fltk.exe will not run, and throws an error on this line of
vhmsg.cpp
// Create a ConnectionFactory
connectionFactory = new activemq::core::ActiveMQConnectionFactory(
brokerURI );
Debug build fails with output below
1>------ Rebuild All started: Project: vhcl, Configuration: Debug Win32 ------
2>------ Rebuild All started: Project: vs2008-nms, Configuration: Debug Any CPU
------
1>Build started 11/12/2009 2:38:28 AM.
1>_PrepareForBuild:
1> Touching "obj\Debug\vhcl.unsuccessfulbuild".
1>ClCompile:
1> Exception.cpp
1> Memory.cpp
2>Build started 11/12/2009 2:38:28 AM.
2>CoreCompile:
2> C:\Windows\Microsoft.NET\Framework\v4.0.21006\Csc.exe /noconfig /unsafe-
/nowarn:1701,1702 /nostdlib+ /warn:4 /define:TRACE;DEBUG;NET;NET_2_0
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+
/debug:full /optimize- /out:obj\Debug\Apache.NMS.dll /target:library
src\main\csharp\CommonAssemblyInfo.cs src\main\csharp\IBytesMessage.cs
src\main\csharp\IConnection.cs src\main\csharp\IConnectionFactory.cs
src\main\csharp\IDestination.cs src\main\csharp\IMapMessage.cs
src\main\csharp\IMessage.cs src\main\csharp\IMessageConsumer.cs
src\main\csharp\IMessageProducer.cs
src\main\csharp\InvalidDestinationException.cs
src\main\csharp\IObjectMessage.cs src\main\csharp\IPrimitiveMap.cs
src\main\csharp\IQueue.cs src\main\csharp\ISession.cs
src\main\csharp\IStartable.cs src\main\csharp\IStoppable.cs
src\main\csharp\ITemporaryQueue.cs src\main\csharp\ITemporaryTopic.cs
src\main\csharp\ITextMessage.cs src\main\csharp\ITopic.cs
src\main\csharp\ITrace.cs src\main\csharp\NMSConnectionException.cs
src\main\csharp\NMSConstants.cs src\main\csharp\NMSException.cs
src\main\csharp\NMSConnectionFactory.cs src\main\csharp\NMSSecurityException.cs
src\main\csharp\Tracer.cs src\main\csharp\Util\Atomic.cs
src\main\csharp\Util\AtomicBoolean.cs src\main\csharp\Util\Convert.cs
src\main\csharp\Util\CountDownLatch.cs src\main\csharp\Util\DateUtils.cs
src\main\csharp\Util\SessionUtils.cs src\main\csharp\Util\URISupport.cs
2>_CopyOutOfDateSourceItemsToOutputDirectory:
2> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\LICENSE.txt"
to "build\net-2.0\debug\LICENSE.txt".
2> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\NOTICE.txt"
to "build\net-2.0\debug\NOTICE.txt".
2>CopyFilesToOutputDirectory:
2> Copying file from "obj\Debug\Apache.NMS.dll" to
"build\net-2.0\debug\Apache.NMS.dll".
2> vs2008-nms ->
C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll
2> Copying file from "obj\Debug\Apache.NMS.pdb" to
"build\net-2.0\debug\Apache.NMS.pdb".
2>
2>Build succeeded.
2>
2>Time Elapsed 00:00:01.48
3>------ Rebuild All started: Project: vs2008-activemq, Configuration: Debug
Any CPU ------
1> Symbols.cpp
3>Build started 11/12/2009 2:38:29 AM.
1> Pow2Assert.cpp
3>CoreCompile:
3> C:\Windows\Microsoft.NET\Framework\v4.0.21006\Csc.exe /noconfig /unsafe-
/nowarn:1701,1702 /nostdlib+ /warn:4 /define:TRACE;DEBUG;NET;NET_2_0
/reference:C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+
/debug:full /optimize- /out:obj\Debug\Apache.NMS.ActiveMQ.dll /target:library
src\main\csharp\BrokerException.cs
src\main\csharp\Commands\ActiveMQBytesMessage.cs
src\main\csharp\Commands\ActiveMQDestination.cs
src\main\csharp\Commands\ActiveMQMapMessage.cs
src\main\csharp\Commands\ActiveMQMessage.cs
src\main\csharp\Commands\ActiveMQObjectMessage.cs
src\main\csharp\Commands\ActiveMQQueue.cs
src\main\csharp\Commands\ActiveMQStreamMessage.cs
src\main\csharp\Commands\ActiveMQTempDestination.cs
src\main\csharp\Commands\ActiveMQTempQueue.cs
src\main\csharp\Commands\ActiveMQTempTopic.cs
src\main\csharp\Commands\ActiveMQTextMessage.cs
src\main\csharp\Commands\ActiveMQTopic.cs
src\main\csharp\Commands\BaseCommand.cs
src\main\csharp\Commands\BaseDataStructure.cs
src\main\csharp\Commands\BooleanExpression.cs
src\main\csharp\Commands\BrokerError.cs src\main\csharp\Commands\BrokerId.cs
src\main\csharp\Commands\BrokerInfo.cs src\main\csharp\Commands\Command.cs
src\main\csharp\Commands\ConnectionControl.cs
src\main\csharp\Commands\ConnectionError.cs
src\main\csharp\Commands\ConnectionId.cs
src\main\csharp\Commands\ConnectionInfo.cs
src\main\csharp\Commands\ConsumerControl.cs
src\main\csharp\Commands\ConsumerId.cs src\main\csharp\Commands\ConsumerInfo.cs
src\main\csharp\Commands\ControlCommand.cs
src\main\csharp\Commands\DataArrayResponse.cs
src\main\csharp\Commands\DataResponse.cs
src\main\csharp\Commands\DataStructure.cs
src\main\csharp\Commands\DataStructureSupport.cs
src\main\csharp\Commands\DestinationInfo.cs
src\main\csharp\Commands\DiscoveryEvent.cs
src\main\csharp\Commands\ExceptionResponse.cs
src\main\csharp\Commands\FlushCommand.cs
src\main\csharp\Commands\IntegerResponse.cs
src\main\csharp\Commands\JournalQueueAck.cs
src\main\csharp\Commands\JournalTopicAck.cs
src\main\csharp\Commands\JournalTrace.cs
src\main\csharp\Commands\JournalTransaction.cs
src\main\csharp\Commands\KeepAliveInfo.cs
src\main\csharp\Commands\LastPartialCommand.cs
src\main\csharp\Commands\LocalTransactionId.cs
src\main\csharp\Commands\MarshallAware.cs src\main\csharp\Commands\Message.cs
src\main\csharp\Commands\MessageAck.cs
src\main\csharp\Commands\MessageDispatch.cs
src\main\csharp\Commands\MessageDispatchNotification.cs
src\main\csharp\Commands\MessageId.cs src\main\csharp\Commands\MessagePull.cs
src\main\csharp\Commands\MessageReference.cs
src\main\csharp\Commands\NetworkBridgeFilter.cs
src\main\csharp\Commands\PartialCommand.cs
src\main\csharp\Commands\ProducerId.cs src\main\csharp\Commands\ProducerInfo.cs
src\main\csharp\Commands\RemoveInfo.cs
src\main\csharp\Commands\RemoveSubscriptionInfo.cs
src\main\csharp\Commands\ReplayCommand.cs src\main\csharp\Commands\Response.cs
src\main\csharp\Commands\SessionId.cs src\main\csharp\Commands\SessionInfo.cs
src\main\csharp\Commands\ShutdownInfo.cs
src\main\csharp\Commands\SubscriptionInfo.cs
src\main\csharp\Commands\TransactionId.cs
src\main\csharp\Commands\TransactionInfo.cs
src\main\csharp\Commands\WireFormatInfo.cs
src\main\csharp\Commands\XATransactionId.cs src\main\csharp\Commands\Xid.cs
src\main\csharp\CommonAssemblyInfo.cs src\main\csharp\Connection.cs
src\main\csharp\ConnectionClosedException.cs
src\main\csharp\ConnectionFactory.cs src\main\csharp\ConsumerClosedException.cs
src\main\csharp\DestinationFilter.cs src\main\csharp\Dispatcher.cs
src\main\csharp\DispatchingThread.cs src\main\csharp\ISynchronization.cs
src\main\csharp\MessageConsumer.cs src\main\csharp\MessageProducer.cs
src\main\csharp\OpenWire\BaseDataStreamMarshaller.cs
src\main\csharp\OpenWire\BooleanStream.cs
src\main\csharp\OpenWire\IMarshallerFactory.cs
src\main\csharp\OpenWire\EndianSupport.cs
src\main\csharp\OpenWire\MessagePropertyHelper.cs
src\main\csharp\OpenWire\OpenWireBinaryReader.cs
src\main\csharp\OpenWire\OpenWireBinaryWriter.cs
src\main\csharp\OpenWire\OpenWireFormat.cs
src\main\csharp\OpenWire\PrimitiveMap.cs
src\main\csharp\OpenWire\V1\ActiveMQBytesMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQDestinationMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQMapMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQObjectMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQQueueMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQStreamMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQTempDestinationMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQTempQueueMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQTempTopicMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQTextMessageMarshaller.cs
src\main\csharp\OpenWire\V1\ActiveMQTopicMarshaller.cs
src\main\csharp\OpenWire\V1\BaseCommandMarshaller.cs
src\main\csharp\OpenWire\V1\BrokerIdMarshaller.cs
src\main\csharp\OpenWire\V1\BrokerInfoMarshaller.cs
src\main\csharp\OpenWire\V1\ConnectionControlMarshaller.cs
src\main\csharp\OpenWire\V1\ConnectionErrorMarshaller.cs
src\main\csharp\OpenWire\V1\ConnectionIdMarshaller.cs
src\main\csharp\OpenWire\V1\ConnectionInfoMarshaller.cs
src\main\csharp\OpenWire\V1\ConsumerControlMarshaller.cs
src\main\csharp\OpenWire\V1\ConsumerIdMarshaller.cs
src\main\csharp\OpenWire\V1\ConsumerInfoMarshaller.cs
src\main\csharp\OpenWire\V1\ControlCommandMarshaller.cs
src\main\csharp\OpenWire\V1\DataArrayResponseMarshaller.cs
src\main\csharp\OpenWire\V1\DataResponseMarshaller.cs
src\main\csharp\OpenWire\V1\DataStructureSupportMarshaller.cs
src\main\csharp\OpenWire\V1\DestinationInfoMarshaller.cs
src\main\csharp\OpenWire\V1\DiscoveryEventMarshaller.cs
src\main\csharp\OpenWire\V1\ExceptionResponseMarshaller.cs
src\main\csharp\OpenWire\V1\FlushCommandMarshaller.cs
src\main\csharp\OpenWire\V1\IntegerResponseMarshaller.cs
src\main\csharp\OpenWire\V1\JournalQueueAckMarshaller.cs
src\main\csharp\OpenWire\V1\JournalTopicAckMarshaller.cs
src\main\csharp\OpenWire\V1\JournalTraceMarshaller.cs
src\main\csharp\OpenWire\V1\JournalTransactionMarshaller.cs
src\main\csharp\OpenWire\V1\KeepAliveInfoMarshaller.cs
src\main\csharp\OpenWire\V1\LastPartialCommandMarshaller.cs
src\main\csharp\OpenWire\V1\LocalTransactionIdMarshaller.cs
src\main\csharp\OpenWire\V1\MarshallerFactory.cs
src\main\csharp\OpenWire\V1\MessageAckMarshaller.cs
src\main\csharp\OpenWire\V1\MessageDispatchMarshaller.cs
src\main\csharp\OpenWire\V1\MessageDispatchNotificationMarshaller.cs
src\main\csharp\OpenWire\V1\MessageIdMarshaller.cs
src\main\csharp\OpenWire\V1\MessageMarshaller.cs
src\main\csharp\OpenWire\V1\NetworkBridgeFilterMarshaller.cs
src\main\csharp\OpenWire\V1\PartialCommandMarshaller.cs
src\main\csharp\OpenWire\V1\ProducerIdMarshaller.cs
src\main\csharp\OpenWire\V1\ProducerInfoMarshaller.cs
src\main\csharp\OpenWire\V1\RemoveInfoMarshaller.cs
src\main\csharp\OpenWire\V1\RemoveSubscriptionInfoMarshaller.cs
src\main\csharp\OpenWire\V1\ReplayCommandMarshaller.cs
src\main\csharp\OpenWire\V1\ResponseMarshaller.cs
src\main\csharp\OpenWire\V1\SessionIdMarshaller.cs
src\main\csharp\OpenWire\V1\SessionInfoMarshaller.cs
src\main\csharp\OpenWire\V1\ShutdownInfoMarshaller.cs
src\main\csharp\OpenWire\V1\SubscriptionInfoMarshaller.cs
src\main\csharp\OpenWire\V1\TransactionIdMarshaller.cs
src\main\csharp\OpenWire\V1\TransactionInfoMarshaller.cs
src\main\csharp\OpenWire\V1\WireFormatInfoMarshaller.cs
src\main\csharp\OpenWire\V1\XATransactionIdMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQBytesMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQDestinationMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQMapMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQObjectMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQQueueMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQStreamMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQTempDestinationMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQTempQueueMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQTempTopicMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQTextMessageMarshaller.cs
src\main\csharp\OpenWire\V2\ActiveMQTopicMarshaller.cs
src\main\csharp\OpenWire\V2\BaseCommandMarshaller.cs
src\main\csharp\OpenWire\V2\BrokerIdMarshaller.cs
src\main\csharp\OpenWire\V2\BrokerInfoMarshaller.cs
src\main\csharp\OpenWire\V2\ConnectionControlMarshaller.cs
src\main\csharp\OpenWire\V2\ConnectionErrorMarshaller.cs
src\main\csharp\OpenWire\V2\ConnectionIdMarshaller.cs
src\main\csharp\OpenWire\V2\ConnectionInfoMarshaller.cs
src\main\csharp\OpenWire\V2\ConsumerControlMarshaller.cs
src\main\csharp\OpenWire\V2\ConsumerIdMarshaller.cs
src\main\csharp\OpenWire\V2\ConsumerInfoMarshaller.cs
src\main\csharp\OpenWire\V2\ControlCommandMarshaller.cs
src\main\csharp\OpenWire\V2\DataArrayResponseMarshaller.cs
src\main\csharp\OpenWire\V2\DataResponseMarshaller.cs
src\main\csharp\OpenWire\V2\DestinationInfoMarshaller.cs
src\main\csharp\OpenWire\V2\DiscoveryEventMarshaller.cs
src\main\csharp\OpenWire\V2\ExceptionResponseMarshaller.cs
src\main\csharp\OpenWire\V2\FlushCommandMarshaller.cs
src\main\csharp\OpenWire\V2\IntegerResponseMarshaller.cs
src\main\csharp\OpenWire\V2\JournalQueueAckMarshaller.cs
src\main\csharp\OpenWire\V2\JournalTopicAckMarshaller.cs
src\main\csharp\OpenWire\V2\JournalTraceMarshaller.cs
src\main\csharp\OpenWire\V2\JournalTransactionMarshaller.cs
src\main\csharp\OpenWire\V2\KeepAliveInfoMarshaller.cs
src\main\csharp\OpenWire\V2\LastPartialCommandMarshaller.cs
src\main\csharp\OpenWire\V2\LocalTransactionIdMarshaller.cs
src\main\csharp\OpenWire\V2\MarshallerFactory.cs
src\main\csharp\OpenWire\V2\MessageAckMarshaller.cs
src\main\csharp\OpenWire\V2\MessageDispatchMarshaller.cs
src\main\csharp\OpenWire\V2\MessageDispatchNotificationMarshaller.cs
src\main\csharp\OpenWire\V2\MessageIdMarshaller.cs
src\main\csharp\OpenWire\V2\MessageMarshaller.cs
src\main\csharp\OpenWire\V2\MessagePullMarshaller.cs
src\main\csharp\OpenWire\V2\NetworkBridgeFilterMarshaller.cs
src\main\csharp\OpenWire\V2\PartialCommandMarshaller.cs
src\main\csharp\OpenWire\V2\ProducerIdMarshaller.cs
src\main\csharp\OpenWire\V2\ProducerInfoMarshaller.cs
src\main\csharp\OpenWire\V2\RemoveInfoMarshaller.cs
src\main\csharp\OpenWire\V2\RemoveSubscriptionInfoMarshaller.cs
src\main\csharp\OpenWire\V2\ReplayCommandMarshaller.cs
src\main\csharp\OpenWire\V2\ResponseMarshaller.cs
src\main\csharp\OpenWire\V2\SessionIdMarshaller.cs
src\main\csharp\OpenWire\V2\SessionInfoMarshaller.cs
src\main\csharp\OpenWire\V2\ShutdownInfoMarshaller.cs
src\main\csharp\OpenWire\V2\SubscriptionInfoMarshaller.cs
src\main\csharp\OpenWire\V2\TransactionIdMarshaller.cs
src\main\csharp\OpenWire\V2\TransactionInfoMarshaller.cs
src\main\csharp\OpenWire\V2\WireFormatInfoMarshaller.cs
src\main\csharp\OpenWire\V2\XATransactionIdMarshaller.cs
src\main\csharp\Session.cs src\main\csharp\TransactionContext.cs
src\main\csharp\Transport\FutureResponse.cs
src\main\csharp\Transport\ITransport.cs
src\main\csharp\Transport\ITransportFactory.cs
src\main\csharp\Transport\IWireFormat.cs
src\main\csharp\Transport\LoggingTransport.cs
src\main\csharp\Transport\MutexTransport.cs
src\main\csharp\Transport\ResponseCorrelator.cs
src\main\csharp\Transport\Stomp\StompFrameStream.cs
src\main\csharp\Transport\Stomp\StompHelper.cs
src\main\csharp\Transport\Stomp\StompWireFormat.cs
src\main\csharp\Transport\Tcp\TcpTransport.cs
src\main\csharp\Transport\Tcp\TcpTransportFactory.cs
src\main\csharp\Transport\TransportFilter.cs
src\main\csharp\Transport\WireFormatNegotiator.cs
3>_CopyFilesMarkedCopyLocal:
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll"
to "build\net-2.0\debug\Apache.NMS.dll".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.pdb"
to "build\net-2.0\debug\Apache.NMS.pdb".
3>_CopyOutOfDateSourceItemsToOutputDirectory:
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\LICENSE.txt"
to "build\net-2.0\debug\LICENSE.txt".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\NOTICE.txt"
to "build\net-2.0\debug\NOTICE.txt".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-activemq.config"
to "build\net-2.0\debug\nmsprovider-activemq.config".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-stomp.config"
to "build\net-2.0\debug\nmsprovider-stomp.config".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-tcp.config"
to "build\net-2.0\debug\nmsprovider-tcp.config".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\LICENSE.txt" to
"build\net-2.0\debug\LICENSE.txt".
3> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\NOTICE.txt" to
"build\net-2.0\debug\NOTICE.txt".
3>CopyFilesToOutputDirectory:
3> Copying file from "obj\Debug\Apache.NMS.ActiveMQ.dll" to
"build\net-2.0\debug\Apache.NMS.ActiveMQ.dll".
3> vs2008-activemq ->
C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\build\net-2.0\debug\Apache.NMS.ActiveMQ.dll
3> Copying file from "obj\Debug\Apache.NMS.ActiveMQ.pdb" to
"build\net-2.0\debug\Apache.NMS.ActiveMQ.pdb".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:00:03.09
4>------ Rebuild All started: Project: vhmsg-net, Configuration: Debug Any CPU
------
1> vhcl_log.cpp
4>Build started 11/12/2009 2:38:33 AM.
4>CoreCompile:
4> C:\Windows\Microsoft.NET\Framework\v4.0.21006\Csc.exe /noconfig /unsafe-
/checked- /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4
/doc:bin\Debug\vhmsg-net.xml /baseaddress:285212672 /define:DEBUG;TRACE
/reference:C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\build\net-2.0\debug\Apache.NMS.ActiveMQ.dll
/reference:C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Web.dll
/reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+
/debug:full /filealign:4096 /optimize- /out:obj\Debug\vhmsg-net.dll
/target:library /warnaserror- AssemblyInfo.cs vhmsg.cs
4>_CopyFilesMarkedCopyLocal:
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\build\net-2.0\debug\Apache.NMS.ActiveMQ.dll"
to "bin\Debug\Apache.NMS.ActiveMQ.dll".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.dll"
to "bin\Debug\Apache.NMS.dll".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\build\net-2.0\debug\Apache.NMS.pdb"
to "bin\Debug\Apache.NMS.pdb".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\build\net-2.0\debug\Apache.NMS.ActiveMQ.pdb"
to "bin\Debug\Apache.NMS.ActiveMQ.pdb".
4>_CopyOutOfDateSourceItemsToOutputDirectory:
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\LICENSE.txt"
to "bin\Debug\LICENSE.txt".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\vendor\Apache.NMS\NOTICE.txt"
to "bin\Debug\NOTICE.txt".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-activemq.config"
to "bin\Debug\nmsprovider-activemq.config".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-stomp.config"
to "bin\Debug\nmsprovider-stomp.config".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\nmsprovider-tcp.config"
to "bin\Debug\nmsprovider-tcp.config".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\LICENSE.txt" to
"bin\Debug\LICENSE.txt".
4> Copying file from
"C:\VAULT\smartbody\trunk\lib\activemq\activemq-dotnet\NOTICE.txt" to
"bin\Debug\NOTICE.txt".
4>CopyFilesToOutputDirectory:
4> Copying file from "obj\Debug\vhmsg-net.dll" to "bin\Debug\vhmsg-net.dll".
4> vhmsg-net ->
C:\VAULT\smartbody\trunk\lib\vhmsg\vhmsg-net\bin\Debug\vhmsg-net.dll
4> Copying file from "obj\Debug\vhmsg-net.pdb" to "bin\Debug\vhmsg-net.pdb".
4>
4>Build succeeded.
4>
4>Time Elapsed 00:00:00.64
5>------ Skipped Rebuild All: Project: elsender, Configuration: Debug Any CPU
------
5>Project not selected to build for this solution configuration
6>------ Skipped Rebuild All: Project: elbenchcs, Configuration: Debug Any CPU
------
6>Project not selected to build for this solution configuration
1> vhcl_memory.cpp
1> vhcl_string.cpp
1> vhcl_timer.cpp
1> Mail.cpp
1> vhcl_audio.cpp
1> vhcl_crash.cpp
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1095,5): warning
MSB8012: TargetPath(C:\VAULT\smartbody\trunk\lib\vhcl\obj\Debug\vhcl.lib) does
not match the Library's OutputFile property value
(C:\VAULT\smartbody\trunk\lib\vhcl\obj\Debug\vhcl_d.lib). This may cause your
project to build incorrectly. To correct this, please make sure that $(OutDir),
$(TargetName) and $(TargetExt) property values match the value specified in
%(Lib.OutputFile).
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1097,5): warning
MSB8012: TargetName(vhcl) does not match the Library's OutputFile property
value (vhcl_d). This may cause your project to build incorrectly. To correct
this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property
values match the value specified in %(Lib.OutputFile).
1>Lib:
1> vhcl.vcxproj -> C:\VAULT\smartbody\trunk\lib\vhcl\obj\Debug\vhcl.lib
1>PostBuildEvent:
1> The system cannot find the file specified.
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: The command "if not exist lib mkdir lib
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: copy /Y "C:\VAULT\smartbody\trunk\lib\vhcl\obj\Debug\vhcl.lib" lib
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073:
1>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: :VCEnd" exited with code 1.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:16.38
7>------ Rebuild All started: Project: vhmsg, Configuration: Debug Win32 ------
8>------ Rebuild All started: Project: bonebus, Configuration: Debug Win32
------
7>Build started 11/12/2009 2:38:45 AM.
8>Build started 11/12/2009 2:38:45 AM.
7>_PrepareForBuild:
7> Touching "obj/Debug\vhmsg.unsuccessfulbuild".
8>_PrepareForBuild:
8> Touching "obj\Debug\bonebus.unsuccessfulbuild".
7>ClCompile:
8>ClCompile:
8> bonebus.cpp
7> HttpUtility.cpp
7> vhmsg-tt.cpp
7> vhmsg.cpp
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1095,5): warning
MSB8012: TargetPath(C:\VAULT\smartbody\trunk\lib\bonebus\obj\Debug\bonebus.lib)
does not match the Library's OutputFile property value
(C:\VAULT\smartbody\trunk\lib\bonebus\obj\Debug\bonebus_d.lib). This may cause
your project to build incorrectly. To correct this, please make sure that
$(OutDir), $(TargetName) and $(TargetExt) property values match the value
specified in %(Lib.OutputFile).
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1097,5): warning
MSB8012: TargetName(bonebus) does not match the Library's OutputFile property
value (bonebus_d). This may cause your project to build incorrectly. To correct
this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property
values match the value specified in %(Lib.OutputFile).
8>Lib:
8> bonebus.vcxproj ->
C:\VAULT\smartbody\trunk\lib\bonebus\obj\Debug\bonebus.lib
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1095,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\lib\vhmsg\vhmsg-c\obj/Debug\vhmsg.lib) does
not match the Library's OutputFile property value
(C:\VAULT\smartbody\trunk\lib\vhmsg\vhmsg-c\obj\Debug\vhmsg_d.lib). This may
cause your project to build incorrectly. To correct this, please make sure that
$(OutDir), $(TargetName) and $(TargetExt) property values match the value
specified in %(Lib.OutputFile).
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1097,5): warning
MSB8012: TargetName(vhmsg) does not match the Library's OutputFile property
value (vhmsg_d). This may cause your project to build incorrectly. To correct
this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property
values match the value specified in %(Lib.OutputFile).
7>Lib:
7> vhmsg.vcxproj ->
C:\VAULT\smartbody\trunk\lib\vhmsg\vhmsg-c\obj/Debug\vhmsg.lib
7>PostBuildEvent:
7> The system cannot find the file specified.
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: The command "if not exist lib mkdir lib
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: copy /Y
"C:\VAULT\smartbody\trunk\lib\vhmsg\vhmsg-c\obj/Debug\vhmsg.lib" lib
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073:
7>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: :VCEnd" exited with code 1.
7>
7>Build FAILED.
7>
7>Time Elapsed 00:00:04.81
8>PostBuildEvent:
8> The system cannot find the file specified.
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: The command "if not exist lib mkdir lib
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: copy "C:\VAULT\smartbody\trunk\lib\bonebus\obj\Debug\bonebus.lib" lib
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073:
8>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(105,5): error
MSB3073: :VCEnd" exited with code 1.
8>
8>Build FAILED.
8>
8>Time Elapsed 00:00:04.86
9>------ Rebuild All started: Project: wsp, Configuration: Debug Win32 ------
9>Build started 11/12/2009 2:38:49 AM.
9>_PrepareForBuild:
9> Creating ".\obj\debug\wsp.unsuccessfulbuild" because "AlwaysCreate" was
specified.
9>ClCompile:
9> wsp.cpp
10>------ Rebuild All started: Project: OgreViewer, Configuration: Debug Win32
------
10>Build started 11/12/2009 2:38:50 AM.
10>_PrepareForBuild:
10> Touching "Debug\OgreViewer.unsuccessfulbuild".
10>ClCompile:
10> main.cpp
9> wsp_data_sources.cpp
9> wsp_error.cpp
9> wsp_impl.cpp
9> wsp_subscriptions.cpp
9> wsp_util.cpp
9> wsp_vector.cpp
9> Generating Code...
9>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1095,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\lib\wsp\wsp\visualc9\.\obj\debug\wsp.lib)
does not match the Library's OutputFile property value
(C:\VAULT\smartbody\trunk\lib\wsp\wsp\lib\wspd.lib). This may cause your
project to build incorrectly. To correct this, please make sure that $(OutDir),
$(TargetName) and $(TargetExt) property values match the value specified in
%(Lib.OutputFile).
9>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1097,5): warning
MSB8012: TargetName(wsp) does not match the Library's OutputFile property value
(wspd). This may cause your project to build incorrectly. To correct this,
please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values
match the value specified in %(Lib.OutputFile).
9>Lib:
9> wsp.vcxproj ->
C:\VAULT\smartbody\trunk\lib\wsp\wsp\visualc9\.\obj\debug\wsp.lib
9>_AfterBuild:
9> Deleting file ".\obj\debug\wsp.unsuccessfulbuild".
9> Touching ".\obj\debug\wsp.lastbuildstate".
9>
9>Build succeeded.
9>
9>Time Elapsed 00:00:06.83
11>------ Rebuild All started: Project: smartbody-lib, Configuration: Debug
Win32 ------
11>Build started 11/12/2009 2:38:57 AM.
11>_PrepareForBuild:
11> Touching ".\obj\sbm-lib_debug\smartbody-lib.unsuccessfulbuild".
11>ClCompile:
11> me_controller.cpp
11> me_controller_context.cpp
11> me_controller_context_proxy.cpp
11> me_controller_pipeline.cpp
11> me_ct_blend.cpp
11> me_ct_container.cpp
11> me_ct_examples.cpp
11> me_ct_eyelid.cpp
11> me_ct_face.cpp
11> me_ct_gaze.cpp
11> me_ct_gaze_alg.cpp
11> me_ct_gaze_joint.cpp
11> me_ct_gaze_keymap.cpp
11> me_ct_gaze_target.cpp
10>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(935,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\core\ogre-viewer\build\vs2008\..\..\bin\win32_debug\OgreViewer.exe)
does not match the Linker's OutputFile property value
(C:\VAULT\smartbody\trunk\core\ogre-viewer\bin\win32_debug\OgreViewer_d.exe).
This may cause your project to build incorrectly. To correct this, please make
sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the
value specified in %(Link.OutputFile).
10>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(937,5): warning
MSB8012: TargetName(OgreViewer) does not match the Linker's OutputFile property
value (OgreViewer_d). This may cause your project to build incorrectly. To
correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt)
property values match the value specified in %(Link.OutputFile).
11> me_ct_lifecycle_test.cpp
10>LINK : fatal error LNK1104: cannot open file 'bonebus_d.lib'
10>
10>Build FAILED.
10>
10>Time Elapsed 00:00:21.32
12>------ Skipped Rebuild All: Project: elbench, Configuration: Debug Win32
------
12>Project not selected to build for this solution configuration
11> me_ct_lilt_try.cpp
11> me_ct_locomotion_simple.cpp
11> me_ct_motion.cpp
11> me_ct_navigation_waypoint.cpp
11> me_ct_pose.cpp
11> me_ct_quick_draw.cpp
11> me_ct_raw_writer.cpp
11> me_ct_scheduler2.cpp
11> me_ct_simple_gaze.cpp
11> me_ct_step_turn.cpp
11> me_ct_tether.cpp
11> me_ct_time_shift_warp.cpp
11> me_ct_unary.cpp
11> me_default_prune_policy.cpp
11> me_spline_1d.cpp
11> me_utilities.cpp
11> sr.cpp
11> sr_alg.cpp
11> sr_array.cpp
11> sr_box.cpp
11> sr_buffer.cpp
11> sr_camera.cpp
11> sr_color.cpp
11> sr_cylinder.cpp
11> sr_euler.cpp
11> sr_event.cpp
11> sr_geo2.cpp
11> sr_gl.cpp
11> sr_gl_render_funcs.cpp
11> sr_hash_table.cpp
11> sr_input.cpp
11> sr_light.cpp
11> sr_line.cpp
11> sr_lines.cpp
11> sr_mat.cpp
11> sr_material.cpp
11> sr_model.cpp
11> sr_model_export_iv.cpp
11> sr_model_import_obj.cpp
11> sr_output.cpp
11> sr_path_array.cpp
11> sr_plane.cpp
11> sr_points.cpp
11> sr_polygon.cpp
11> sr_polygons.cpp
11> sr_quat.cpp
11> sr_sa.cpp
11> sr_sa_bbox.cpp
11> sr_sa_event.cpp
11> sr_sa_gl_render.cpp
11> sr_sa_render_mode.cpp
11> sr_shared_ptr.cpp
11> sr_sn.cpp
11> sr_sn_group.cpp
11> sr_sn_matrix.cpp
11> sr_sn_shape.cpp
11> sr_sphere.cpp
11> sr_spline.cpp
11> sr_string.cpp
11> sr_string_array.cpp
11> sr_timer.cpp
11> sr_trackball.cpp
11> sr_tree.cpp
11> sr_triangle.cpp
11> sr_vec.cpp
11> sr_vec2.cpp
11> sk_channel.cpp
11> sk_channel_array.cpp
11> sk_joint.cpp
11> sk_joint_euler.cpp
11> sk_joint_name.cpp
11> sk_joint_pos.cpp
11> sk_joint_quat.cpp
11> sk_joint_swing_twist.cpp
11> sk_motion.cpp
11> sk_motion_io.cpp
11> sk_posture.cpp
11> sk_scene.cpp
11> sk_skeleton.cpp
11> sk_skeleton_io.cpp
11> sk_vec_limits.cpp
11> gwiz_math.cpp
11> joint_logger.cpp
11> mcontrol_util.cpp
11> remote_speech.cpp
11> sbm_audio.cpp
11> sbm_character.cpp
11> sbm_pawn.cpp
11> sbm_speech.cpp
11> sbm_speech_audiofile.cpp
11> sbm_test_cmds.cpp
11> sr_arg_buff.cpp
11> sr_cmd_seq.cpp
11> sr_hash_map.cpp
11> text_speech.cpp
11> xercesc_utils.cpp
11> behavior_scheduler.cpp
11> behavior_scheduler_linear.cpp
11> behavior_span.cpp
11> bml.cpp
11> bml_animation.cpp
11> bml_event.cpp
11> bml_face.cpp
11> bml_gaze.cpp
11> bml_interrupt.cpp
11> bml_locomotion.cpp
11> bml_processor.cpp
11> bml_quickdraw.cpp
11> bml_speech.cpp
11> bml_target.cpp
11>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1095,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\core\smartbody\smartbody-lib\visualc9\.\obj\sbm-lib_debug\smartbody-lib.lib)
does not match the Library's OutputFile property value
(C:\VAULT\smartbody\trunk\core\smartbody\smartbody-lib\lib\Smartbodyd.lib).
This may cause your project to build incorrectly. To correct this, please make
sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the
value specified in %(Lib.OutputFile).
11>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1097,5): warning
MSB8012: TargetName(smartbody-lib) does not match the Library's OutputFile
property value (Smartbodyd). This may cause your project to build incorrectly.
To correct this, please make sure that $(OutDir), $(TargetName) and
$(TargetExt) property values match the value specified in %(Lib.OutputFile).
11>Lib:
11> smartbody-lib.vcxproj ->
C:\VAULT\smartbody\trunk\core\smartbody\smartbody-lib\visualc9\.\obj\sbm-lib_debug\smartbody-lib.lib
11>_AfterBuild:
11> Deleting file ".\obj\sbm-lib_debug\smartbody-lib.unsuccessfulbuild".
11> Touching ".\obj\sbm-lib_debug\smartbody-lib.lastbuildstate".
11>
11>Build succeeded.
11>
11>Time Elapsed 00:01:48.77
13>------ Rebuild All started: Project: sbm-batch, Configuration: Debug Win32
------
14>------ Rebuild All started: Project: sbm-fltk, Configuration: Debug Win32
------
13>Build started 11/12/2009 2:40:46 AM.
14>Build started 11/12/2009 2:40:46 AM.
13>_PrepareForBuild:
13> Touching "Debug\sbm-batch.unsuccessfulbuild".
14>_PrepareForBuild:
14> Touching ".\obj\sbm_debug\sbm-fltk.unsuccessfulbuild".
14>ClCompile:
13>ClCompile:
13> sbm-batch.cpp
14> sbm_main.cpp
13>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(935,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\core\smartbody\sbm-batch\Debug\sbm-batch.exe)
does not match the Linker's OutputFile property value
(C:\VAULT\smartbody\trunk\core\smartbody\sbm-batch\Debug\sbm-batchd.exe). This
may cause your project to build incorrectly. To correct this, please make sure
that $(OutDir), $(TargetName) and $(TargetExt) property values match the value
specified in %(Link.OutputFile).
13>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(937,5): warning
MSB8012: TargetName(sbm-batch) does not match the Linker's OutputFile property
value (sbm-batchd). This may cause your project to build incorrectly. To
correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt)
property values match the value specified in %(Link.OutputFile).
13>LINK : fatal error LNK1104: cannot open file 'tt_utils_d.lib'
13>
13>Build FAILED.
13>
13>Time Elapsed 00:00:01.02
14> sr_viewer.cpp
14> Generating Code...
14>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(935,5): warning
MSB8012:
TargetPath(C:\VAULT\smartbody\trunk\core\smartbody\sbm\visualc9\.\obj\sbm_debug\sbm-fltk.exe)
does not match the Linker's OutputFile property value
(C:\VAULT\smartbody\trunk\core\smartbody\sbm\bin\sbm-fltkd.exe). This may cause
your project to build incorrectly. To correct this, please make sure that
$(OutDir), $(TargetName) and $(TargetExt) property values match the value
specified in %(Link.OutputFile).
14>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(937,5): warning
MSB8012: TargetName(sbm-fltk) does not match the Linker's OutputFile property
value (sbm-fltkd). This may cause your project to build incorrectly. To correct
this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property
values match the value specified in %(Link.OutputFile).
14>LINK : fatal error LNK1104: cannot open file 'bonebus_d.lib'
14>
14>Build FAILED.
14>
14>Time Elapsed 00:00:06.63
========== Rebuild All: 5 succeeded, 6 failed, 3 skipped ==========
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Smartbody-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-developer