Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error #2

Open
tejasbubane opened this issue Dec 17, 2013 · 1 comment
Open

Make error #2

tejasbubane opened this issue Dec 17, 2013 · 1 comment

Comments

@tejasbubane
Copy link

I am getting the following error during make:

compiling disk_usage.c
disk_usage.c: In function ‘get_disk_usage’:
disk_usage.c:6:48: error: ‘struct RString’ has no member named ‘ptr’
char* mount_point_str = RSTRING(mount_point)->ptr;
^
disk_usage.c:12:4: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
struct statvfs result;
^
make: *** [disk_usage.o] Error 1

@tejasbubane
Copy link
Author

Fixed the issue. Merge request #3

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

No branches or pull requests

1 participant