Code Monkey home page Code Monkey logo

Comments (5)

yhirose avatar yhirose commented on August 14, 2024

@kangjoni76 Thanks for the report. According to the log, the line #6 causes the problem. But, it just includes #include <windows.h>.

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!!

from cpp-peglib.

 avatar commented on August 14, 2024

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 ?

from cpp-peglib.

yhirose avatar yhirose commented on August 14, 2024

Thanks for the feedback.

compiled fine above code,

I'll try to setup the same environment that you are working on to reproduce the problem.
Did you install MinGW or Mingw-w64? (I am not familiar to MinGW...)

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 ?

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.

from cpp-peglib.

 avatar commented on August 14, 2024

I'll try to setup the same environment that you are working on to reproduce the problem.
Did you install MinGW or Mingw-w64? (I am not familiar to MinGW...)
Yes I used that.
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?
yes created issue here #2

from cpp-peglib.

yhirose avatar yhirose commented on August 14, 2024

I have installed Mingw-w64 and looked into the problem. Actually, g++ cannot compile the following code as a.cc (c++ source file), but can compile it as a.c (c source file). It's definitely a bug of g++ in Mingw-w64.

#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.

from cpp-peglib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.