[MacPorts] #25598: GNAT GPL 2010 now available, update portfile to use it?
MacPorts
noreply at macports.org
Sat Mar 12 07:03:02 PST 2011
#25598: GNAT GPL 2010 now available, update portfile to use it?
-----------------------------+----------------------------------------------
Reporter: sjs@… | Owner: krischik@…
Type: update | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gnat-gcc
-----------------------------+----------------------------------------------
Comment(by krischik@…):
The current error message is:
{{{
/Volumes/Daten/Developer/MacPorts/dports/lang/gnat-
gcc/work/build/./gcc/xgcc -B/Volumes/Daten/Developer/MacPorts/dports/lang
/gnat-gcc/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin10/bin/
-B/opt/local/x86_64-apple-darwin10/lib/ -isystem /opt/local/x86_64-apple-
darwin10/include -isystem /opt/local/x86_64-apple-darwin10/sys-include
-c -g -O2 -m32 -fPIC -pipe -W -Wall -gnatpg -m32 a-direct.adb -o
a-direct.o
a-direct.adb:676:13: warning: types for unchecked conversion have
different sizes
}}}
The code in question is:
{{{
function Address_To_Access is new
Ada.Unchecked_Conversion
(Source => Address,
Target => Path_String_Access);
}}}
Strange. Anybody got an idea what went wrong here?
--
Ticket URL: <https://trac.macports.org/ticket/25598#comment:12>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list