Hi, I have updated from CVS today, set the dev-cpp bin directory into PATH and run: build.bat mingw. This build has failed, attachment '1.txt' contains stdout&stderr outputs. Then I set two additional environment variables: set MINGW_ROOT_DIRECTORY=C:\Dev-Cpp set BOOST_JAM_TOOLSET_ROOT=C:\Dev-Cpp\ and again run: build.bat mingw. This build failed too, attachment '2.txt' contains stdout&stderr outputs. Am I something missing? Have a nice day, L.
What Windows version do you have? If '9x, you should google for bjam. Regards, Janusz
Sorry I did not mention my system: winXP pro SP1, dev-cpp 4.9.8.0 (latest stable) Janusz Piwowarski napsal(a):
What Windows version do you have? If '9x, you should google for bjam.
Regards, Janusz _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
I've reproduce your problem with dev-cpp/mingw. Usually i work with standalone mingw (actually 3.3.1), and bjam always builds fine. There is something wrong long file names handling in dev-cpp version. Try mingw (www.mingw.org) or development version of dev-cpp. Regards, Janusz
Janusz Piwowarski napsal(a):
I've reproduce your problem with dev-cpp/mingw. Usually i work with standalone mingw (actually 3.3.1), and bjam always builds fine. There is something wrong long file names handling in dev-cpp version.
Try mingw (www.mingw.org) or development version of dev-cpp.
Regards, Janusz
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
With standalone mingw (3.1.0.1) everything works fine! Thanks a lot!
krejci.lukas@volny.cz wrote:
Hi,
I have updated from CVS today, set the dev-cpp bin directory into PATH and run: build.bat mingw. This build has failed, attachment '1.txt' contains stdout&stderr outputs.
Strange.. I just tried exactly that and it worked just fine. I tried on both Win2K and WinXP with Dev-Cpp 4.9.8.0. Is there something else about your setup that you can tell us? Do you have other versions of GCC installed perhaps? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
The only gcc I have is the one distributed with Dev-Cpp. I will remove Dev-Cpp, download standalone mingw, and then report if it works for me. Thanks for your replies.
Rene Rivera writes:
krejci.lukas@volny.cz wrote:
Hi,
I have updated from CVS today, set the dev-cpp bin directory into PATH and run: build.bat mingw. This build has failed, attachment '1.txt' contains stdout&stderr outputs.
Strange.. I just tried exactly that and it worked just fine. I tried on both Win2K and WinXP with Dev-Cpp 4.9.8.0.
Is there something else about your setup that you can tell us? Do you have other versions of GCC installed perhaps?
Are you sure that you haven't other version installed? And second question, do you use FAT or NTFS? Regards, Janusz
Janusz Piwowarski napsal(a):
Rene Rivera writes:
krejci.lukas@volny.cz wrote:
Hi,
I have updated from CVS today, set the dev-cpp bin directory into PATH and run: build.bat mingw. This build has failed, attachment '1.txt' contains stdout&stderr outputs.
Strange.. I just tried exactly that and it worked just fine. I tried on both Win2K and WinXP with Dev-Cpp 4.9.8.0.
Is there something else about your setup that you can tell us? Do you have other versions of GCC installed perhaps?
Are you sure that you haven't other version installed?
And second question, do you use FAT or NTFS?
Regards, Janusz _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Yes, I don't have any other version installed. Using NTFS. Now I have downloaded mingw (3.1.0.1) andI will test bjam build with it tomorrow.
participants (4)
-
Janusz Piwowarski
-
krejci.lukas@volny.cz
-
Lukáš Krejčí
-
Rene Rivera