Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@meyerj
Copy link
Member

@meyerj meyerj commented Jun 19, 2017

Fix for #8. This reverts commit eacabaf.

Configuring large file system (LFS) support is a build system issue and should not be tackled by code changes. O_LARGEFILE is a GNU extension and is not supported on all platforms. If still required, the -D_FILE_OFFSET_BITS=64 option should be added to the compiler command line via CMake.

See also section about O_LARGEFILE in http://man7.org/linux/man-pages/man2/open.2.html and http://man7.org/linux/man-pages/man7/feature_test_macros.7.html.

…s." (fix orocos-toolchain#8)

This reverts commit eacabaf.

Configuring large file system (LFS) support is a build system issue and should not be tackled
by code changes. O_LARGEFILE is a GNU extension and is not supported on all platforms. If still
required, the `-D_FILE_OFFSET_BITS=64` should be added to the compiler command line via CMake.

See http://man7.org/linux/man-pages/man7/feature_test_macros.7.html.
@tovasLuo
Copy link

Thanks for your reply, i will use cmake to rebuild

@meyerj meyerj merged commit 683cbb7 into orocos-toolchain:master Oct 26, 2017
@meyerj meyerj deleted the fix/lfs-support branch October 26, 2017 22:41
meyerj added a commit to meyerj/log4cpp that referenced this pull request Oct 31, 2017
…port"

This reverts commit 683cbb7, reversing
changes made to 71b1456.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants