-
Notifications
You must be signed in to change notification settings - Fork 113
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
Lint checker, munmap friendly for mingw? #1
Comments
@kangjoni76 Thanks for the report. According to the log, the line #6 causes the problem. But, it just includes Can you please check if you could compile the following code on your environment? #include <iostream>
#include <windows.h>
int main(int argc, char *argv[]) {
std::cout << "hello world\n";
} Thanks!! |
compiled fine above code, Hi I just realized that this would be nice to add overload mutable lambdas actions. Since we cannot modify outer var to push into vector ? |
Thanks for the feedback.
I'll try to setup the same environment that you are working on to reproduce the problem.
It would be better to separate the topic from this issue. Can you please make another issue for it and show some code examples to describe what you would like to do? Thank you. |
|
I have installed Mingw-w64 and looked into the problem. Actually, g++ cannot compile the following code as #include <iostream>
#include <windows.h>
int main(int argc, char *argv[]) {
std::cout << "hello world\n";
} But, I'll going to make a change not to use mmap.h, so that g++ in Mingw-w64 could comile the peglint.cc. |
Adding -D_MSC_VER also not working and I got a lot of errors
gcc4.9
The text was updated successfully, but these errors were encountered: