Hi Igal, On Mon, Jan 25, 2016 at 7:25 AM, Igal @ Lucee.org <[email protected]> wrote: > I am getting errors when trying to make the package from > https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-v8 > > I posted the errors to the V8-Users mailing list, and someone said there > that I should use C++11 > > According to https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Standards.html > I should use the option -std=c++11 or -std=gnu++11 but I'm not sure where > to set that.
I added our v8 package a good while ago (and also node.js too) in an attept to galvanise those communities to adopt MSYS2 to some extent so that someone from those communities would take over maintainership of the v8 and node.js PKGBUILDs. Maybe now that MSYS2 is a bit more well known, the chances would be a bit better? Ironically, our v8 and node.js packages are in a worse state! Anyway .. if you were willing to work on either of these packages that would be great. FWIW, I don't use either v8 or node.js, so I don't know which versions of either people need to use to build their own stuff on. My feeling was that v8 should track the latest cutting edge version and node.js should track the most popular version but I'd leave it up to someone who knows better. v8 uses GYP as its build system and GYP usually takes care of setting everything correctly for you depending on the compiler detected etc, so there shouldn't be any need to set anything really .. ArchLinux's PKGBUILD can be seen at https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=v8 A good starting point is usually to upgrade to what ArchLinux runs with I find. Cheers. > > Any ideas? Thanks! > > -- > > Igal Sapir > Lucee Core Developer > Lucee.org > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
