Hello Einar Trying to compile your version but got stopped on the make. Making all in po make[2]: Entering directory `/home/edouard/EINAR/po' make cinelerra.pot-update make[3]: Entering directory `/home/edouard/EINAR/po' make[3]: *** No rule to make target `../cinelerra/filevorbis.C', needed by `cinelerra.pot-update'. Stop. make[3]: Leaving directory `/home/edouard/EINAR/po' make[2]: *** [cinelerra.pot] Error 2 make[2]: Leaving directory `/home/edouard/EINAR/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/edouard/EINAR' make: *** [all] Error 2 edouard@manawatu:~/EINAR>
Though I have the devel files on my system. Any hint ? :-) Many thanks On 09/15/2012 08:17 AM, Einar Rünkaru wrote: > On Fri, Sep 14, 2012 at 12:21 AM, E Chalaron <[email protected]> wrote: >> Hello Einar >> >> Many thanks for your input on the C41. >> Can you let us know why our pow function is not working for you (what it >> is not doing ?) > myPow(0.5, 0.5) gives 1060446488.5000, correct is 0.7071 > > I investigated a bit more and found that myPow does not survive optimizations. > I compile with -O3 (according to the manual), but this breaks myPow. > > I told gcc not to optimize myPow2 and myLog2, and they give usable results. > > Fix is pushed to my git branch. > > Einar > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
