It would appear that change-directory* is not in the export list for
the posix unit.  This is causing a compile-time warning (which then
upgrades to an error) when I use that function from an egg:

--- posix.import.scm~   Fri Nov  8 10:14:14 2013
+++ posix.import.scm    Fri Nov  8 10:12:15 2013
@@ -30,6 +30,7 @@
    call-with-input-pipe
    call-with-output-pipe
    change-directory
+   change-directory*
    change-file-mode
    change-file-owner
    close-input-pipe

-Alan
-- 
my personal website: http://c0redump.org/

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to