On Thursday 15 July 2004 04:52, you wrote: > On Thursday 15 July 2004 09:04, Rolf Dubitzky wrote: > > why would x86_64 be any different from x86_32? > > int may not equal int32, and obviously if there are any > 32bit asm or .so/.dll's involved. > > > That is probably just an include missing > > #include <cmath> > > in vorbisfile.cc. > > Thanks for that, FWIW, plugins/iostream/snfile/sndfile.cc > needed the same header added and piave compiled
great. > but kdenlive > then fell over with the error below. Jason can probably answer this. > You replied directly to me so I presume I can replay back to > you personally, or should I send this to the devel list ? Sorry, that was by mistake. I am on a trip and was forced to use the evil empire's proprietary mailer/virus-spreader ;-) > gcc version 3.4.1 (Gentoo Linux 3.4.1, ssp-3.4-2, pie-8.7.6.3) > > ... > cc1plus: warning: command line option "-Wmissing-prototypes" is valid for > C/ObjC but not for C++ > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include > -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT > -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W > -Wpointer-arith > -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG > -DNO_DEBUG -O2 -O2 -pipe -Wformat-security -Wmissing-format-attribute > -fno-exceptions -fno-check-new -fno-common -c -o avformatdesccontainer.o > `test -f > 'avformatdesccontainer.cpp' || echo './'`avformatdesccontainer.cpp > cc1plus: warning: command line option "-Wmissing-prototypes" is valid for > C/ObjC but not for C++ > In file included from avformatdesccodeclist.cpp:20: > krender.h:120: error: extra semicolon > make[2]: *** [avformatdesccodeclist.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory > `/var/tmp/portage/kdenlive-0.2.4/work/kdenlive-0.2.4/kdenlive' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/kdenlive-0.2.4/work/kdenlive-0.2.4' > make: *** [all] Error 2 > > !!! ERROR: media-video/kdenlive-0.2.4 failed. > !!! Function kde_src_compile, Line 129, Exitcode 2 > !!! died running emake, kde_src_compile:make > > --markc -- contacts: http://www.physi.uni-heidelberg.de/~dubitzky
