14 мая 2014 г., в 3:54, Jan Niklas Hasse <[email protected]> написал(а):
> Hi! > > I'm new to MSYS2 and trying to setup my dev environment with it. I've > installed scons and mingw-w64-x86_64-gcc with pacman. Although the g++ > command works fine, scons can't seem to find it: > > sh: o: command not found > > If I install the gcc package scons works, but I want to be able to use > the other mingw-w64 packages like boost, etc. > Is there anyway to fix this? How are others using scons and mingw-w64? > to use mingw-w64-x86_64-gcc you need run MSYS2 with mingw64_shell.bat or modify PATH variable export PATH=/mingw64/bin:$PATH Regards, Alexey. > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
