imfatant
imfatant
Well, one of the things that's wrong is that ```~/git/glew/src/glew.c``` doesn't exist. The only file in that directory is ```visualinfo.c```. Not sure how that helps me though.
So, my mistake was not to run ```make``` in ```~/git/glew/auto``` first. Now, the original ```make``` progresses a little further. It builds ```libglew32.a```, but then does this: ``` C:\msys64\mingw64\bin\ar.exe: creating lib/libglew32.a...
@nigels-com I have: ``` $ ./config/config.guess x86_64-pc-mingw64 ``` Also: ``` $ make SYSTEM=msys-win64 gcc -DGLEW_NO_GLU -DGLEW_BUILD -mtune=generic -O2 -Wall -W -Wno-cast-function-type -Iinclude -D_WIN32 -fno-builtin -fno-stack-protector -m64 -o tmp/msys-win64/default/shared/glew.o -c src/glew.c...
OK, removed ```-nostdlib``` from ```~/git/glew/config/Makefile.mingw```. Everything works now. Thanks :)
Not sure what the intention is. I now get a different error. Perhaps I changed my environment? Or did you change something? ```make: *** No rule to make target 'bin',...
Now I'm getting: ``` make gcc -fno-builtin -DGLEW_NO_GLU -DGLEW_BUILD -O2 -Wall -W -Iinclude -fno-builtin -fno-stack-protector -o tmp/mingw/default/shared/glew.o -c src/glew.c In file included from src/glew.c:55: include/GL/glxew.h:98:10: fatal error: X11/Xlib.h: No such...
Yes, I did. I'm trying to remember the reason. I think it was because enabling them stopped something else working.. Now, if only I could remember.
Thank you, It's resolved in my mind :) On Sun, Sep 15, 2024 at 3:38 AM github-actions[bot] < ***@***.***> wrote: > This issue is stale because it has been open...
Hi, I did that, and I'm afraid I'm still having the same problem. Here is the output of `pip install idf-component-manager==1.4.1`: ``` PS C:\Users\monster\esp\esp-iot-bridge\examples\wireless_nic> pip install idf-component-manager==1.4.1 Collecting idf-component-manager==1.4.1 Downloading...