Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 09:07:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202317] devel/gps: Errors/warnings do not appear in the 'Locations' window.
Message-ID:  <bug-202317-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202317

            Bug ID: 202317
           Summary: devel/gps: Errors/warnings do not appear in the
                    'Locations' window.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: marino@FreeBSD.org
          Reporter: rodakay@internode.on.net
             Flags: maintainer-feedback?(marino@FreeBSD.org)
          Assignee: marino@FreeBSD.org

Hi,

   When GPS compiles a file and an error occurs, the error (with file/line
number) is usually displayed in the 'Locations' window, which allows easy
navigation to the error source line. Atm, this does not happen.


   With a simple test file which contains an error, GPS shows ...

    gprbuild -ws -c -f -u -P/usr/home/rod/Desktop/default.gpr hello_world.adb
    ada -c -g -O2 hello_world.adb
    [2015-08-14 18:59:31] process exited with status 4, elapsed time: 00.31s

   ... in the 'Messages' window, and nothing in the 'Locations' window.


   The test code was ...

procedure hello_World
is
begin
--   null;
end hello_World;



Regards.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202317-13>