On 04/01/2013 05:32 PM, richard wrote: > On Mon, Apr 01, 2013 at 09:29:53PM +0100, richard wrote: >> 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 >> > further back, it looks like yast is needed ...
yast should not be needed. The only dependency for QDVDAuthor should be Qt 3.x, and Qt 4.x and a working g++. Can you please send me the complete output? After building the plugins configure should build libJHEAD and then move on to building qrender. So it should change to ~/Qdvdauthor/qdvdauthor/qrender and then execute local_ffmpeg.sh You said it compiles ffmpeg, but the above output looks like it did not compile ffmpeg. Strange indeed. You can try to manually execute export STATIC_FFMPEG=1; ./local_ffmpeg.sh Ps. you can comment out to re-download and compile ffmpeg in that script Varol ------------------------------------------------------------------------------ Own the Future-Intel(R) 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://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ QDVDAuthor-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qdvdauthor-users
