Hello Robert,

On 10/26/2011 06:23 AM, Robert Petka wrote:
> I`m testing on:
> WinXP 32bit, VS 2005
> Vista 32bit, VS 2008
>
> Using small test file on vista shows no problems, but with whole model
> problem persists.

I'm confused, didn't you say earlier that you saw the problem also with 
the small file you sent me, has anything changed since then?

> I`m trying to configure build for msys/mingw, but I`m unable to resolve
> boost filesystem library error... does anyone have idea why cmake won`t
> find boost libs when configuring for msys/mingw?

hmm, the boost libs often contain the toolset name they were built for 
(i.e. boost_filesystem-vc90-mt-1_41.dll is the name that is used when I 
built with VS 2008). I'm not sure what name(s) it is looking for when 
building under msys/mingw, I could imagine it uses gcc as toolset name 
though.
Take a look at the comment at the beginning of 
<your-cmake-install-dir>/share/Modules/FindBoost.cmake: there is a 
variable called Boost_COMPILER that you can set to control what toolset 
name is used to look for variables. Not sure if it will help, but 
perhaps worth a try?

        Cheers, 
                Carsten

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to