Re: GPS gets 1 mention
"Hal V. Engel" <[email protected]> Thu, 7 Sep 2006 21:19:22 -0700
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 07 September 2006 01:34, Martin Krischik wrote: > Am Montag, 4. September 2006 23:31 schrieb Hal V. Engel: > > Perhaps if GPS ran on a wider range of Linux machines it would get more > > usage/publicity. I have yet to get any version of GPS running on my > > amd64 machine. > > I usually got the 32bit version to run ok. However the new GPS 4.0.0 which > comes with GNAT/Pro is distributed as x86_64 binary. And it looks a lot > better as well. > > Sadly I have not been able to recreate a version from the CVS sources. > > Martin I decided that I would spend sometime trying to get GPS CVS to build. After installing gnat-gcc 4.1.1, GtkAda 2.8.0 and XmlAda 2.2.0 and setting up the various paths and symlink it would not build. Re-reading the INSTALL file I discovered that I should be using GtkAda CVS (ie. same version as the GPS I am trying to build). But after grabbing it I can not get it to build. It appears to get fairly far into the build and fails with: gnatgcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-button.adb gnatgcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-button_box.adb gnatgcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-calendar.adb gnatgcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-cell_editable.ads gtk-cell_editable.ads:40:12: package "Gtk.Cell_Editable" does not allow a body gtk-cell_editable.ads:40:12: remove incorrect body in file "gtk-cell_editable.adb" gnatmake: "../gtk-cell_editable.ads" compilation error make[1]: *** [lib-obj/make_gtk.o] Error 4 make[1]: Leaving directory `/home/xxxx/Sources/GtkAda/src' make: *** [all] Error 2 I can get GtkAda 2.8.0 to build and install and the the testgtk program works. So this is something specific to CVS. Anyone have any ideas about how I can get this to build? Hal