On Thu, Apr 30, 2015 at 10:46 PM, Ladislav Laska <[email protected]> wrote: > Hi! > >> Why did you install 32bit MSYS2 on a 64bit computer? > > Well, I guess I could have used 64bit msys and run mignw32 shell, right? > But I just wanted to try if it makes any difference. > >> This of a failure to load a dll. Please run from explorer and the dll name >> should be reported in a dialog box. > > Nope, if I run it in explorer, a dialog window appers reporting the > error code. I've used sysinternals dependency walker to verify that all > libraries are present (except some API-* stuff, which seem to be normal > on my OS, even on the working 64bit version). > > I also copied the libraries using script to a directory where my binary > is, like this: > > cp `cygcheck.exe binaries/bin/merkaartor.exe | grep mingw32.*dll$ | sed -e > 's/^ *//' | sort -u` ./binaries/bin/ >
Why are you using cygcheck? That's a Cygwin tool. To show dll dependencies you should use ldd. > >> Autorebase has nothing to do with native software, only msys2 software. Qt5 >> is native software. > > Ok, good to know. > >> This doesn't sound like it'll be a big problem to me. > > Hope it's not, but I've been scratching my head about it for a while > now. If you don't get anywhere then I will try to build merkaartor tomorrow. > >> >> > >> > >> > [1] https://github.com/openstreetmap/merkaartor >> > [2] https://bugreports.qt.io/browse/QTBUG-39874 >> > >> > -- >> > S pozdravem Ladislav Láska <[email protected] >> > >> > Katedra Aplikované Matematiky, MFF UK tel.: +420 739 464 167 >> > >> > >> ------------------------------------------------------------------------------ >> > One dashboard for servers and applications across Physical-Virtual-Cloud >> > Widest out-of-the-box monitoring support with 50+ applications >> > Performance metrics, stats and reports that give you Actionable Insights >> > Deep dive visibility with transaction tracing using APM Insight. >> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> > _______________________________________________ >> > Msys2-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/msys2-users > > -- > S pozdravem Ladislav Láska <[email protected]> > Katedra Aplikované Matematiky, MFF UK tel.: +420 739 464 167 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
