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

Strange Error Matching failure #43

Open
fightling opened this issue Apr 2, 2020 · 0 comments
Open

Strange Error Matching failure #43

fightling opened this issue Apr 2, 2020 · 0 comments

Comments

@fightling
Copy link

fightling commented Apr 2, 2020

I get this confusing popup message when I hit F9 to build my Makefile (gcc) without using a custom atom-build.* file:

Error matching failed!
Matched file does not exist: /home/pat/git/snmp/                 
from src/core/memp.c

The match applies to the following output:

/usr/bin/gcc -Wall -g -fmax-errors=1 -D_REENTRANT -DVERSION=\"0.9\" -Isrc/include -c src/core/memp.c
In file included from src/include/lwip/debug.h:40:0,
                 from src/include/lwip/opt.h:52,
                 from src/core/memp.c:46:
src/include/lwip/priv/memp_std.h:72:63: error: invalid application of ‘sizeof’ to incomplete type ‘struct tcpip_msg’
 LWIP_MEMPOOL(TCPIP_MSG_API,  MEMP_NUM_TCPIP_MSG_API,   sizeof(struct tcpip_msg),      "TCPIP_MSG_API")

I think I found the responsible regex (https://regexr.com/51m6v) in make.js:30 in but I got no progress nor any effect when trying to fix it. Sadly I'm not a atom/JS pro :/

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

No branches or pull requests

1 participant