Em Sex 07 Jan 2005 03:38, Gilles Degottex escreveu:
I changed something in the next version
(
http://download.gna.org/fmit/fmit-0.9.9.tar.bz2), maybe it will help
(sorry if I cant be more precise, but keep me informed)
I Download the new version. Now the problem is other:
$ ./configure
<some output>
Now type 'make', followed by 'make install' as root.
$ make
<some output>
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I../libs -I../ui
-I/usr/lib/qt/include -DQT_THREAD_SUPPORT -I/usr/X11R6/include -O3
-ffast-math -DCAPTURE_ALSA -DCAPTURE_JACK -MT GLFormants.o -MD -MP -MF
".deps/GLFormants.Tpo" -c -o GLFormants.o GLFormants.cpp; \
then mv -f ".deps/GLFormants.Tpo" ".deps/GLFormants.Po"; else rm -f
".deps/GLFormants.Tpo"; exit 1; fi
In file included from GLFormants.cpp:174:
/usr/X11R6/include/GL/glut.h:63:1: warning: "APIENTRY" redefined
In file included from /usr/lib/qt/include/qgl.h:79,
from GLFormants.h:25,
from GLFormants.cpp:19:
/usr/X11R6/include/GL/gl.h:99:1: warning: this is the location of the
previous
definition
GLFormants.cpp: In member function `virtual void GLFormants::paintGL()':
GLFormants.cpp:238: error: conversion from `QString' to non-scalar type `
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>'
requested
GLFormants.cpp:275: error: conversion from `QString' to non-scalar type `
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>'
requested
make[2]: ** [GLFormants.o] Erro 1
make[2]: Leaving directory `/home/seguro/audio/tuner/fmit-0.9.9/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Leaving directory `/home/seguro/audio/tuner/fmit-0.9.9'
make: ** [all] Erro 2
$
Not working yet...
André Alves Pereira