Works grate now, 10x!


Timothy Bish wrote:
> 
> On Thu, 2009-10-29 at 15:13 -0700, EfratK wrote:
>> Indeed the Release build configuration were missing. 
>> The above error message disappear BUT a lot of new ones came up :(. some
>> of
>> them are:
>> 
> 
> I would suggest looking at the configuration settings for the
> ActiveMQ-CPP example, you are missing some linker settings or are
> pointing to incorrect versions (debug vs release) etc.
> 
> Regards
> Tim.
> 
>> libactivemq-cpp.lib(Thread.obj) : error LNK2001: unresolved external
>> symbol
>> _apr_thread_j...@8
>> libactivemq-cpp.lib(Thread.obj) : error LNK2001: unresolved external
>> symbol
>> _apr_thread_cre...@20
>> libactivemq-cpp.lib(Thread.obj) : error LNK2001: unresolved external
>> symbol
>> _apr_os_thread_curr...@0
>> libactivemq-cpp.lib(Thread.obj) : error LNK2001: unresolved external
>> symbol
>> _apr_thread_yi...@0
>> libactivemq-cpp.lib(Thread.obj) : error LNK2001: unresolved external
>> symbol
>> _apr_sl...@8
>> libactivemq-cpp.lib(AtomicInteger.obj) : error LNK2001: unresolved
>> external
>> symbol _apr_atomic_ca...@12
>> libactivemq-cpp.lib(AtomicInteger.obj) : error LNK2001: unresolved
>> external
>> symbol _apr_atomic_de...@4
>> libactivemq-cpp.lib(AtomicInteger.obj) : error LNK2001: unresolved
>> external
>> symbol _apr_atomic_in...@4
>> libactivemq-cpp.lib(AtomicInteger.obj) : error LNK2001: unresolved
>> external
>> symbol _apr_atomic_ad...@8
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_conn...@8
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_timeout_...@8
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_cre...@20
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_sockaddr_info_...@24
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_opt_...@12
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_shutd...@8
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_timeout_...@12
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_cl...@4
>> libactivemq-cpp.lib(TcpSocket.obj) : error LNK2001: unresolved external
>> symbol _apr_socket_opt_...@12
>> libactivemq-cpp.lib(SocketInputStream.obj) : error LNK2001: unresolved
>> external symbol _apr_socket_r...@12
>> libactivemq-cpp.lib(SocketInputStream.obj) : error LNK2001: unresolved
>> external symbol __imp__ioctlsoc...@12
>> libactivemq-cpp.lib(SocketInputStream.obj) : error LNK2001: unresolved
>> external symbol _apr_os_sock_...@8
>> libactivemq-cpp.lib(SocketError.obj) : error LNK2001: unresolved external
>> symbol __imp__wsagetlaster...@0
>> libactivemq-cpp.lib(SocketOutputStream.obj) : error LNK2001: unresolved
>> external symbol _apr_socket_s...@12
>> 
>> Any idea?
>> 
>> 
>> 
>> 
>> Timothy Bish wrote:
>> > 
>> > On Thu, 2009-10-29 at 14:02 -0700, EfratK wrote:
>> >> I'm trying to compile project include activeMQ command with the
>> following
>> >> packages: 
>> >> activemq-cpp-2.2.5
>> >> activemq-5.2.0-bin
>> >> apr-1.3.3
>> >> apr-util-1.3.4-win32
>> >> I'm getting the following error:
>> >> "Cannot open include file: 'decaf/land/Thread.h'; No such file or
>> >> directory".
>> >> 
>> >> This message occures only when trying to compile the project in
>> release
>> >> mode, at debug mode the cmpilation accomplished successfully.
>> >> 
>> >> Can someone help me with that?
>> >> Thanks
>> > 
>> > If you are on Windows then you most likely didn't configure the include
>> > directories for the Release build configuration of your project, only
>> > the Debug version is setup right now.  You need to set the includes
>> > directives for the Release build as well, or set them so they are
>> > applied to all configurations.
>> > 
>> > Regards
>> > Tim
>> > 
>> > -- 
>> > Tim Bish
>> > http://fusesource.com
>> > http://timbish.blogspot.com/
>> > 
>> > 
>> > 
>> > 
>> > 
>> 
> -- 
> Tim Bish
> http://fusesource.com
> http://timbish.blogspot.com/
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ACTIVEMQ-cpp-tp26120714p26122215.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to