;;;; geo-utils.egg -*- Scheme -*- ;;;; Kon Lovett, Jul '18 ((synopsis "Geographic Utilities") (version "1.0.0") (category math) (author "[[kon lovett]]") (license "BSD") (dependencies (vector-lib "2.0") (mathh "4.0.0") (check-errors "3.1.0")) (test-dependencies test) (components (extension geopoint #;(inline-file) (types-file) (csc-options "-O3" "-d1") ) (extension geobox #;(inline-file) (types-file) (component-dependencies geopoint) (csc-options "-O3" "-d1") ) (extension geopolygon #;(inline-file) (types-file) (component-dependencies geopoint geobox) (csc-options "-O3" "-d1") ) (extension geopoint-utils #;(inline-file) (types-file) (component-dependencies geopoint geopolygon) (csc-options "-O3" "-d1") ) (extension geo-utils #;(inline-file) (types-file) (component-dependencies geopoint) (csc-options "-O3" "-d1") ) (extension geo-dms #;(inline-file) (types-file) (component-dependencies geopoint) (csc-options "-O3" "-d1") ) (extension geo-globe #;(inline-file) (types-file) (component-dependencies geopoint geo-utils) (csc-options "-O3" "-d1") ) (extension geo-earth #;(inline-file) (types-file) (component-dependencies geo-globe) (csc-options "-O3" "-d1") ) ) ) #| geo-dms.c:404:38: error: use of undeclared identifier 'stub253' t3=(*a=C_CLOSURE_TYPE|2,a[1]=(C_word)stub253,a[2]=((C_word)li5),tmp=(C_word)a,a+=3,tmp); ^ geo-dms.c:1372:38: error: use of undeclared identifier 'stub253' t3=(*a=C_CLOSURE_TYPE|2,a[1]=(C_word)stub253,a[2]=((C_word)li7),tmp=(C_word)a,a+=3,tmp); ^ geo-dms.c:1846:38: error: use of undeclared identifier 'stub253' t3=(*a=C_CLOSURE_TYPE|2,a[1]=(C_word)stub253,a[2]=((C_word)li3),tmp=(C_word)a,a+=3,tmp); ^ 3 errors generated. |#