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/



Reply via email to