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

fscanf and fread ubuntu warnings fixed and attempt to resolve windows warnings and installation issues #9

Merged
merged 1 commit into from
Apr 24, 2016

Conversation

mukul13
Copy link
Contributor

@mukul13 mukul13 commented Apr 22, 2016

Hello,
I tried to make a R wrapper of rword2vec few months ago and had (or still having similar) similar issues. When I tried to install wordVectors in ubuntu 14.04 and R 3.3.0, it gave me these warnings:

screenshot from 2016-04-22 19 51 11

I found this solution on stackoverflow for these warnings.

For windows, I suppressed these warnings while compiling (Though it gets rid of all warnings, I don't think it's a fully correct solution) and used "_aligned_malloc" in windows as a substitute to "posix_memalign" in ubuntu. Please give feedback if PR is not as expected :).
Thanks.

@bmschmidt
Copy link
Owner

Fantastic: thanks for this. Will merge as soon as I can test installation on Ubuntu and OS X.

@bmschmidt bmschmidt merged commit c966c8c into bmschmidt:master Apr 24, 2016
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.

None yet

2 participants