[Bug 202317] devel/gps: Errors/warnings do not appear in the 'Locations' window.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Aug 14 09:07:36 UTC 2015
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 at FreeBSD.org
Reporter: rodakay at internode.on.net
Flags: maintainer-feedback?(marino at FreeBSD.org)
Assignee: marino at 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.
More information about the freebsd-ports-bugs
mailing list