On Mon, Apr 01, 2013 at 01:27:49PM -0400, QDVDAuthor wrote: > On 04/01/2013 08:51 AM, richard wrote: > >error: ‘ptrdiff_t’ does not name a type > ouch seems like some include file is missing. > https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/791527 > > You can compile the app without the configurator using > > ./configure -n > > > Please try this first and let me/us know if that worked for you. > Still trying ...
Added #include <unistd.h> to /qdvdauthor/render_client.h and to /qdvdauthor/oneclickwizard.h now /configure -n gets through a bunch of stuff including downloading ffmpeg etc, but finally fails with (edited): rm -f *~ core *.core make[1]: Leaving directory `~/Qdvdauthor/qdvdauthor/qdvdauthor/plugins/simpledvd' ( [ -d qdvdauthor/plugins/complexdvd ] && cd qdvdauthor/plugins/complexdvd ; make -f Makefile clean; ) || true make[1]: Entering directory `~/Qdvdauthor/qdvdauthor/qdvdauthor/plugins/complexdvd' rm -f .obj/moc_complexdvd.o .obj/moc_interface.o .obj/moc_uicomplexdvd.o rm -f .moc/moc_complexdvd.cpp .moc/moc_interface.cpp .moc/moc_uicomplexdvd.cpp rm -f .ui/uicomplexdvd.cpp .ui/uicomplexdvd.h rm -f .obj/complexdvd.o .obj/run.o .obj/uicomplexdvd.o rm -f *~ core *.core make[1]: Leaving directory `~/Qdvdauthor/qdvdauthor/qdvdauthor/plugins/complexdvd' Cannot find file: qrender.pro. sed: can't read Makefile.tmp: No such file or directory make: *** No targets. Stop. Start : Mon Apr 1 21:18:55 BST 2013 End : Mon Apr 1 21:20:26 BST 2013 ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ QDVDAuthor-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qdvdauthor-users
