User forums > General (but related to Code::Blocks)
cyglto_plugin.dll not found
stahta01:
I would try removing "-I../../../../cygwin64/lib/gcc/x86_64-pc-cygwin/6.4.0/include" and see if the error goes away.
Tim S.
lbertolotti:
Doing that generates:
Build log:
--- Code: ---
-------------- Clean: Debug in cygwin_ex (compiler: Cygwin GCC)---------------
Cleaned "cygwin_ex - Debug"
-------------- Build: Debug in cygwin_ex (compiler: Cygwin GCC)---------------
g++.exe -Wall -fexceptions -g -c C:/Users/Lucas/Desktop/cygwin_ex/main.cpp -o obj/Debug/main.o
g++.exe -o bin/Debug/cygwin_ex.exe obj/Debug/main.o
In file included from /usr/include/stdio.h:35:0,
from C:/Users/Lucas/Desktop/cygwin_ex/main.cpp:1:
/usr/include/sys/cdefs.h:45:10: fatal error: stddef.h: No such file or directory
#include <stddef.h>
^~~~~~~~~~
compilation terminated.
Process terminated with status 1 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
--- End code ---
lbertolotti:
Ok, that means it was corrupt/wrong files:
Cygwin 2.10.0:
Build log:
--- Code: ---
-------------- Clean: Debug in cygwin_ex (compiler: Cygwin GCC)---------------
Cleaned "cygwin_ex - Debug"
-------------- Build: Debug in cygwin_ex (compiler: Cygwin GCC)---------------
g++.exe -Wall -fexceptions -g -I../../../../cygwin64/usr/include/gsl -c C:/Users/Lucas/Desktop/cygwin_ex/main.cpp -o obj/Debug/main.o
g++.exe -o bin/Debug/cygwin_ex.exe obj/Debug/main.o -lgsl
Output file is bin\Debug\cygwin_ex.exe with size 163.73 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))
--- End code ---
lbertolotti:
Do you know how cb_console_runner uses cygwin1.dll?
stahta01:
--- Quote from: lbertolotti on July 20, 2018, 06:03:08 pm ---Do you know how cb_console_runner uses cygwin1.dll?
--- End quote ---
That question makes no sense.
Tim S.
Navigation
[0] Message Index
[*] Previous page
Go to full version