02-25-2023, 06:50 PM
(02-25-2023, 12:10 PM)Fifi Wrote: Hi all,
Unfortunately, I have a problem installing QB64PE (latest 3.6.0) on my iMac27 with macOS High Sierra.
Below is the error message:
Any idea to fix that?Code: (Select All)c++ -w -std=gnu++11 -I./internal/c/libqb/include -I./internal/c/parts/core/src/ -I./internal/c/parts/core/glew/include/ -DDEPENDENCY_SOCKETS -DDEPENDENCY_NO_PRINTER -DDEPENDENCY_ICON -DDEPENDENCY_NO_SCREENIMAGE -DDEPENDENCY_LOADFONT internal/c/libqb/src/http.cpp -c -o internal/c/libqb/src/http.o
internal/c/libqb/src/http.cpp:9:10: fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
1 error generated.
make: *** [internal/c/libqb/src/http.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from internal/c/libqb.cpp:5:
internal/c/parts/core/glew/src/glew.c:7938:9: error: use of undeclared identifier 'glGetMapAttribParameterfvNV'; did you mean
'__glewGetMapAttribParameterfvNV'?
r = ((glGetMapAttribParameterfvNV = (PFNGLGETMAPATTRIBPARAMETERFVNVPROC)glewGetProcAddress((const GLubyte*)"glGetMapAt...
^~~~~~~~~~~~~~~~~~~~~~~~~~~
__glewGetMapAttribParameterfvNV
internal/c/parts/core/glew/src/glew.c:2123:36: note: '__glewGetMapAttribParameterfvNV' declared here
PFNGLGETMAPATTRIBPARAMETERFVNVPROC __glewGetMapAttribParameterfvNV = NULL;
^
1 error generated.
make: *** [internal/c/libqb_make_00010101000000.o] Error 1
Compilation of QB64-PE failed!
Cheers.
Fifi
Any idea if you might have changed something since last attempting to compile 3.5.0? The compiler was able to find
curl/curl.hwhen you ran into the other problems. Additionally that GL error is not something we have changed. I'm wondering if maybe your XCode version got downgraded, or something along those lines?