On Mon, Jan 25, 2016 at 6:24 PM, Igal @ Lucee.org <[email protected]> wrote: > On 1/25/2016 8:49 AM, Igal @ Lucee.org wrote: >> >> On 1/25/2016 2:40 AM, Ray Donnelly wrote: >>> >>> 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. >> >> I will try that first, but most likely will have more questions than >> answers once I start ;) > > So the first wall that I ran into is that the dependency packages are, I > guess, named differently. > > I ran makepkg-mingw and I got these missing dependencies errors: > > User@User-PC MINGW64 /c/Builds/ARCHLINUX-packages/v8 > $ makepkg-mingw > ==> Making package: v8 4.9.330-1 (Mon, Jan 25, 2016 9:50:03 AM) > ==> Checking runtime dependencies... > ==> Missing dependencies: > -> readline > -> libtinfo > ==> Checking buildtime dependencies... > ==> Missing dependencies: > -> clang-tools-extra > -> python2-virtualenv > -> ninja > ==> ERROR: Could not resolve all dependencies. > > So I installed `ninja`: "$ pacman -S mingw-w64-x86_64-ninja" and I still get > ninja as a missing dependency. > > Same for `readline` which I already have installed: > mingw64/mingw-w64-x86_64-readline 6.3.008-1 [installed] > > Any thoughts on how to proceed? Thanks!
Ah, I wasn't suggesting to start from their PKGBUILD, just the same version that they are using, and maybe to take some more inspiration from them. Generally speaking you should study our PKGBUILDs more though. > > ------------------------------------------------------------------------------ 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
