Re: [osg-users] How to compile OSG with Dev-C++ and 3rdParty source in Cmake!

2008-11-28 Thread YangXiao
Thanks Luigi and  Wang Rui. I'll download 3rdParty source.I now use eclipse(Qt + Dev-C++), I'll integate  OSG and 3rdParty with in eclipse. YangXiao. --- 08年11月28日,周五, Luigi Calori [EMAIL PROTECTED] 写道: 发件人: Luigi Calori [EMAIL PROTECTED] 主题: Re: [osg-users] How to compile OSG with Dev-C++ and

Re: [osg-users] How to compile OSG with Dev-C++ and 3rdParty source in Cmake!

2008-11-28 Thread Luigi Calori
I' m currently using CMake to build 3rdParty dependencies with VC7.1, if you want to see if it is working for mingw, get either http://3d.cineca.it/storage/packages/3rdPartySrc.zip ot http://3d.cineca.it/storage/packages/3rdPartySrc_packed.zip The latter require you unpack in place the original

Re: [osg-users] How to compile OSG with Dev-C++ and 3rdParty source in Cmake!

2008-11-27 Thread Wang Rui
Hi YangXiao Maybe you should try to build required 3rd dependence with mingw (which is the default compiler of Dev-Cpp) first, and then build OSG with CMake. Wang Rui 2008/11/28 YangXiao [EMAIL PROTECTED] Hi Everyone: I already setup QT and Dev-C++ on my computer and integrate in