Bug in KDevelop-PG's location-stuff
Andreas Pakulat
apaku at gmx.de
Thu Jul 12 22:50:52 UTC 2007
Hi,
I think I just found a problem in kdev-pg's location table. Trying to
fetch the position for a token on the first line of source code doesn't
work. You can try with the attached .pro file and the qmake-parser from
kdevelop4. It will report an error on line 1 col -18 while the error
actually is on line 1 col 11 (or 12 if you count from 1).
However I have no idea why this happens or how to solve this. Roberto,
Jakob any idea?
Andreas
--
Don't kiss an elephant on the lips today.
-------------- next part --------------
DEPENDPATH += include/segm \
# modules/artLine \
modules/camconf
# modules/interactiveStereo \
# modules/recorder \
# modules/artLine/gui \
doo = "#bar
foo. = bar
message(dd $${doo})
message( foo )
More information about the KDevelop-devel
mailing list