[gps-users] GPS reports and error in the project file

Justin Birtwell justin.birtwell@verizon.net
Wed, 13 Aug 2003 12:24:56 -0400


Hi,

Yesterday I installed GPS on my Windows XP and didn't have any problems.
Today I installed the linux version of GNAT 3.14 which comes with GCC
(2.8.1)and GPS 1.2.2.  I'm running RedHat Linux 7.3.

Problem 1.
I created a "Hello World" adb in the default project.  I then can compile
the file, but I see no way on how to run it.  The run option in the build
menu does't allow me to run the current file.

So I then decide to create a project.  After the project is created I try
compiling hello.adb and GPS reports and error in the project file called
practice.gpr.  The error reported is "end expected" on line 5.  Its as if
the gcc compiler is trying to compile the gpr file as an Ada package.

Has anyone else come across this problem?