On Tue, February 3, 2009 6:09 pm, Alan W. Irwin wrote:
> On 2009-02-03 16:35-0700 Orion Poplawski wrote:
>
>> We're currently getting ready for gcc 4.4 in Fedora Devel.  On issue is
>> that ada.cmake only looks for up to gnat-4.3.  This always bugs me as a
>> limitation on cmake.  Any way to be more robust finding newer versions?
>
> Hi Orion:
>
> Thanks for your report of this issue for gcc 4.4.
>
> What happens if you change
>
> find_library(GNAT_LIB NAMES gnat gnat-4.1 gnat-4.2 gnat-4.3)
>
> to
>
> find_library(GNAT_LIB NAMES gnat gnat-4.1 gnat-4.2 gnat-4.3 gnat-4.4)
>
> in cmake/modules/ada.cmake?

That's what I'm doing at the moment.


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to