Archived

This forum has been archived. Please start a new discussion on GitHub.

non-std scandir function

scandir is a BSD-ism and is absent from some Posix platforms. This affects the compilation of IcePatch/Util.cpp


File attachments do not seem to work for me so I have emailed Marc the fixed source
-Andrew :)

Comments

  • Re: non-std scandir function
    Originally posted by marlowa
    scandir is a BSD-ism and is absent from some Posix platforms. This affects the compilation of IcePatch/Util.cpp


    File attachments do not seem to work for me so I have emailed Marc the fixed source
    -Andrew :)

    I have just found that it also affects the build of IcePack/ComponentBuilder.cpp. I think a portable version of scandir, which maps onto the BSD scandir for BSD environments, shd be put in IceUtil.

    -Andrew