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

Compile on Windows #53

Open
kpp opened this issue Jan 5, 2014 · 0 comments
Open

Compile on Windows #53

kpp opened this issue Jan 5, 2014 · 0 comments
Labels
Milestone

Comments

@kpp
Copy link
Collaborator

kpp commented Jan 5, 2014

There are some problems:

2>  args.cpp
2>..\src\args.cpp(36): fatal error C1083: Cannot open include file: 'getopt.h': No such file or directory
2>  BakerMemoryManager.cpp
2>..\src\BakerMemoryManager.cpp(38): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
2>  CompletionEngine.cpp
2>..\src\CompletionEngine.cpp(36): fatal error C1083: Cannot open include file: 'readline/readline.h': No such file or directory
2>  GenerationalMemoryManager.cpp
2>..\src\GenerationalMemoryManager.cpp(41): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
2>  Image.cpp
2>..\src\Image.cpp(38): fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
2>  main.cpp
2>  NonCollectMemoryManager.cpp
2>  primitives.cpp
2>..\src\primitives.cpp(40): fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
2>  TDictionary.cpp
2>  TInstruction.cpp
2>  TSymbol.cpp
2>  vm.cpp
2>..\src\vm.cpp(41): fatal error C1083: Cannot open include file: 'readline/readline.h': No such file or directory
2>  Generating Code...
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

0x7CFE added a commit that referenced this issue Jan 5, 2014
kpp added a commit that referenced this issue Jan 5, 2014
kpp added a commit that referenced this issue Jan 5, 2014
kpp added a commit that referenced this issue Jan 5, 2014
It worked fine for GNU/Linux, FreeBSD, but the is no mmap in MS \|/iNdOwS.
The function is rewritten with std::ifstream.

Issue: #53
kpp added a commit that referenced this issue Jan 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant