kdevelop bug or bad config options?

Israel Ferández Cabera israel at seg.inf.cu
Wed Oct 9 18:52:45 BST 2002


ok.. now in the code I understood what you say about the language, but... I 
thinks all is all right there don't you?

On Wednesday 09 October 2002 13:43, you wrote:
> This error is an intentional one, just to reproduce the problem.
> Mi project dir is: `/root/Proyectos/Samples/savdaemon/savdaemon'  and the
> dialog box says `/root/Proyectos/Samples/savdaemon/cwin.cpp' does not
> exist.
>
> good luck
> Israel
>
> ______________________________________________
> gmake all-recursive
> gmake[1]: Entering directory `/root/Proyectos/Samples/savdaemon'
> Making all in savdaemon
> gmake[2]: Entering directory `/root/Proyectos/Samples/savdaemon/savdaemon'
> source='cwin.cpp' object='cwin.o' libtool=no \
> depfile='.deps/cwin.Po' tmpdepfile='.deps/cwin.TPo' \
> depmode=gcc3 /bin/sh ../admin/depcomp \
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -O0 -g3 -fno-exceptions -fno-check-new
> -fexceptions -c -o cwin.o `test -f 'cwin.cpp' || echo './'`cwin.cpp
> cwin.cpp: In member function `bool CWin::Scan(unsigned char*, char*, int,
> int, char*)':
> cwin.cpp:19: `resulttmp' undeclared (first use this function)
> cwin.cpp:19: (Each undeclared identifier is reported only once for each
> function it appears in.)
> gmake[2]: *** [cwin.o] Error 1
> gmake[2]: Leaving directory `/root/Proyectos/Samples/savdaemon/savdaemon'
> gmake[1]: Leaving directory `/root/Proyectos/Samples/savdaemon'
> gmake[1]: *** [all-recursive] Error 1
> gmake: *** [all] Error 2
> *** failed ***
> ______________________________________________
>
> On Wednesday 09 October 2002 13:07, you wrote:
> > Hi,
> >
> > On Wednesday 09 October 2002 18:03, you wrote:
> > > I don't get your point but... my language settings are in "C", and I
> > > don't understood about the coutputwidget.cpp, I watch inside but....
> > > hummm!
> >
> > sorry, I was a bit inaccurate :) KDevelop parses the out of "make" so it
> > always knows in which directory "make" currently is. Take a look at
> > CMakeOutputWidget::processLine, there are a few QRegExp that handle it.
> > We are searching for the string "Entering directory /blah/blah/".
> >
> > Now if your "make" outputs something different, like "Wechseln in das
> > Verzeichnis /blah/blah", the RegExp won't work so if an error occurs
> > KDevelop doesn't know in which directory, thus is you click on a file, it
> > tries to open it in the wrong dir.
> >
> > Can you please send me the output of "make" you are getting?
> >
> > Best regards,
> > Harald
> >
> > -
> > to unsubscribe from this list send an email to
> > kdevelop-request at kdevelop.org with the following body: unsubscribe
> > »your-email-address«
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list