DjangoPeng / DjangoPeng/word2vec
malloc.h
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. make on Mac
2.
3.
What is the expected output? What do you see instead?
distance.c:18:10: fatal error: 'malloc.h' file not found
#include
^
1 error generated.
make: *** [distance] Error 1
What version of the product are you using? On what operating system?
OSX 10.9.4
Please provide any additional information below.
I fixed it by replacing malloc.h with stdlib.h
```
Original issue reported on code.google.com by `freqyi...@gmail.com` on 17 Jul 2014 at 5:44
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.