Subject: kturtle: Compiler error messages have wrong line number
Package: kturtle
Version: 4:3.3.1-3
Severity: normal

*** Please type your report below this line ***

KTurtle shows wrong line number when a Parse Error is found. Looks like
it is always first non-empty non-comment line. For example:

Begin withoug matching end on line 3
Details
  Error code: 1050
  Exact location: 3,29

I got the above messages from this program:

#Kukka 2

reset
canvassize 170,170
canvascolor 204,57,106
go 50,130
pencolor 150,50,200
penwidth 3

repeat 8 [
  repeat 4 [
    forward 20
    turnright 30
    wait 0.2
  ]
  repeat 7 [
    forward 7
    turnright 15
     wait 0.2
  ]
  repeat 9 [
    forward 3
    turnright 10
    wait 0.2 [
-------------^
Actual error is here, on line 24
  ]
]

go 150,150

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kturtle depends on:
ii  kdelibs4                 4:3.3.2-1       KDE core libraries
ii  libart-2.0-2             2.3.16-6        Library of functions for 2D graphi
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libfam0c102              2.7.0-6         client library to control the FAM 
ii  libgcc1                  1:3.4.3-6       GCC support library
ii  libice6                  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11                 0.5.2-3         GNU libidn library, implementation
ii  libpng12-0               1.2.8rel-1      PNG library - runtime
ii  libqt3c102-mt            3:3.3.3-8       Qt GUI Library (Threaded runtime v
ii  libsm6                   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5               1:3.3.5-5       The GNU Standard C++ Library v3
ii  libx11-6                 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrender1              0.8.3-7         X Rendering Extension client libra
ii  xlibs                    4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-3       compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to