I am trying to compile the XML library just released at http://www.uszla.me.uk/software/FoX.html
During the compile of the file m_common_attrs.f90, I get the following compile warnings and errors:
ftn95 m_common_attrs.f90 /mod_path ..\..\libs /persist
[FTN95/Win32 Ver. 4.9.0 Copyright (C) Silverforst Ltd 1993-2005] PROCESSING MODULE [<M_COMMON_ATTRS> FTN95/Win32 v4.9.0] NO ERRORS [<NUMBER_OF_ENTRIES> FTN95/Win32 v4.9.0] 0104) function has_key(dict,key) result(found) *** Illegal memory reference 1 ERROR [<HAS_KEY> FTN95/Win32 v4.9.0] 0120) pure function get_key_index(dict,key) result(ind) *** Illegal memory reference 1 ERROR [<GET_KEY_INDEX> FTN95/Win32 v4.9.0] 0136) function get_value_by_key(dict,key,status) result(value) *** Illegal memory reference 1 ERROR [<GET_VALUE_BY_KEY> FTN95/Win32 v4.9.0] NO ERRORS [<REMOVE_KEY_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<GET_VALUE_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<GET_KEY> FTN95/Win32 v4.9.0] NO ERRORS [<ADD_ITEM_TO_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<ADD_KEY_TO_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<ADD_VALUE_TO_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<SET_NSURI_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<SET_PREFIX_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<SET_LOCALNAME_BY_INDEX_S> FTN95/Win32 v4.9.0] NO ERRORS [<SET_LOCALNAME_BY_INDEX_VS> FTN95/Win32 v4.9.0] NO ERRORS [<GET_NSURI_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<GET_PREFIX_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<GET_LOCALNAME_BY_INDEX> FTN95/Win32 v4.9.0] NO ERRORS [<GET_NSURI_BY_KEYNAME> FTN95/Win32 v4.9.0] NO ERRORS [<GET_PREFIX_BY_KEYNAME> FTN95/Win32 v4.9.0] NO ERRORS [<GET_LOCALNAME_BY_KEYNAME> FTN95/Win32 v4.9.0] NO ERRORS [<INIT_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<RESIZE_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<DESTROY_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<RESET_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<PRINT_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<PARSE_STRING_TO_DICT> FTN95/Win32 v4.9.0] NO ERRORS [<M_COMMON_ATTRS> FTN95/Win32 v4.9.0] *** Compilation failed
Is this a compiler error?