[PlanetCCRMA] added: qsynth, several updates on the redhatworld

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Nov 26 17:28:01 2003


> > src/qsynthMainForm.ui.h:88: `::round' undeclared (first use here)
> > make[1]: *** [qsynthMainForm.o] Error 1
> > make[1]: Leaving directory `/usr/src/redhat/BUILD/qsynth-0.0.2'
> > make: *** [qsynth] Error 2
> >
> >>From what I read it on the web appears that round is not implemented in
> > older c++ standards.
>
> And "probably" that's why near src/qsynthMainForm.ui.h:88 source line
> there's an '#if 0' directive that you can tweak to '#if 1', just to  use
> ::modf instead of newer ::round. And it's plain glibc, not c++.

Ha! I was wondering if I should try that next... :-)

> Guess I'll make a note and put yet another autocrapola test in
> configure.in :)

Or not, I'll just do a tiny patch for 7.3...
Thanks again...
-- Fernando