Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread Timothy Bish
On Wed, 2009-06-24 at 16:53 -0700, pclovec wrote: > thanks very much. i got it . small question . in source code folder have more > sub folder . each sub folder include one .libs folder ,, i can so the > libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs folder. > > i just want to

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
fix. not all HOHO thanks pclovec wrote: > > thanks very much. i got it . small question . in source code folder have > more sub folder . each sub folder include one .libs folder ,, i can saw > the libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs > folder. > > i just want to

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
thanks very much. i got it . small question . in source code folder have more sub folder . each sub folder include one .libs folder ,, i can so the libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs folder. i just want to ask which folder do i need add into ld.so.conf file . or n

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread Timothy Bish
On Wed, 2009-06-24 at 16:26 -0700, pclovec wrote: > hi, Tim > > thanks, yes at first time i didn't link this file . Eclipse CDT link file > is some difference . i only input the activemq-cpp is be fine . if i input > /usr/.../libactivemq-cpp.so file then it will give me can't find out the so > f

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
hi, Tim thanks, yes at first time i didn't link this file . Eclipse CDT link file is some difference . i only input the activemq-cpp is be fine . if i input /usr/.../libactivemq-cpp.so file then it will give me can't find out the so file.. sigh... now i have add link the libactivemq-cpp.so f

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread Timothy Bish
On Wed, 2009-06-24 at 14:02 -0700, pclovec wrote: > hi, All > > i download the activemq-cpp 3.0 source to my local and i can compile on my > machine . ...make..make install and running the example is well. > > now i create a new c++ project on eclipse . and just wrote a sample code. > and includ