> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of ext Robin Burchell > Sent: Wednesday, December 21, 2011 7:32 AM > To: Dave Mateer > Cc: [email protected] > Subject: Re: [Development] ../../bin/mkv8snapshot: No such file or directory > > hi, > > On Tue, Dec 20, 2011 at 8:59 PM, Dave Mateer > <[email protected]> wrote: > > I configured using: > > > > ./configure -developer-build -prefix "." -debug -nomake examples > > -nomake tests -no-webkit > > i've not built on OS X for ages, but that -prefix looks possibly wrong to me. > qt5/README[1] says: > > ./configure -prefix $PWD/qtbase -opensource -confirm-license > > (obviously, -developer-build etc you might want to tack onto that) > > Where is this page? I guess it probably needs updating.
I guess it was http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git . My fault, I just recently changed the configure line in there to not use -nokia-developer. The behavior of "-prefix '.'" of course depends on the current working directory, so it makes a difference if you run configure inside qtbase, or in the parent directory. Anyway, -developer-build is all that is needed, I changed the wiki accordingly ... > [1]: https://qt.gitorious.org/qt/qt5/blobs/master/README > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
